[arm] Run elf tests for eabi targets
Paul Brook
paul@codesourcery.com
Fri Sep 17 13:37:00 GMT 2004
The patch below makes the gas testsuite recognise arm-none-eabi and
arm-symbian-symbianos as elf based targets
Tested with cross to arm-none-eabi adn arm-symbian-symbianelf.
Ok?
Paul
2004-09-17 Paul Brook <paul@codesourcery.com>
* gas/elf/elf.exp: Recognise additional arm elf targets.
Index: gas/elf/elf.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/elf.exp,v
retrieving revision 1.24
diff -u -p -r1.24 elf.exp
--- gas/elf/elf.exp 1 Aug 2004 19:59:51 -0000 1.24
+++ gas/elf/elf.exp 17 Sep 2004 13:31:33 -0000
@@ -31,12 +31,13 @@ proc run_list_test { name suffix opts re
}
# We're testing bits in obj-elf -- don't run on anything else.
-if { ([istarget "*-*-elf*"]
+if { ([istarget "*-*-*elf*"]
|| [istarget "*-*-linux*"]
|| [istarget "m6811-*"]
|| [istarget "m6812-*"]
|| [istarget "sparc*-*-solaris*"]
- || [istarget "mips*-*-irix6*"])
+ || [istarget "mips*-*-irix6*"]
+ || [istarget "arm*-*-eabi"])
&& ![istarget *-*-linux*aout*]
&& ![istarget *-*-linux*coff*]
&& ![istarget *-*-linux*oldld*]
More information about the Binutils
mailing list