* config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
[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.029165 seconds and 4 git commands to generate.