MIPS/BFD: Move attribute check after ELF file header flag check
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / got-vers-1b.s
1 .abicalls
2 .symver foo2,foo@@V2
3 .global foo2
4 .data
5 .type foo2,%object
6 .size foo2,4
7 foo2: .word 0
This page took 0.036808 seconds and 4 git commands to generate.