]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/elf/elf.exp: Recognise additional arm elf targets.
authorPaul Brook <paul@codesourcery.com>
Sun, 19 Sep 2004 22:51:04 +0000 (22:51 +0000)
committerPaul Brook <paul@codesourcery.com>
Sun, 19 Sep 2004 22:51:04 +0000 (22:51 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp

index 2d5d2345ed4064956fcc2f4d2c0be3ce6235ea63..b066cc4cde4a8cdceb70b37ce2eae477871606ce 100644 (file)
@@ -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).
index ec3be0af3f3aa1134287b6ee013cfb6b4bfed113..376c204c0c03800cccfdd12af13fa771d98484b3 100644 (file)
@@ -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*]