aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-12-08 01:21:28 +0000
committerSteve Chamberlain <sac@cygnus>1991-12-08 01:21:28 +0000
commitf0b87c7d979f628adb30d79fcd866287f9f8f629 (patch)
tree6718a569941c200b645cba8afc1a95ae2994d7e3 /ld
parentbc71278ddd65a494ddd9a7eb9d47d132f49fdaab (diff)
downloadgdb-f0b87c7d979f628adb30d79fcd866287f9f8f629.zip
gdb-f0b87c7d979f628adb30d79fcd866287f9f8f629.tar.gz
gdb-f0b87c7d979f628adb30d79fcd866287f9f8f629.tar.bz2
* ldindr.h: added to contain prototypes of ldindr.c
* ldfile.c: include ctype.h * ldmain.c: include the requried prototype headers * ldwrite.c: get_reloc_upper_bound has been renamed bfd_get_reloc_upper_bound
Diffstat (limited to 'ld')
-rw-r--r--ld/ldindr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldindr.h b/ld/ldindr.h
index 209c8cf..cadccbb 100644
--- a/ld/ldindr.h
+++ b/ld/ldindr.h
@@ -1,4 +1,4 @@
void EXFUN(do_indirect, (ldsym_type *));
-void EXFUN(add_indirect,(asymbol *));
+void EXFUN(add_indirect,(asymbol **));