From 40e393431828c02098fbdaa6608a9564251f2325 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Thu, 19 Aug 2004 18:10:59 +0000 Subject: [PATCH] * configure.in (arm*-*-symbianelf*): New target. (arm*-*-eabi*): Likewise. * configure: Regenerated. --- gas/ChangeLog | 6 ++++++ gas/configure | 2 ++ gas/configure.in | 2 ++ 3 files changed, 10 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index b0dcda7201..27d72d597a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2004-08-18 Mark Mitchell + + * configure.in (arm*-*-symbianelf*): New target. + (arm*-*-eabi*): Likewise. + * configure: Regenerated. + 2004-08-18 Thiemo Seufer * config/tc-mips.c (append_insn): Handle delay slots in branch likely correctly. diff --git a/gas/configure b/gas/configure index a27d90a339..f01bd9bbcf 100755 --- a/gas/configure +++ b/gas/configure @@ -4245,6 +4245,8 @@ for this_target in $target $canon_targets ; do arm-*-coff | thumb-*-coff) fmt=coff ;; arm-*-rtems* | thumb-*-rtems*) fmt=elf ;; arm-*-elf | thumb-*-elf) fmt=elf ;; + arm*-*-symbianelf* | arm*-*-eabi*) + fmt=elf ;; arm-*-kaos*) fmt=elf ;; arm*-*-conix*) fmt=elf ;; arm-*-linux*aout*) fmt=aout em=linux ;; diff --git a/gas/configure.in b/gas/configure.in index 80184b2fe2..632a8fd99b 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -206,6 +206,8 @@ changequote([,])dnl arm-*-coff | thumb-*-coff) fmt=coff ;; arm-*-rtems* | thumb-*-rtems*) fmt=elf ;; arm-*-elf | thumb-*-elf) fmt=elf ;; + arm*-*-symbianelf* | arm*-*-eabi*) + fmt=elf ;; arm-*-kaos*) fmt=elf ;; arm*-*-conix*) fmt=elf ;; arm-*-linux*aout*) fmt=aout em=linux ;; -- 2.11.0