daily update
[binutils.git] / ld / testsuite / ld-scripts / defined2.d
blob6bb06824724458dfabe7a9b2af78cc1736f67dba
1 #ld: -Tdefined2.t
2 #nm: -B
3 #source: phdrs.s
5 # Check that arithmetic on DEFINED works.
6 # Matching both A and T accounts for formats that can't tell a .text
7 # symbol from an absolute symbol (mmo), but matches whatever section that
8 # contains an address matching the value. The symbol sym1 is supposed to
9 # be in the .text section for all targets, though.
11 #...
12 0+1 [AT] defined1
13 0+11 A defined2
14 0+100 A defined3
15 0+1ff A defined4
16 #...
17 0+3 T sym1
18 #pass