diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-06-05 09:02:14 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-06-05 09:02:14 -0700 |
commit | e211a323f625b6a8a49d13f644ef21f76d0e2453 (patch) | |
tree | df511c1542718b9b2ef94857bcaeadf702a11a92 /gcc | |
parent | 6ff0d2a070d3240f65b80d39f59970a1f4ba303d (diff) | |
download | gcc-e211a323f625b6a8a49d13f644ef21f76d0e2453.tar.gz |
Fixed minor typo.
From-SVN: r20252
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/f/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a05245f647e..94090a4277c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,6 +1,6 @@ 1998-06-05 Per Bothner <bothner@cygnus.com> - * g++spec (lang_specific_pre_link, lang_specific_extra_ofiles): + * g++spec.c (lang_specific_pre_link, lang_specific_extra_ofiles): Define - update needed by gcc.c change. 1998-06-05 Jason Merrill <jason@yorick.cygnus.com> diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index f9bc51880d5..1af1d73450c 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,6 +1,6 @@ Fri Jun 5 15:53:17 1998 Per Bothner <bothner@cygnus.com> - * g77spec (lang_specific_pre_link, lang_specific_extra_ofiles): + * g77spec.c (lang_specific_pre_link, lang_specific_extra_ofiles): Define - update needed by gcc.c change. Mon Jun 1 19:37:42 1998 Craig Burley <burley@gnu.org> |