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 /bfd/config.bfd | |
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 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index e23400e..2f9c197 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1090,7 +1090,12 @@ case "${targ}" in #endif targ_underscore=yes ;; - sh-*-elf* | sh[1234]*-elf* | sh-*-rtemself* | sh-*-kaos*) + sh-*-rtemscoff*) + targ_defvec=shcoff_vec + targ_selvecs="shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec" + targ_underscore=yes + ;; + sh-*-elf* | sh[1234]*-elf* | sh-*-rtems* | sh-*-kaos*) targ_defvec=bfd_elf32_sh_vec targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec" #ifdef BFD64 @@ -1116,7 +1121,7 @@ case "${targ}" in # compiled correctly. targ_selvecs="$targ_selvecs shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec" ;; - sh-*-* | sh-*-rtems*) + sh-*-*) targ_defvec=shcoff_vec targ_selvecs="shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec" targ_underscore=yes |