aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-07-09 12:32:35 +0000
committerNick Clifton <nickc@redhat.com>2004-07-09 12:32:35 +0000
commit1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618 (patch)
tree06d8c69ea0e4e430ed2a7487f2de02c06210c181 /ld
parentdaae2fb835c9d77c1ae40036ae3837e31bdf00ae (diff)
downloadbinutils-1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618.zip
binutils-1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618.tar.gz
binutils-1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618.tar.bz2
Rename sh-symbian-elf toolchain to sh-*-symbianelf
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*)