Really fix riscv shared library __global_pointer$ problem.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / gp-test.s
1 .data
2 .globl blah
3 .type blah, @object
4 blah:
5 .dc.a 0
6 .size blah, . - blah
This page took 0.030188 seconds and 5 git commands to generate.