]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2000-09-06 Philip Blundell <philb@gnu.org>
authorPhil Blundell <philb@gnu.org>
Wed, 6 Sep 2000 20:57:43 +0000 (20:57 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 6 Sep 2000 20:57:43 +0000 (20:57 +0000)
* config.bfd (arm*-*-uclinux*): New target.
(armeb-*-elf, arm*b-*-linux-gnu*): Likewise.

bfd/ChangeLog
bfd/config.bfd

index 2957e59e98c18647100e19fd78d69963d1d7b6c5..0cde26aca87c7cba8537123afbd35bb063352672 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-06  Philip Blundell  <philb@gnu.org>
+
+       * config.bfd (arm*-*-uclinux*): New target.
+       (armeb-*-elf, arm*b-*-linux-gnu*): Likewise.
+
 2000-08-22  Doug Kwan <dkwan@transmeta.com>
 
        * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
index cb5dc6563b840217af5d406fc42c0f6333896cde..3adc5ae7d12221db7bbf34b557617a08e6a0e603 100644 (file)
@@ -126,7 +126,11 @@ case "${targ}" in
     targ_selvecs=armcoff_big_vec
     targ_underscore=yes
     ;;
-  arm-*-elf | arm*-*-linux-gnu* | arm*-*-conix*)
+  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* | arm*-*-uclinux*)
     targ_defvec=bfd_elf32_littlearm_vec
     targ_selvecs=bfd_elf32_bigarm_vec
     ;;