* gas/elf/elf.exp (groupautob): Don't run on xtensa.
authorAlan Modra <amodra@gmail.com>
Thu, 28 Oct 2010 06:12:16 +0000 (06:12 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 28 Oct 2010 06:12:16 +0000 (06:12 +0000)
* gas/elf/groupautoa.d: Change test name.
* gas/elf/groupautob.d: Change test name.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/elf/groupautoa.d
gas/testsuite/gas/elf/groupautob.d

index 12fdb2cee61619da238cdc89a804039de16af481..4517d5249c36ae291a11f6f5b11140d85e912f55 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-28  Alan Modra  <amodra@gmail.com>
+
+       * gas/elf/elf.exp (groupautob): Don't run on xtensa.
+       * gas/elf/groupautoa.d: Change test name.
+       * gas/elf/groupautob.d: Change test name.
+
 2010-10-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * gas/all/gas.exp: Don't run byte test on s390.
index 52369134651d59ff955437204feb77b3b9c3226b..5ce538a3170de1d01747a6263c295b6b419aca3d 100644 (file)
@@ -108,7 +108,12 @@ if { ([istarget "*-*-*elf*"]
     run_dump_test "group1a"
     run_dump_test "group1b"
     run_dump_test "groupautoa"
-    run_dump_test "groupautob"
+    case $target_triplet in {
+       { xtensa*-*-* } { }
+       default {
+           run_dump_test "groupautob"
+       }
+    }
     case $target_triplet in {
        { alpha*-*-* } { }
        { cr16*-*-* } { }
index 57ef2b7fb0a201c815adf4e6523b02b451914277..d7481c36010b4f28c9fa847109c86063536068c5 100644 (file)
@@ -1,5 +1,5 @@
 #readelf: -SW
-#name: automatic section group
+#name: automatic section group a
 #source: groupauto.s
 
 #...
index 1bd211027d01a1b29177a9b67645856144ce905a..76c60b434ebb3c4258c561b997e6ec7231d8a8f2 100644 (file)
@@ -1,5 +1,5 @@
 #readelf: -g
-#name: automatic section group
+#name: automatic section group b
 #source: groupauto.s
 
 #...
This page took 0.033387 seconds and 4 git commands to generate.