diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-06 16:58:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-06 16:58:43 +0000 |
commit | 85fbca6a4f46e23f3ebb7761821694b358e253b5 (patch) | |
tree | 0ac77d2402d894dc2a2e84110fe4e206949f6287 /bfd/config.bfd | |
parent | e7bd9ea00e5f9144e69f3aeb477d4da420c281ed (diff) | |
download | gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.zip gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.tar.gz gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.tar.bz2 |
Add support for sh-symbian-elf target
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index d5469ca..a8e4161 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1101,6 +1101,11 @@ case "${targ}" in targ_defvec=bfd_elf32_shnbsd_vec targ_selvecs="bfd_elf32_shlnbsd_vec shcoff_vec shlcoff_vec" ;; + sh*-symbian-elf*) + targ_defvec=bfd_elf32_shl_symbian_vec + targ_selvecs="shlcoff_vec shlcoff_small_vec" + targ_underscore=yes + ;; shl*-*-elf* | sh[1234]l*-*-elf* | sh3el*-*-elf* | shl*-*-kaos*) targ_defvec=bfd_elf32_shl_vec targ_selvecs="bfd_elf32_sh_vec shlcoff_vec shcoff_vec shlcoff_small_vec shcoff_small_vec" |