aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/pr14962.d
blob: 4c8e3707f7e0209a9d56efe2f81c8d452d0b2616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ld: -Ttext=0x1000 -Tdata=0x2000 -T pr14962.t
#source: pr14962a.s
#source: pr14962b.s
#nm: -n
#xfail: mmix-knuth-mmixware
# The reference to x would normally generate a cross-reference error
# but the linker script converts x to absolute to avoid the error.
#xfail: bfin-*-linux*
# The bfinfd backend complains about fixups in read-only sections.

#...
0+2000 A x
#pass