Support ARM ELF defaulting to big endian

This commit is contained in:
Phil Blundell 2000-05-14 18:49:34 +00:00
parent d812147943
commit 1bde2d57d9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-05-14 Philip Blundell <philb@gnu.org>
* config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
2000-05-12 Alan Modra <alan@linuxcare.com.au>
* targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec

View File

@ -131,6 +131,10 @@ case "${targ}" in
targ_selvecs=armcoff_big_vec
targ_underscore=yes
;;
armeb-*-elf | arm*b-*-linux-gnu*)
targ_defvec=bfd_elf32_bigarm_vec
targ_selvecs=bfd_elf32_littlearm_vec
;;
arm-*-elf | arm*-*-linux-gnu* | arm*-*-conix*)
targ_defvec=bfd_elf32_littlearm_vec
targ_selvecs=bfd_elf32_bigarm_vec