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