summaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-03-17 00:46:25 +0000
committerAlan Modra <amodra@gmail.com>2004-03-17 00:46:25 +0000
commit9183ed4b1b25521437abef7e14cf29ee71311538 (patch)
treea76101c02ccff3c31327a918fc730833ed59b605 /bfd/config.bfd
parent3248c325226a9137bbeacce72d7a379798ee69b9 (diff)
downloadbinutils-gdb-9183ed4b1b25521437abef7e14cf29ee71311538.tar.gz
Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd9
1 files changed, 7 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index e23400e1da2..2f9c197a90f 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