* ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d,
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-5.s
1 .text
2 .globl _start
3 _start:
4 lw $2, %gp_rel(i)($28)
5
6 .section .sdata
7 .space 0x10000
8
9 .section .sbss
10 i:
11 .space 4
This page took 0.059673 seconds and 5 git commands to generate.