Fix gas and binutils testsuite failures for am33_2.0-linux target.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / symver.s
1 .data
2 .type x,%object
3 .size x,4
4 x:
5 .word 12
6 .symver x, x@VERS.0
This page took 0.031291 seconds and 4 git commands to generate.