mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
43ec5bc0d7
ld-mips-elf/reloc-5.s, ld-mips-elf/reloc-5.d: New tests. * ld-mips-elf/mips-elf.exp: Invoke them.
12 lines
125 B
ArmAsm
12 lines
125 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
lw $2, %gp_rel(i)($28)
|
|
|
|
.section .sdata
|
|
.space 0x10000
|
|
|
|
.section .sbss
|
|
i:
|
|
.space 4
|