public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Prototype of __rtinit.rtl in include/coff/xcoff.h?
@ 2001-08-25  8:25 Andreas Jaeger
  2001-08-26 21:33 ` Tom Rix
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Jaeger @ 2001-08-25  8:25 UTC (permalink / raw)
  To: binutils

AIX (?) experts, what's the parameter for rtl in struct __rtinit (see
include/coff/xcoff.h):

/* 
 * __rtinit 
 * from /usr/include/rtinit.h
 */
struct __rtinit {
  int		(*rtl)();		/* Pointer to runtime linker */
  int		init_offset;		/* Offset to array of init functions
					   (0 if none). */
  int		fini_offset;		/* Offset to array of fini functions
					   (0 if none). */
  int		__rtinit_descriptor_size; /* Size of __RTINIT_DESCRIPTOR.
					     This value should be used instead
					     of sizeof(__RTINIT_DESCRIPTOR). */
};

To silence warnings about "function declaration isn't a prototype" I
need to know whether rtl takes parameter and which ones.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-08-27  4:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-25  8:25 Prototype of __rtinit.rtl in include/coff/xcoff.h? Andreas Jaeger
2001-08-26 21:33 ` Tom Rix
2001-08-27  0:43   ` Andreas Jaeger
2001-08-27  4:51     ` Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).