* gas/elf/elf.exp (groupautob): Don't run on xtensa.

* gas/elf/groupautoa.d: Change test name.
	* gas/elf/groupautob.d: Change test name.
This commit is contained in:
Alan Modra 2010-10-28 06:12:16 +00:00
parent 137b6b5f5e
commit 5ff3e4bea5
4 changed files with 14 additions and 3 deletions

View 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.

View 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*-*-* } { }

View File

@ -1,5 +1,5 @@
#readelf: -SW
#name: automatic section group
#name: automatic section group a
#source: groupauto.s
#...

View File

@ -1,5 +1,5 @@
#readelf: -g
#name: automatic section group
#name: automatic section group b
#source: groupauto.s
#...