Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git] / ld / testsuite / ld-scripts / defined2.d
1 #ld: -Tdefined2.t --no-error-rwx-segments
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 #...
14 0+11 A defined2
15 #...
16 0+100 A defined3
17 #...
18 0+1ff A defined4
19 #...
20 0+3 T sym1
21 #pass