aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-01-20 02:25:07 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-01-19 21:25:07 -0500
commit825c54081640b6e91cca1f082a068d29d9da4a03 (patch)
treea3c9ee567266263caf6e51e326d6afe0d74d2a20 /gcc/collect2.c
parent77d187bc372365b738efc866a03e85e0130c008d (diff)
downloadgcc-825c54081640b6e91cca1f082a068d29d9da4a03.zip
gcc-825c54081640b6e91cca1f082a068d29d9da4a03.tar.gz
gcc-825c54081640b6e91cca1f082a068d29d9da4a03.tar.bz2
collect2.c (ldgetname): Expand declaration to prototype.
* collect2.c (ldgetname): Expand declaration to prototype. * read-rtl.c (atoll): Add prototype. From-SVN: r61489
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 59bbb80..c328798 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -2720,7 +2720,7 @@ ignore_library (name)
}
#endif /* COLLECT_EXPORT_LIST */
-extern char *ldgetname ();
+extern char *ldgetname PARAMS ((struct ldfile *, void *));
/* COFF version to scan the name list of the loaded program for
the symbols g++ uses for static constructors and destructors.