mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
* gas/all/gas.exp (do_comment): Don't run on m32c.
* gas/all/align.d: Likewise. * gas/all/incbin.d: Likewise. * gas/macros/semi.d: Likewise. * gas/elf/ifunc-1.d: Don't run on alpha.
This commit is contained in:
parent
d981b346f0
commit
bad6899a88
@ -1,3 +1,11 @@
|
||||
2009-09-08 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/all/gas.exp (do_comment): Don't run on m32c.
|
||||
* gas/all/align.d: Likewise.
|
||||
* gas/all/incbin.d: Likewise.
|
||||
* gas/macros/semi.d: Likewise.
|
||||
* gas/elf/ifunc-1.d: Don't run on alpha.
|
||||
|
||||
2009-09-04 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* gas/bfin/arithmetic.s, gas/bfin/arithmetic.d: Add check
|
||||
|
@ -1,5 +1,6 @@
|
||||
#objdump: -s -j .text
|
||||
#name: align
|
||||
#not-target: m32c-*
|
||||
|
||||
# Test the alignment pseudo-op.
|
||||
|
||||
|
@ -144,7 +144,13 @@ proc do_comment {} {
|
||||
if [all_ones $x1 $x2 $x3] then { pass $testname } else { fail $testname }
|
||||
}
|
||||
|
||||
do_comment
|
||||
# m32c pads out sections, even empty ones.
|
||||
case $target_triplet in {
|
||||
{ m32c-*-* } { }
|
||||
default {
|
||||
do_comment
|
||||
}
|
||||
}
|
||||
|
||||
# This test checks the output of the -ag switch. It must detect at least
|
||||
# the name of the input file, output file, and options passed.
|
||||
|
@ -1,6 +1,7 @@
|
||||
#as: -I$srcdir/$subdir
|
||||
#objdump: -s -j .text
|
||||
#name: incbin
|
||||
#not-target: m32c-*
|
||||
|
||||
# Test the incbin pseudo-op
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#readelf: -s
|
||||
#name: .set with IFUNC
|
||||
#not-target: alpha*
|
||||
|
||||
#...
|
||||
[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+IFUNC[ ]+GLOBAL[ ]+DEFAULT[ ]+[1-9] __GI_foo
|
||||
|
@ -1,5 +1,6 @@
|
||||
#objdump: -s -j .text
|
||||
#name: semi
|
||||
#not-target: m32c-*
|
||||
|
||||
.*: .*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user