23d9fe20ee4a2b60ba1c792c5616e1c76d86e10f
[deliverable/binutils-gdb.git] / gas / testsuite / gas / symver / symver6.s
1 .data
2 .globl foo1
3 .type foo1,object
4 foo1:
5 .long foo
6 .symver foo,foo@@version1
7 .symver foo,foo@version1
8 L_foo1:
9 .size foo1,L_foo1-foo1
This page took 0.030738 seconds and 3 git commands to generate.