]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-mips-elf/got-page-3b.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-mips-elf / got-page-3b.s
diff --git a/ld/testsuite/ld-mips-elf/got-page-3b.s b/ld/testsuite/ld-mips-elf/got-page-3b.s
new file mode 100644 (file)
index 0000000..6b399db
--- /dev/null
@@ -0,0 +1,11 @@
+       .macro  makeref,sym
+       lw      $5,%got(\sym\@)($gp)
+       .endm
+
+       .globl  f2
+       .ent    f2
+f2:
+       .rept   8000
+       makeref bar
+       .endr
+       .end    f2