summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/reloc-5.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-mips-elf/reloc-5.s')
-rw-r--r--binutils-2.25/ld/testsuite/ld-mips-elf/reloc-5.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-mips-elf/reloc-5.s b/binutils-2.25/ld/testsuite/ld-mips-elf/reloc-5.s
new file mode 100644
index 00000000..a4b31b7f
--- /dev/null
+++ b/binutils-2.25/ld/testsuite/ld-mips-elf/reloc-5.s
@@ -0,0 +1,11 @@
+ .text
+ .globl _start
+_start:
+ lw $2, %gp_rel(i)($28)
+
+ .section .sdata
+ .space 0x10000
+
+ .section .sbss
+i:
+ .space 4