diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7962379..90a4b90 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-11-24 Nick Clifton <nickc@redhat.com> + + * configure.tgt (xscale-coff): Add target. + (xscale-elf): Add target. + 2000-11-24 Fred Fish <fnf@be.com> * ldmain.c (main): Remove redundant init of config.make_executable diff --git a/ld/configure.tgt b/ld/configure.tgt index fad940d..f8f366a 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -178,6 +178,8 @@ thumb-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; 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*) targ_emul=h8300; targ_extra_emuls="h8300h h8300s" ;; |