X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-m68k%2Ftls-gd-1.s;fp=ld%2Ftestsuite%2Fld-m68k%2Ftls-gd-1.s;h=c79da2e7ce90c3493b3f570f1bde54cfeae46b4b;hp=0000000000000000000000000000000000000000;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/testsuite/ld-m68k/tls-gd-1.s b/ld/testsuite/ld-m68k/tls-gd-1.s new file mode 100644 index 0000000..c79da2e --- /dev/null +++ b/ld/testsuite/ld-m68k/tls-gd-1.s @@ -0,0 +1,16 @@ +#NO_APP + .text + .align 2 + .globl foo + .type foo, @function +foo: + link.w %fp,#0 + move.l %a5,-(%sp) + + pea x@TLSGD(%a5) + + move.l (%sp)+,%a5 + unlk %fp + rts + .size foo, .-foo + .section .note.GNU-stack,"",@progbits