a4b31b7fa037bf9db86abdc33b2b0486fc97a30f
[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.035192 seconds and 3 git commands to generate.