OSDN Git Service

* collect2.c (COFF specific stuff): Revert 12-06 patch
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 10:46:09 +0000 (10:46 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 10:46:09 +0000 (10:46 +0000)
        to prototype system functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38768 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/collect2.c

index bcdb2ba..20a4439 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-07  Richard Henderson  <rth@redhat.com>
+
+       * collect2.c (COFF specific stuff): Revert 12-06 patch
+       to prototype system functions.
+
 2001-01-07  Michael Hayes  <mhayes@redhat.com>
 
        * hard-reg-set.h: Add multiple include guard.
index 27ce9c3..c24cefa 100644 (file)
@@ -2688,9 +2688,7 @@ scan_libraries (prog_name)
       || (HEADER (X).f_magic == 0757 && aix64_flag))
 #endif
 
-extern char *ldgetname PARAMS ((LDFILE *, GCC_SYMENT *));
-extern int ldtbread PARAMS ((LDFILE *, long, GCC_SYMENT *));
-extern int ldclose PARAMS ((LDFILE *));
+extern char *ldgetname ();
 
 /* COFF version to scan the name list of the loaded program for
    the symbols g++ uses for static constructors and destructors.