Commit 34445094 by Richard Henderson Committed by Richard Henderson

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
parent 42110e7b
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> 2001-01-07 Michael Hayes <mhayes@redhat.com>
* hard-reg-set.h: Add multiple include guard. * hard-reg-set.h: Add multiple include guard.
......
...@@ -2688,9 +2688,7 @@ scan_libraries (prog_name) ...@@ -2688,9 +2688,7 @@ scan_libraries (prog_name)
|| (HEADER (X).f_magic == 0757 && aix64_flag)) || (HEADER (X).f_magic == 0757 && aix64_flag))
#endif #endif
extern char *ldgetname PARAMS ((LDFILE *, GCC_SYMENT *)); extern char *ldgetname ();
extern int ldtbread PARAMS ((LDFILE *, long, GCC_SYMENT *));
extern int ldclose PARAMS ((LDFILE *));
/* COFF version to scan the name list of the loaded program for /* COFF version to scan the name list of the loaded program for
the symbols g++ uses for static constructors and destructors. the symbols g++ uses for static constructors and destructors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment