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