aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-08-19 18:11:42 +0000
committerMark Mitchell <mark@codesourcery.com>2004-08-19 18:11:42 +0000
commite77d3d77d0db802df8d9b7a87ba93bab1145d74e (patch)
treee4603227e866ff8973de9a77feae4afd7a17f38e /ld
parente51dace86086bb4610cbc5d1718e5485d23f80b9 (diff)
downloadbinutils-e77d3d77d0db802df8d9b7a87ba93bab1145d74e.zip
binutils-e77d3d77d0db802df8d9b7a87ba93bab1145d74e.tar.gz
binutils-e77d3d77d0db802df8d9b7a87ba93bab1145d74e.tar.bz2
* configure.tgt (arm*-*-symbianelf*): New target.
(arm*-*-eabi*): Likewise.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/configure.tgt2
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0bf150a..f66ced5 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-19 Mark Mitchell <mark@codesourcery.com>
+
+ * configure.tgt (arm*-*-symbianelf*): New target.
+ (arm*-*-eabi*): Likewise.
+
2004-08-19 Jakub Jelinek <jakub@redhat.com>
* emultempl/ppc64elf.em (non_overlapping_opd): New variable.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index a26574e..6a7df24 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -255,7 +255,7 @@ arm-*-nto*) targ_emul=armnto ;;
arm-*-openbsd*) targ_emul=armnbsd ;;
arm-*-rtems*) targ_emul=armelf ;;
armeb-*-elf) targ_emul=armelfb ;;
-arm-*-elf | arm-*-vxworks)
+arm-*-elf | arm-*-vxworks | arm*-*-symbianelf* | arm*-*-eabi*)
targ_emul=armelf ;;
arm-*-kaos*) targ_emul=armelf ;;
arm9e-*-elf) targ_emul=armelf ;;