mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
Support ARM ELF defaulting to big endian
This commit is contained in:
parent
d812147943
commit
1bde2d57d9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user