From: Jim Wilson Date: Wed, 20 Aug 1997 21:53:38 +0000 (-0700) Subject: Expunge reference to gcc3. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=145856168e1c99acec59244ca6de32ecbc5dec9f;p=gcc.git Expunge reference to gcc3. From-SVN: r14864 --- diff --git a/gcc/f/ChangeLog.egcs b/gcc/f/ChangeLog.egcs new file mode 100644 index 00000000000..ca6722c96b8 --- /dev/null +++ b/gcc/f/ChangeLog.egcs @@ -0,0 +1,38 @@ +Mon Aug 18 09:01:54 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (F77_SRCS): Re-alphabetize. + * Make-lang.in (F77_OBJS): Likewise. + +Sun Aug 17 08:35:11 1997 Jeffrey A Law (law@cygnus.com) + + * INSTALL: Rebuilt. + * install.texi: Remove "Object File Differences" section. Remove + all references to zzz.o failing comparison tests. + * version.c, version.h: Renamed from zzz.c and zzz.h. Remove + date and time stamps so a 3 stage build reports no differences. + * Make-lang.in: Corresponding changes. + * Makefile.in: Likewise. + * g77.c, parse.c: Likewise. + + * intdoc.texi: Remove generated file from distribution. + +Fri Aug 15 13:44:14 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in, Make-lang.in: Remove "^L" at the beginning + of lines. + +Tue Aug 12 10:23:02 1997 Jeffrey A Law (law@cygnus.com) + + * config-lang.in: Don't demand the backend patch. + * com.c (lang_printable_name): Second argument is now an int. Don't + store into the value of the second argument. + * top.c (ffe_decode_option): Temporarily disable setting + of "Toon" loop options until we figure out how to address + them. + +Mon Aug 11 23:18:35 1997 Jeffrey A Law (law@cygnus.com) + + * g77-0.5.21-19970811 Imported. + This file describes changes to the front end necessary to make + it work with gcc3. + diff --git a/gcc/f/ChangeLog.gcc3 b/gcc/f/ChangeLog.gcc3 deleted file mode 100644 index ca6722c96b8..00000000000 --- a/gcc/f/ChangeLog.gcc3 +++ /dev/null @@ -1,38 +0,0 @@ -Mon Aug 18 09:01:54 1997 Jeffrey A Law (law@cygnus.com) - - * Makefile.in (F77_SRCS): Re-alphabetize. - * Make-lang.in (F77_OBJS): Likewise. - -Sun Aug 17 08:35:11 1997 Jeffrey A Law (law@cygnus.com) - - * INSTALL: Rebuilt. - * install.texi: Remove "Object File Differences" section. Remove - all references to zzz.o failing comparison tests. - * version.c, version.h: Renamed from zzz.c and zzz.h. Remove - date and time stamps so a 3 stage build reports no differences. - * Make-lang.in: Corresponding changes. - * Makefile.in: Likewise. - * g77.c, parse.c: Likewise. - - * intdoc.texi: Remove generated file from distribution. - -Fri Aug 15 13:44:14 1997 Jeffrey A Law (law@cygnus.com) - - * Makefile.in, Make-lang.in: Remove "^L" at the beginning - of lines. - -Tue Aug 12 10:23:02 1997 Jeffrey A Law (law@cygnus.com) - - * config-lang.in: Don't demand the backend patch. - * com.c (lang_printable_name): Second argument is now an int. Don't - store into the value of the second argument. - * top.c (ffe_decode_option): Temporarily disable setting - of "Toon" loop options until we figure out how to address - them. - -Mon Aug 11 23:18:35 1997 Jeffrey A Law (law@cygnus.com) - - * g77-0.5.21-19970811 Imported. - This file describes changes to the front end necessary to make - it work with gcc3. -