* 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 0398f719d76e852c5e5c679c0cab532cbf5ce7c7..7298b0d6eb976ba27b5f27564c195e6b3182f389 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 89455cf0f3e6238a6c493acf8b4234db29bf684f..e5fe695186800b19e88fc5cbcf07e73e9b6b2621 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
     ;;