aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@gcc.gnu.org>2002-06-03 05:57:14 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-06-03 05:57:14 +0000
commit8fd0df91d8abc68b73151756f574d3a511120f90 (patch)
tree7caf36df58cdf43ecd01746fc9136f71a2dbb3fa /gcc
parent20b3ad64c17efcad13cf27ad8fb0a02838bec379 (diff)
downloadgcc-8fd0df91d8abc68b73151756f574d3a511120f90.zip
gcc-8fd0df91d8abc68b73151756f574d3a511120f90.tar.gz
gcc-8fd0df91d8abc68b73151756f574d3a511120f90.tar.bz2
Fix typo in previous correction.
From-SVN: r54205
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4d6fc6b..0c86de4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -544,7 +544,7 @@ Fri May 31 13:37:54 CEST 2002 Jan Hubicka <jh@suse.cz>
(sh-*-netbsdelf*)
(shl*-*-netbsdelf*): New targets.
* config/sh/netbsd-elf.h: New file.
- * config/sh/t-netbsd.h: New file.
+ * config/sh/t-netbsd: New file.
2002-05-30 Richard Henderson <rth@redhat.com>
Eric Botcazou <ebotcazou@multimania.com>