* config.bfd (arm*-*-symbianelf*): New target.
authorMark Mitchell <mark@codesourcery.com>
Thu, 19 Aug 2004 18:09:44 +0000 (18:09 +0000)
committerMark Mitchell <mark@codesourcery.com>
Thu, 19 Aug 2004 18:09:44 +0000 (18:09 +0000)
(arm*-*-eabi*): Likewise.

bfd/ChangeLog
bfd/config.bfd

index 0398f71..7298b0d 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * config.bfd (arm*-*-symbianelf*): New target.
+       (arm*-*-eabi*): Likewise.
+
 2004-08-19  Alan Modra  <amodra@bigpond.net.au>
 
        * elf64-ppc.c (ppc_get_stub_entry): Change third param to a
index 89455cf..e5fe695 100644 (file)
@@ -225,7 +225,8 @@ case "${targ}" in
     targ_selvecs=bfd_elf32_bigarm_vec
     ;;
   arm-*-elf | arm-*-freebsd* | arm*-*-linux-gnu* | arm*-*-conix* | \
-  arm*-*-uclinux* | arm-*-kfreebsd*-gnu | arm-*-vxworks)
+  arm*-*-uclinux* | arm-*-kfreebsd*-gnu | arm-*-vxworks | \
+  arm*-*-symbianelf* | arm*-*-eabi* )
     targ_defvec=bfd_elf32_littlearm_vec
     targ_selvecs=bfd_elf32_bigarm_vec
     ;;