Display null bytes in DWARF debug info
[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.03474 seconds and 4 git commands to generate.