* ld-scripts/defined2.d, ld-scripts/defined2.t: New test.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / defined2.d
1 #ld: -Tdefined2.t
2 #nm: -B
3 #source: phdrs.s
4
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.
10
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
This page took 0.091333 seconds and 4 git commands to generate.