diff options
Diffstat (limited to 'ld/testsuite/ld-cris/tls-le-12s.s')
-rw-r--r-- | ld/testsuite/ld-cris/tls-le-12s.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-le-12s.s b/ld/testsuite/ld-cris/tls-le-12s.s new file mode 100644 index 0000000..8edcbf6 --- /dev/null +++ b/ld/testsuite/ld-cris/tls-le-12s.s @@ -0,0 +1,8 @@ + .text + .global tlsfn12 + .type tlsfn12,@function + .p2align 1 +tlsfn12: + movu.w z:TPOFF16,$r10 +.Lfe12: + .size tlsfn12,.Lfe12-tlsfn12 |