* 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:
parent
137b6b5f5e
commit
5ff3e4bea5
@ -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.
|
||||
|
@ -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*-*-* } { }
|
||||
|
@ -1,5 +1,5 @@
|
||||
#readelf: -SW
|
||||
#name: automatic section group
|
||||
#name: automatic section group a
|
||||
#source: groupauto.s
|
||||
|
||||
#...
|
||||
|
@ -1,5 +1,5 @@
|
||||
#readelf: -g
|
||||
#name: automatic section group
|
||||
#name: automatic section group b
|
||||
#source: groupauto.s
|
||||
|
||||
#...
|
||||
|
Loading…
Reference in New Issue
Block a user