diff options
author | Alan Modra <amodra@gmail.com> | 2004-03-17 00:46:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-03-17 00:46:25 +0000 |
commit | 9183ed4b1b25521437abef7e14cf29ee71311538 (patch) | |
tree | a76101c02ccff3c31327a918fc730833ed59b605 /ld | |
parent | 3248c325226a9137bbeacce72d7a379798ee69b9 (diff) | |
download | gdb-9183ed4b1b25521437abef7e14cf29ee71311538.zip gdb-9183ed4b1b25521437abef7e14cf29ee71311538.tar.gz gdb-9183ed4b1b25521437abef7e14cf29ee71311538.tar.bz2 |
Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 37138d9..0b3407f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> + + * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*. + 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net> * pe-dll.c (pe_dll_generate_implib): Skip sections marked as diff --git a/ld/configure.tgt b/ld/configure.tgt index d809c11..2c85431 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -332,7 +332,8 @@ shle*-*-elf* | sh[1234]*le*-*-elf | shle*-*-kaos*) targ_emul=shlelf targ_extra_emuls="shelf shl sh" ;; -sh-*-elf* | sh[1234]*-*-elf | sh-*-rtemself* | sh-*-kaos* | sh-*-vxworks) +sh-*-rtemscoff*) targ_emul=sh; targ_extra_emuls=shl ;; +sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos* | sh-*-vxworks) targ_emul=shelf targ_extra_emuls="shlelf sh shl" ;; @@ -341,7 +342,7 @@ sh-*-nto*) targ_emul=shelf_nto ;; sh-*-pe) targ_emul=shpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; -sh-*-*|sh-*-rtems*) targ_emul=sh; targ_extra_emuls=shl ;; +sh-*-*) targ_emul=sh; targ_extra_emuls=shl ;; sh64le-*-elf*) targ_emul=shlelf targ_extra_emuls="shelf shlelf32 shelf32 shlelf64 shelf64" |