2000-11-13 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / symver / symver4.s
1 .data
2 .globl foo1
3 .type foo1,object
4 foo1:
5 .long foo
6 .symver foo,foo@
7 L_foo1:
8 .size foo1,L_foo1-foo1
This page took 0.030088 seconds and 5 git commands to generate.