Remove this change until we can fix it correctly.

* collect2.c: Bracket declaration of 'exportf' and
        'full_real_ld_suffix'.

From-SVN: r18062
This commit is contained in:
Jeffrey A Law 1998-02-18 08:07:59 +00:00 committed by Jeff Law
parent 206ae7cf59
commit f9a366acb5
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,9 @@
Wed Feb 18 09:09:50 1998 Jeffrey A Law (law@cygnus.com)
Remove this change until we can fix it correctly.
* collect2.c: Bracket declaration of 'exportf' and
'full_real_ld_suffix'.
Wed Feb 18 08:44:25 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
* Makefile.in (STAGESTUFF): Add genrtl.c, genrtl.h and gengenrtl.

View File

@ -925,9 +925,7 @@ main (argc, argv)
char *ld_suffix = "ld";
char *full_ld_suffix = ld_suffix;
char *real_ld_suffix = "real-ld";
#ifdef CROSS_COMPILE
char *full_real_ld_suffix = real_ld_suffix;
#endif
char *collect_ld_suffix = "collect-ld";
char *nm_suffix = "nm";
char *full_nm_suffix = nm_suffix;
@ -942,10 +940,7 @@ main (argc, argv)
char *gstrip_suffix = "gstrip";
char *full_gstrip_suffix = gstrip_suffix;
char *arg;
FILE *outf;
#ifdef COLLECT_EXPORT_LIST
FILE *exportf;
#endif /* COLLECT_EXPORT_LIST */
FILE *outf, *exportf;
char *ld_file_name;
char *collect_name;
char *collect_names;