gas: Extend .symver directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / symver / symver13.s
1 .text
2 .space 13
3 .globl foo
4 .type foo, %function
5 foo:
6 .byte 0
7 .symver foo, foo@VERS_2
8 .symver foo, foo@@VERS_2
9 .symver foo, foo@VERS_1
10 .hidden foo
11 .size foo,.-foo
This page took 0.029491 seconds and 4 git commands to generate.