]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
authorJeff Law <law@redhat.com>
Fri, 6 Sep 2002 20:42:40 +0000 (20:42 +0000)
committerJeff Law <law@redhat.com>
Fri, 6 Sep 2002 20:42:40 +0000 (20:42 +0000)
ld/ChangeLog
ld/configure.tgt

index 4a3abd9e8738ab4a02d4499be0423c32257e91f8..f28ffc1eae22245cdba61dac1cf5bf51ea6f441a 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep  6 14:46:16 2002  Jeffrey A Law  (law@redhat.com)
+
+        * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
+
 2002-09-02  Nick Clifton  <nickc@redhat.com>
 
        * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
index 0f1d1c915d9695864e5c8b37adc6f33267486268..f4afabde6d601f9611d649928c15bd72491dd1f5 100644 (file)
@@ -253,14 +253,14 @@ thumb-*-pe)               targ_emul=armpe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 xscale-*-coff)         targ_emul=armcoff ;;
 xscale-*-elf)          targ_emul=armelf ;;
-h8300-*-coff* | h8300-*-rtems*)
+h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*)
                        targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
                        ;;
 h8300-*-elf*)
                        targ_emul=h8300elf;
                        targ_extra_emuls="h8300helf h8300self"
                        ;;
-h8500-*-coff* | h8500-*-rtems*)
+h8500-*-hms* | h8500-*-coff* | h8500-*-rtems*)
                        targ_emul=h8500
                        targ_extra_emuls="h8500s h8500b h8500m h8500c"
                        ;;