From: Richard Henderson Date: Sun, 7 Jan 2001 10:46:09 +0000 (-0800) Subject: collect2.c (COFF specific stuff): Revert 12-06 patch to prototype system functions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=344450940e598982ed360e906cb239ef2df9000a;p=gcc.git collect2.c (COFF specific stuff): Revert 12-06 patch to prototype system functions. * collect2.c (COFF specific stuff): Revert 12-06 patch to prototype system functions. From-SVN: r38768 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bcdb2ba6201..20a443930a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-07 Richard Henderson + + * collect2.c (COFF specific stuff): Revert 12-06 patch + to prototype system functions. + 2001-01-07 Michael Hayes * hard-reg-set.h: Add multiple include guard. diff --git a/gcc/collect2.c b/gcc/collect2.c index 27ce9c344b2..c24cefaa913 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -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.