PR25882, .gnu.attributes are not checked for shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / gp-hidden.s
1 .data
2 .globl blah
3 .type blah, @object
4 blah:
5 .dc.a foo
6 .dc.a _gp
7 .size blah, . - blah
This page took 0.050525 seconds and 4 git commands to generate.