summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-08-28 00:10:47 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-08-28 00:10:47 +0000
commit6caf213101c6897c21d20e069df39dea32da2907 (patch)
treea748b197405ced6c4ee179a2d8a6ae22f478e1e0
parent973e501eae9d69df557e2150c17163fe1e741efe (diff)
downloadbinutils-redhat-6caf213101c6897c21d20e069df39dea32da2907.tar.gz
* configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a8995e540e..f6fb2e7355 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-28 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
+
2002-08-27 Egor Duda <deo@logos-m.ru>
* scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 66591650b3..9ee6d34aa2 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -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-*-hms* | h8300-*-coff* | h8300-*-rtems*)
+h8300-*-coff* | h8300-*-rtems*)
targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
;;
h8300-*-elf*)
targ_emul=h8300elf;
targ_extra_emuls="h8300helf h8300self"
;;
-h8500-*-hms* | h8500-*-coff*)
+h8500-*-coff* | h8500-*-rtems*)
targ_emul=h8500
targ_extra_emuls="h8500s h8500b h8500m h8500c"
;;