* configure.tgt: Add h8300*-*-rtemscoff.
authorDaniel Jacobowitz <drow@false.org>
Fri, 29 Apr 2005 18:43:35 +0000 (18:43 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 29 Apr 2005 18:43:35 +0000 (18:43 +0000)
Switch h8300*-*-rtems* to elf.

gas/ChangeLog
gas/configure.tgt
ld/ChangeLog
ld/configure.tgt

index 6e004e60e0f1d5d238a08cfaa6d6f3f71365b95c..f5879a68ba968c383063b33db64b5cb2749b920f 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-29  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+       * configure.tgt: Add h8300*-*-rtemscoff.
+       Switch h8300*-*-rtems* to elf.
+
 2005-04-29  H.J. Lu  <hongjiu.lu@intel.com>
 
        * hash.c: Undo the last change.
index 58604990f43aa13c247e9ec36308989e18741925..6d4ea61f1d231e516c609f8723d7bd8e59b326a5 100644 (file)
@@ -161,9 +161,9 @@ case ${generic_target} in
   hppa-*-bsd*)                         fmt=som em=hppa ;;
   hppa-*-hiux*)                                fmt=som em=hppa ;;
 
-  h8300-*-rtems*)                      fmt=coff ;;
+  h8300-*-rtemscoff*)                  fmt=coff ;;
   h8300-*-coff)                                fmt=coff ;;
-  h8300-*-elf)                         fmt=elf ;;
+  h8300-*-elf | h8300-*-rtems*)                fmt=elf ;;
   h8500-*-rtems*)                      fmt=coff ;;
   h8500-*-coff)                                fmt=coff ;;
 
index 80536ca603124a47408ff8b8ed13bae69c36bb29..932ab5600280f83b633fac8deb19bd45750c1977 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-29  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+       * configure.tgt: Add h8300*-*-rtemscoff.
+       Switch h8300*-*-rtems* to elf.
+
 2005-04-29  Ben Elliston  <bje@au.ibm.com>
 
        * ldgram.y (lang_memory_region_type): Make static.
index 7764b096b5fc86ec0e0e430ad5df7b3ccfd59998..a83a087e82793e54990bbafe6c15ff46cf7afe11 100644 (file)
@@ -284,10 +284,10 @@ thumb-*-pe)               targ_emul=armpe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 xscale-*-coff)         targ_emul=armcoff ;;
 xscale-*-elf)          targ_emul=armelf ;;
-h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*)
+h8300-*-hms* | h8300-*-coff* | h8300-*-rtemscoff*)
                        targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn h8300sx h8300sxn"
                        ;;
-h8300-*-elf*)
+h8300-*-elf* | h8300-*-rtems*)
                        targ_emul=h8300elf;
                        targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf h8300sxelf h8300sxnelf"
                        ;;
This page took 0.034951 seconds and 4 git commands to generate.