* xcoff.h (struct __rtinit): Make proper prototype for rtl.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/* Internal format of XCOFF object file data structures for BFD.
|
||||
|
||||
Copyright 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Written by Ian Lance Taylor <ian@cygnus.com>, Cygnus Support.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
@ -425,7 +425,8 @@ struct xcoff_loader_info
|
||||
* from /usr/include/rtinit.h
|
||||
*/
|
||||
struct __rtinit {
|
||||
int (*rtl)(); /* Pointer to runtime linker */
|
||||
int (*rtl) PARAMS ((void)); /* Pointer to runtime linker.
|
||||
XXX: Is the parameter really void? */
|
||||
int init_offset; /* Offset to array of init functions
|
||||
(0 if none). */
|
||||
int fini_offset; /* Offset to array of fini functions
|
||||
|
Reference in New Issue
Block a user