diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-31 09:50:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-31 09:50:09 +0000 |
commit | 7649aa5088856d6878555cf26427157d7b9d4312 (patch) | |
tree | b07732d4652fdb4c0d673ff3a4358210a9a3d9a4 /ld | |
parent | a53ecf01a5b5f33b4ddb8f89b924d16d0273dcfd (diff) | |
download | fsf-binutils-gdb-7649aa5088856d6878555cf26427157d7b9d4312.zip fsf-binutils-gdb-7649aa5088856d6878555cf26427157d7b9d4312.tar.gz fsf-binutils-gdb-7649aa5088856d6878555cf26427157d7b9d4312.tar.bz2 |
Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu targets
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/configure.tgt | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e1dc132..5758230 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2001-10-31 NIIBE Yutaka <gniibe@m17n.org> + + * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu + targets. + (sh-*-linux*): Added targ_extra_libpath. + 2001-10-31 David Heine <dlheine@tensilica.com> * ldlang.c (lang_size_sections): Keep a valid output_offset field diff --git a/ld/configure.tgt b/ld/configure.tgt index d0ece5c..a320b8d 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -231,6 +231,13 @@ h8500-*-hms* | h8500-*-coff*) sh-*-linux*) targ_emul=shelf_linux targ_extra_emuls=shlelf_linux + targ_extra_libpath=shelf_linux + ;; +sh*eb-*-linux*) + targ_emul=shelf_linux + ;; +sh*-*-linux*) + targ_emul=shlelf_linux ;; sh-*-elf* | sh-*-rtemself*) targ_emul=shelf |