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