X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-cris%2Ftls-dtprelm.s;fp=ld%2Ftestsuite%2Fld-cris%2Ftls-dtprelm.s;h=f69724b867932b968d8446784fb35f3b11afe178;hp=0000000000000000000000000000000000000000;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/testsuite/ld-cris/tls-dtprelm.s b/ld/testsuite/ld-cris/tls-dtprelm.s new file mode 100644 index 0000000..f69724b --- /dev/null +++ b/ld/testsuite/ld-cris/tls-dtprelm.s @@ -0,0 +1,26 @@ + .text + + .ifndef r + .set r,1 + .endif + + .global tlsdsofndtprelm + .type tlsdsofndtprelm,@function + .p2align 1 +tlsdsofndtprelm: + move.w x:DTPREL16,$r10 +.Lfe: + .size tlsdsofndtprelm,.Lfe-tlsdsofndtprelm + + .globl z + .section .tdata,"awT",@progbits + .p2align 2 + .type z,@object + .size z,r +z: + .fill r,1,42 + + .type x,@object + .size x,1 +x: + .byte 42