* ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d,
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-5.s
CommitLineData
43ec5bc0
AN
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
10i:
11 .space 4
This page took 0.023608 seconds and 4 git commands to generate.