X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-mips-elf%2Fno-shared-1-n64.s;fp=ld%2Ftestsuite%2Fld-mips-elf%2Fno-shared-1-n64.s;h=8eedf12157b7c2ec9dc3a4364ca33d385587179b;hp=0000000000000000000000000000000000000000;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/testsuite/ld-mips-elf/no-shared-1-n64.s b/ld/testsuite/ld-mips-elf/no-shared-1-n64.s new file mode 100644 index 0000000..8eedf12 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/no-shared-1-n64.s @@ -0,0 +1,13 @@ + .abicalls + .text + .globl __start + .ent __start +__start: + lui $2,%hi(__gnu_local_gp) + daddiu $2,$2,%lo(__gnu_local_gp) + ld $2,%got(__gnu_local_gp)($gp) + ld $2,%call16(__gnu_local_gp)($gp) + .end __start + + .data + .8byte __gnu_local_gp