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