Add moxie-rtems support
authorAnthony Green <green@redhat.com>
Fri, 30 Jul 2010 07:32:18 +0000 (07:32 +0000)
committerAnthony Green <green@redhat.com>
Fri, 30 Jul 2010 07:32:18 +0000 (07:32 +0000)
bfd/ChangeLog
bfd/config.bfd

index 81379db..6b1de15 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-30  Anthony Green  <green@moxielogic.com>
+
+       * config.bfd (targ_cpu): Add moxie-*-rtems support.
+
 2010-07-29  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (ppc64_elf_edit_toc): Always adjust local syms in
index 960d4d4..0bfb535 100644 (file)
@@ -418,7 +418,7 @@ case "${targ}" in
     targ_selvecs=bfd_elf32_frv_vec
     ;;
 
-  moxie-*-elf | moxie-*-uclinux)
+  moxie-*-elf | moxie-*-rtems | moxie-*-uclinux)
     targ_defvec=bfd_elf32_moxie_vec
     ;;