collect2.c (COFF specific stuff): Revert 12-06 patch to prototype system functions.
authorRichard Henderson <rth@redhat.com>
Sun, 7 Jan 2001 10:46:09 +0000 (02:46 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 7 Jan 2001 10:46:09 +0000 (02:46 -0800)
        * collect2.c (COFF specific stuff): Revert 12-06 patch
        to prototype system functions.

From-SVN: r38768

gcc/ChangeLog
gcc/collect2.c

index bcdb2ba6201ad0fc6b4ff59c1304346334a96839..20a443930a3fb71c93b04d2d4b5791ae4f353fc7 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 27ce9c344b2982f7b3bfb454f34be34068cd51ff..c24cefaa9133f624b6578c228c41f7b495f2265a 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.