X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=gas%2Ftestsuite%2Fgas%2Fm68k%2Ftls-gd-3.s;fp=gas%2Ftestsuite%2Fgas%2Fm68k%2Ftls-gd-3.s;h=1b0ffbb6f084d5f702bb4f57fa6147a35c73236e;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hp=0000000000000000000000000000000000000000;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10;p=msp430-binutils.git diff --git a/gas/testsuite/gas/m68k/tls-gd-3.s b/gas/testsuite/gas/m68k/tls-gd-3.s new file mode 100644 index 0000000..1b0ffbb --- /dev/null +++ b/gas/testsuite/gas/m68k/tls-gd-3.s @@ -0,0 +1,20 @@ +#NO_APP + .text + .align 2 + .globl foo + .type foo, @function +foo: + link.w %fp,#0 + move.l %a5,-(%sp) + move.l #_GLOBAL_OFFSET_TABLE_@GOTPC, %a5 + lea (-6, %pc, %a5), %a5 + + move.l x@TLSGD(%a5),%a1 + move.l x@GOT(%a5),%a1 + + move.l (%sp)+,%a5 + unlk %fp + rts + .size foo, .-foo + .comm x,4,2 + .section .note.GNU-stack,"",@progbits