aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>1999-02-01 20:34:39 +0000
committerCatherine Moore <clm@redhat.com>1999-02-01 20:34:39 +0000
commit9ac8e451f6a1419a0821e96c684809125b3ed739 (patch)
tree8e7944bc02dd8e06976658cdfdd948dd93971432 /gas/configure
parent7f7cef942c699893eb214c95ce4f44f4aef82470 (diff)
downloadgdb-9ac8e451f6a1419a0821e96c684809125b3ed739.zip
gdb-9ac8e451f6a1419a0821e96c684809125b3ed739.tar.gz
gdb-9ac8e451f6a1419a0821e96c684809125b3ed739.tar.bz2
* configure: Regenerate.
* configure.in (arm-*-oabi): New. (thumb-*-oabi): New. * config/tc-arm.c (target_oabi): Declare. (md_apply_fix3): Support REL relocs. (md_parse_option): Handle -oabi. (elf32_arm_target_format): New routine. (md_longopts): Add OPTION_OABI. * config/tc-arm.h: Redefine TARGET_FORMAT.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure
index 6b089cd..0ed0f12 100755
--- a/gas/configure
+++ b/gas/configure
@@ -1644,6 +1644,8 @@ for this_target in $target $canon_targets ; do
arm-*-aout) fmt=aout ;;
arm-*-coff | thumb-*-coff) fmt=coff ;;
arm-*-elf | thumb-*-elf) fmt=elf ;;
+ arm-*-oabi | thumb-*-oabi) fmt=elf ;;
+ arm-*-linux* | armv*-*-linux-gnu) fmt=elf em=linux ;;
arm-*-riscix*) fmt=aout ;;
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;