X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-mips-elf%2Fgot-page-3b.s;fp=ld%2Ftestsuite%2Fld-mips-elf%2Fgot-page-3b.s;h=6b399db66a1e92d22b2bad1188f35dcbec520dc4;hp=0000000000000000000000000000000000000000;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b 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 index 0000000..6b399db --- /dev/null +++ b/ld/testsuite/ld-mips-elf/got-page-3b.s @@ -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