diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-06-03 21:43:52 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-06-03 21:43:52 +0000 |
commit | 65982ba6e7c672622ff83141c1c7f563f0427132 (patch) | |
tree | 607240eb56ca5359e81c685018499e3be2353753 /ld/configure.tgt | |
parent | dc5c3759e035d47d00088e43ea5871ffe717eb02 (diff) | |
download | gdb-65982ba6e7c672622ff83141c1c7f563f0427132.zip gdb-65982ba6e7c672622ff83141c1c7f563f0427132.tar.gz gdb-65982ba6e7c672622ff83141c1c7f563f0427132.tar.bz2 |
2003-06-03 Michael Snyder <msnyder@redhat.com>
and Bernd Schmidt <bernds@redhat.com>
and Alexandre Oliva <aoliva@redhat.com>
* Makefile.am: Add new emulations for h8300sx.
* Makefile.in: Regenerate.
* configure.tgt: Add new emulations.
* emulparams/h8300sx.sh: New emulation.
* emulparams/h8300sxelf.sh: Ditto.
* scripttempl/h8300sx.sc: Ditto.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 76ea94c..8e94992 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -263,11 +263,11 @@ thumb-*-pe) targ_emul=armpe ; xscale-*-coff) targ_emul=armcoff ;; xscale-*-elf) targ_emul=armelf ;; h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*) - targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn" + targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn h8300sx" ;; h8300-*-elf*) targ_emul=h8300elf; - targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf" + targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf h8300sxelf" ;; h8500-*-hms* | h8500-*-coff* | h8500-*-rtems*) targ_emul=h8500 |