* config.bfd (arm*-*-symbianelf*): New target.

(arm*-*-eabi*): Likewise.
This commit is contained in:
Mark Mitchell 2004-08-19 18:09:44 +00:00
parent 039b3fefa6
commit 49d934f15e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-08-19 Mark Mitchell <mark@codesourcery.com>
* config.bfd (arm*-*-symbianelf*): New target.
(arm*-*-eabi*): Likewise.
2004-08-19 Alan Modra <amodra@bigpond.net.au>
* elf64-ppc.c (ppc_get_stub_entry): Change third param to a

View File

@ -225,7 +225,8 @@ case "${targ}" in
targ_selvecs=bfd_elf32_bigarm_vec
;;
arm-*-elf | arm-*-freebsd* | arm*-*-linux-gnu* | arm*-*-conix* | \
arm*-*-uclinux* | arm-*-kfreebsd*-gnu | arm-*-vxworks)
arm*-*-uclinux* | arm-*-kfreebsd*-gnu | arm-*-vxworks | \
arm*-*-symbianelf* | arm*-*-eabi* )
targ_defvec=bfd_elf32_littlearm_vec
targ_selvecs=bfd_elf32_bigarm_vec
;;