mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 23:03:29 +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*.
22 lines
465 B
Makefile
22 lines
465 B
Makefile
#ld: -Tdefined2.t
|
|
#nm: -B
|
|
#source: phdrs.s
|
|
|
|
# Check that arithmetic on DEFINED works.
|
|
# 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. The symbol sym1 is supposed to
|
|
# be in the .text section for all targets, though.
|
|
|
|
#...
|
|
0+1 [AT] defined1
|
|
#...
|
|
0+11 A defined2
|
|
#...
|
|
0+100 A defined3
|
|
#...
|
|
0+1ff A defined4
|
|
#...
|
|
0+3 T sym1
|
|
#pass
|