Make the objfile constructor private
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / gp-hidden-lib.s
1 .data
2 .globl bar
3 .type bar, @object
4 bar:
5 .dc.a _gp
6 .size bar, . - bar
This page took 0.029549 seconds and 4 git commands to generate.