* gas/elf/groupautoa.d: Change test name.
* gas/elf/groupautob.d: Change test name.
+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.
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*-*-* } { }
#readelf: -SW
-#name: automatic section group
+#name: automatic section group a
#source: groupauto.s
#...
#readelf: -g
-#name: automatic section group
+#name: automatic section group b
#source: groupauto.s
#...