ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / ver_def.s
1 .data
2 .globl new_foo
3 .type new_foo, %object
4 new_foo:
5 .symver new_foo, foo@@ver_foo
This page took 0.030699 seconds and 4 git commands to generate.