x86: Only allow S + A relocations against absolute symbol
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25749-2a.s
1 .data
2 .globl size
3 .type size, %object
4 size:
5 .dc.a _binary_pr25749_2_c_size
6 .size size, .-size
This page took 0.042528 seconds and 4 git commands to generate.