aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2012-09-13 22:24:51 +0000
committerAnthony Green <green@redhat.com>2012-09-13 22:24:51 +0000
commite202fa84e706abb043aed457473a764c76672297 (patch)
tree972e3d625d10ce5271e031e2f293cba7b2d9d11c /bfd/config.bfd
parentb9516fa158d68eedaa9e2191e38e7a1acfcfee77 (diff)
downloadgdb-e202fa84e706abb043aed457473a764c76672297.zip
gdb-e202fa84e706abb043aed457473a764c76672297.tar.gz
gdb-e202fa84e706abb043aed457473a764c76672297.tar.bz2
Bi-endian patches for moxie
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 6025f26..218f1dd 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -419,7 +419,8 @@ case "${targ}" in
;;
moxie-*-elf | moxie-*-rtems | moxie-*-uclinux)
- targ_defvec=bfd_elf32_moxie_vec
+ targ_defvec=bfd_elf32_bigmoxie_vec
+ targ_selvecs=bfd_elf32_littlemoxie_vec
;;
h8300*-*-rtemscoff*)