Fix problem parsing symbol version strings when they are preceeded by whitespace.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / symver.s
CommitLineData
eba874d8
NC
1 .data
2 .type x,@object
3 .size x,4
4x:
5 .word 12
6 .symver x, x@VERS.0
This page took 0.022362 seconds and 4 git commands to generate.