mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 23:33:31 +08:00
2fe40b6792
* testsuite/ld-scripts/align.exp: Exclude powerpc*-*-aix*. * testsuite/ld-scripts/assign-loc.d: Likewise. * testsuite/ld-scripts/defined3.d: Likewise. * testsuite/ld-scripts/defined4.d: Likewise. * testsuite/ld-scripts/defined5.d: Likewise. * testsuite/ld-scripts/expr2.d: Likewise. * testsuite/ld-scripts/provide.exp: Likewise. * testsuite/ld-scripts/sane1.d: Likewise. * testsuite/ld-scripts/size.exp: Likewise. * testsuite/ld-scripts/defined2.d: Don't xfail rs6000-*-aix*.
36 lines
655 B
Makefile
36 lines
655 B
Makefile
#ld: -Tdefined3.t
|
|
#nm: -B
|
|
#source: phdrs.s
|
|
#source: defined.s
|
|
#xfail: powerpc*-*-aix* rs6000-*-aix*
|
|
|
|
# Check that DEFINED matches only symbols defined before its location.
|
|
# The ellipsis account for target-specific symbols. Matching both A and T
|
|
# accounts for formats that can't tell a .text symbol from an absolute
|
|
# symbol (mmo), but matches whatever section that contains an address
|
|
# matching the value.
|
|
|
|
#...
|
|
0+1 [AT] defined
|
|
#...
|
|
0+200 A defined1
|
|
#...
|
|
0+201 A defined2
|
|
#...
|
|
0+100 A defined3
|
|
#...
|
|
0+ [AT] defined4
|
|
#...
|
|
0+2a A defined5
|
|
#...
|
|
0+ [AT] defined6
|
|
#...
|
|
0+1 [AT] defined7
|
|
#...
|
|
0+1 [AT] defined8
|
|
#...
|
|
0+2a A sym1
|
|
#...
|
|
[0-9a-f]+ T sym2
|
|
#pass
|