diff options
author | Paul Brook <paul@codesourcery.com> | 2004-09-19 22:51:04 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2004-09-19 22:51:04 +0000 |
commit | 4403997d24c636c93b8ea7c7ec9d738084f4a2d1 (patch) | |
tree | c0b6b4736e834d8b2183e0241209814b0fff0992 /gas | |
parent | d092d1a2b8a62492928408bea7122a522d718308 (diff) | |
download | gdb-4403997d24c636c93b8ea7c7ec9d738084f4a2d1.zip gdb-4403997d24c636c93b8ea7c7ec9d738084f4a2d1.tar.gz gdb-4403997d24c636c93b8ea7c7ec9d738084f4a2d1.tar.bz2 |
* gas/elf/elf.exp: Recognise additional arm elf targets.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/elf.exp | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2d5d234..b066cc4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-09-19 Paul Brook <paul@codesourcery.com> + + * gas/elf/elf.exp: Recognise additional arm elf targets. + 2004-09-17 Paul Brook <paul@codesourcery.com> * gas/arm/pic.s: Add (target2). diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index ec3be0a..376c204 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -31,12 +31,13 @@ proc run_list_test { name suffix opts readelf_pipe } { } # 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*] |