* config.bfd: Add h8300*-*-rtemscoff.
authorDaniel Jacobowitz <drow@false.org>
Fri, 29 Apr 2005 18:41:45 +0000 (18:41 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 29 Apr 2005 18:41:45 +0000 (18:41 +0000)
Switch h8300*-*-rtems* to elf.

bfd/ChangeLog
bfd/config.bfd

index ccd76c91b6426e3614ba2d5d041b988df5dbfb01..6d8aec7502a20fb4b1a55dbd3451b36d20225b83 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-29  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+       * config.bfd: Add h8300*-*-rtemscoff.
+       Switch h8300*-*-rtems* to elf.
+
 2005-04-28  Paul Brook  <paul@codesourcery.com>
 
        Merge changes only applied to Makefile.in.
index 5bf985a4fabe406b8faf0a723206e6698afed3d9..39afd8471933670f441913ebbb0935e0e28e929d 100644 (file)
@@ -369,7 +369,12 @@ case "${targ}" in
     targ_selvecs=bfd_elf32_frv_vec
     ;;
 
-  h8300*-*-elf)
+  h8300*-*-rtemscoff*)
+    targ_defvec=h8300coff_vec
+    targ_underscore=yes
+    ;;
+
+  h8300*-*-elf | h8300*-*-rtems*)
     targ_defvec=bfd_elf32_h8300_vec
     targ_underscore=yes
     ;;
This page took 0.033485 seconds and 4 git commands to generate.