diff options
Diffstat (limited to 'ld/testsuite/ld-cris/tls-ldgd-14.s')
-rw-r--r-- | ld/testsuite/ld-cris/tls-ldgd-14.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-ldgd-14.s b/ld/testsuite/ld-cris/tls-ldgd-14.s new file mode 100644 index 0000000..3de8f87 --- /dev/null +++ b/ld/testsuite/ld-cris/tls-ldgd-14.s @@ -0,0 +1,8 @@ + .text + .global tlsdsofn14 + .type tlsdsofn14,@function + .p2align 1 +tlsdsofn14: + move.w z:GDGOTREL16,$r10 +.Lfe14: + .size tlsdsofn14,.Lfe14-tlsdsofn14 |