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