]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr20828-v.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr20828-v.s
CommitLineData
902e9fc7
MR
1 .text
2 .globl new_foo
3 .type new_foo, %function
4new_foo:
5 .size new_foo, . - new_foo
6 .symver new_foo, foo@@ver_foo
7
8 .data
9 .globl bar
10 .type bar, %object
11bar:
12 .dc.a foo
13 .size bar, . - bar