From: Jeff Law Date: Fri, 6 Sep 2002 20:42:40 +0000 (+0000) Subject: * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore. X-Git-Tag: drow-cplus-branchpoint~393 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b3a6a28f9703a49706ebeab14c1c50751ef2fbd;p=thirdparty%2Fbinutils-gdb.git * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 4a3abd9e873..f28ffc1eae2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and diff --git a/ld/configure.tgt b/ld/configure.tgt index 0f1d1c915d9..f4afabde6d6 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-*-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" ;;