diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-09 12:32:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-09 12:32:35 +0000 |
commit | 1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618 (patch) | |
tree | 06d8c69ea0e4e430ed2a7487f2de02c06210c181 /ld | |
parent | daae2fb835c9d77c1ae40036ae3837e31bdf00ae (diff) | |
download | gdb-1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618.zip gdb-1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618.tar.gz gdb-1a320fbbe5a7c23461f7cb78266fcd8b9f4f5618.tar.bz2 |
Rename sh-symbian-elf toolchain to sh-*-symbianelf
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
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. @@ -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*) |