From: Nick Clifton Date: Mon, 8 Feb 1999 12:47:01 +0000 (+0000) Subject: Add support for StrongARM target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29b5edecd710c399579ac094c6786a279d512254;p=binutils-gdb.git Add support for StrongARM target. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 1ed5968a655..a73693c07eb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +1999-02-08 Nick Clifton + + * configure.tgt: Add support for StrongARM target. + Wed Feb 3 19:41:01 1999 Ian Lance Taylor * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once. Check for diff --git a/ld/configure.tgt b/ld/configure.tgt index 353d94a911c..91bdb32a6ce 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -119,8 +119,12 @@ arm-*-aout | armel-*-aout) targ_emul=armaoutl ;; armeb-*-aout) targ_emul=armaoutb ;; arm-*-coff) targ_emul=armcoff ;; arm-*-elf) targ_emul=armelf ;; +arm-*-oabi) targ_emul=armelf_oabi ;; +strongarm-*-coff) targ_emul=armcoff ;; +strongarm-*-elf) targ_emul=armelf ;; thumb-*-coff) targ_emul=armcoff ;; thumb-*-elf) targ_emul=armelf ;; +thumb-*-oabi) targ_emul=armelf_oabi ;; thumb-*-pe) targ_emul=armpe ;; h8300-*-hms* | h8300-*-coff*) targ_emul=h8300; targ_extra_emuls="h8300h h8300s"