gas: Extend .symver directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / symver / symver14.s
1 .data
2 .global foo
3 foo:
4 .byte 1
5 .symver foo,foo@@@version1
6 .symver foo,foo@@@version2
This page took 0.030908 seconds and 4 git commands to generate.