OSDN Git Service

Change or32-rtems target from COFF to ELF format
authorNick Clifton <nickc@redhat.com>
Thu, 13 May 2004 14:12:22 +0000 (14:12 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 13 May 2004 14:12:22 +0000 (14:12 +0000)
bfd/ChangeLog
bfd/config.bfd

index 0976e40..7465e46 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-13  Joel Sherrill <joel@oarcorp.com>
+
+       * config.bfd (or32-*-rtems*): Switch to elf.
+
 2004-05-13  Nick Clifton  <nickc@redhat.com>
 
        * po/fr.po: Updated French translation.
index 41f1268..8707182 100644 (file)
@@ -883,12 +883,12 @@ case "${targ}" in
     targ_defvec=bfd_elf32_openrisc_vec
     ;;
 
-  or32-*-coff | or32-*-rtems*)
+  or32-*-coff)
     targ_defvec=or32coff_big_vec
     targ_underscore=yes
     ;;
 
-  or32-*-elf)
+  or32-*-elf | or32-*-rtems*)
     targ_defvec=bfd_elf32_or32_big_vec
     ;;