Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-27 13:08:38 +0400
committerAndreas Jaeger <aj@suse.de>2001-08-27 13:08:38 +0400
commitdd7dfc875bdd9e64d3d51400ddd1d8abcb4bbd78 (patch)
tree584cce5ca9914f3a12ff8c9e0307c45df46697f6 /include/coff
parente451b2c504f2858a75b64f5e2460b14584baaa62 (diff)
* xcoff.h (struct __rtinit): Make proper prototype for rtl.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog4
-rw-r--r--include/coff/xcoff.h5
2 files changed, 7 insertions, 2 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index ff952126d..498cb265b 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-27 Andreas Jaeger <aj@suse.de>
+
+ * xcoff.h (struct __rtinit): Make proper prototype for rtl.
+
Fri Aug 24 01:18:51 2001 J"orn Rennecke <amylaar@redhat.com>
* internal.h (R_JMP2, R_JMPL2, R_MOVL2): Comment spelling fix.
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h
index bc1ee5cb2..508ddfaa2 100644
--- a/include/coff/xcoff.h
+++ b/include/coff/xcoff.h
@@ -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