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