aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorKuba Sejdak <jakub.sejdak@phoesys.com>2016-05-23 13:53:07 +0100
committerNick Clifton <nickc@redhat.com>2016-05-23 13:53:07 +0100
commita2bea3245ecf4ff67f923c85adf57aa78423eb45 (patch)
tree1275f4e75e5489a5d1ffc040b36106e92b30bdd2 /bfd/config.bfd
parentd0571b9934241e58a5325fc6e09298d0e3396280 (diff)
downloadgdb-a2bea3245ecf4ff67f923c85adf57aa78423eb45.zip
gdb-a2bea3245ecf4ff67f923c85adf57aa78423eb45.tar.gz
gdb-a2bea3245ecf4ff67f923c85adf57aa78423eb45.tar.bz2
Add support for configuring for the ARM Phoenix target.
bfd * config.bfd: Add entry for arm-phoenix. gas * configuse.tgt: Add entry for arm-phoenix. ld * Makefile.am: Add earmelf_phoenix.c. * Makefile.in: Regenerate. * configure.tgt: Add entry for arm-phoenix. * emulparams/armelf_phoenix.sh: New file.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index d0aa553..f7e9e22 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -349,6 +349,10 @@ case "${targ}" in
targ_selvecs=arm_coff_be_vec
targ_underscore=yes
;;
+ arm-*-phoenix*)
+ targ_defvec=arm_elf32_le_vec
+ targ_selvecs=arm_elf32_be_vec
+ ;;
arm-*-rtems*)
targ_defvec=arm_elf32_le_vec
targ_selvecs=arm_elf32_be_vec