Browse Source

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

* gas/elf/groupautoa.d: Change test name.
	* gas/elf/groupautob.d: Change test name.
binutils-2_21-branch
Alan Modra 16 years ago
parent
commit
5ff3e4bea5
  1. 6
      gas/testsuite/ChangeLog
  2. 7
      gas/testsuite/gas/elf/elf.exp
  3. 2
      gas/testsuite/gas/elf/groupautoa.d
  4. 2
      gas/testsuite/gas/elf/groupautob.d

6
gas/testsuite/ChangeLog

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

7
gas/testsuite/gas/elf/elf.exp

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

2
gas/testsuite/gas/elf/groupautoa.d

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

2
gas/testsuite/gas/elf/groupautob.d

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

Loading…
Cancel
Save