Fix SHF_GNU_RETAIN testsuite fallout
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr20828-v.s
1 .text
2 .globl new_foo
3 .type new_foo, %function
4 new_foo:
5 .size new_foo, . - new_foo
6 .symver new_foo, foo@@ver_foo
7
8 .data
9 .globl bar
10 .type bar, %object
11 bar:
12 .dc.a foo
13 .size bar, . - bar
This page took 0.037349 seconds and 4 git commands to generate.