diff options
Diffstat (limited to 'ld/testsuite/ld-cris/tls-ld-7.s')
-rw-r--r-- | ld/testsuite/ld-cris/tls-ld-7.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-ld-7.s b/ld/testsuite/ld-cris/tls-ld-7.s new file mode 100644 index 0000000..c64c1db --- /dev/null +++ b/ld/testsuite/ld-cris/tls-ld-7.s @@ -0,0 +1,9 @@ + .text + .global tlsdsofn + .type tlsdsofn,@function + .p2align 1 +tlsdsofn: + move.d x1:DTPREL,$r10 + move.d x2:DTPREL,$r11 +.Lfe7: + .size tlsdsofn,.Lfe7-tlsdsofn |