diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2001-09-14 11:07:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-09-14 11:07:35 +0000 |
commit | bc591fb46d4eb8dfe9df313ea594937bd3fe990d (patch) | |
tree | b7e988c8388b14caf70b694fd87b722631d4819c | |
parent | 47a1bd82b81dcb9a62594e4da3b0d686fe9690ca (diff) | |
download | gcc-bc591fb46d4eb8dfe9df313ea594937bd3fe990d.zip gcc-bc591fb46d4eb8dfe9df313ea594937bd3fe990d.tar.gz gcc-bc591fb46d4eb8dfe9df313ea594937bd3fe990d.tar.bz2 |
oops - omitted in previous delta
From-SVN: r45596
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de15375..72860ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com> + * haifa-sched.c: Fix typo in FSF copyright statement. + * sched-deps.c: Fix typo in FSF copyright statement. + * sched-ebb.c: Fix typo in FSF copyright statement. + * sched-rgn.c: Fix typo in FSF copyright statement. + * sched-vis.c: Fix typo in FSF copyright statement. + * config.gcc: Move inclusion of arm elf specific header files from the files themselves into the tm_file variable. Make sure that elfos.h is included before target specific elf |