aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
-rw-r--r--ld/configure.tgt2
3 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index da8ea08..93695e0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-09 Nick Clifton <nickc@redhat.com>
+
+ * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
+
2004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
* Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
diff --git a/ld/NEWS b/ld/NEWS
index dc5427b..f7faeba 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -2,7 +2,7 @@
* Support for the crx-elf target added.
-* Support for the sh-symbian-elf target added.
+* Support for the sh-symbianelf target added.
* A new linker command line switch has been added which allows the hash table
size to be set to a suitable prime value near to its argument. This switch
diff --git a/ld/configure.tgt b/ld/configure.tgt
index cade374..26e27fe 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -330,7 +330,7 @@ sh*-*-netbsdelf*)
targ_emul=shelf_nbsd
targ_extra_emuls=shlelf_nbsd
;;
-sh*-symbian-elf*)
+sh*-*-symbianelf*)
targ_emul=shlsymbian
;;
shle*-*-elf* | sh[1234]*le*-*-elf | shle*-*-kaos*)