mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +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:
@ -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>
|
2009-09-04 Jie Zhang <jie.zhang@analog.com>
|
||||||
|
|
||||||
* gas/bfin/arithmetic.s, gas/bfin/arithmetic.d: Add check
|
* gas/bfin/arithmetic.s, gas/bfin/arithmetic.d: Add check
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#objdump: -s -j .text
|
#objdump: -s -j .text
|
||||||
#name: align
|
#name: align
|
||||||
|
#not-target: m32c-*
|
||||||
|
|
||||||
# Test the alignment pseudo-op.
|
# Test the alignment pseudo-op.
|
||||||
|
|
||||||
|
@ -144,7 +144,13 @@ proc do_comment {} {
|
|||||||
if [all_ones $x1 $x2 $x3] then { pass $testname } else { fail $testname }
|
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
|
# 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.
|
# the name of the input file, output file, and options passed.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#as: -I$srcdir/$subdir
|
#as: -I$srcdir/$subdir
|
||||||
#objdump: -s -j .text
|
#objdump: -s -j .text
|
||||||
#name: incbin
|
#name: incbin
|
||||||
|
#not-target: m32c-*
|
||||||
|
|
||||||
# Test the incbin pseudo-op
|
# Test the incbin pseudo-op
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#readelf: -s
|
#readelf: -s
|
||||||
#name: .set with IFUNC
|
#name: .set with IFUNC
|
||||||
|
#not-target: alpha*
|
||||||
|
|
||||||
#...
|
#...
|
||||||
[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+IFUNC[ ]+GLOBAL[ ]+DEFAULT[ ]+[1-9] __GI_foo
|
[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+IFUNC[ ]+GLOBAL[ ]+DEFAULT[ ]+[1-9] __GI_foo
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#objdump: -s -j .text
|
#objdump: -s -j .text
|
||||||
#name: semi
|
#name: semi
|
||||||
|
#not-target: m32c-*
|
||||||
|
|
||||||
.*: .*
|
.*: .*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user