Check run-time R_X86_64_32 relocation overflow
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19969a.S
1 .data
2 .align 4
3 .global foo
4 .type foo, @object
5 .size foo, 4
6 foo:
7 .long -1
This page took 0.041163 seconds and 4 git commands to generate.