diff options
Diffstat (limited to 'ld/testsuite/ld-cris/tls-err-56.s')
-rw-r--r-- | ld/testsuite/ld-cris/tls-err-56.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-err-56.s b/ld/testsuite/ld-cris/tls-err-56.s new file mode 100644 index 0000000..b8a0443 --- /dev/null +++ b/ld/testsuite/ld-cris/tls-err-56.s @@ -0,0 +1,9 @@ + .include "tls128.s" + .text + .global tlsdsofn2 + .type tlsdsofn2,@function + .p2align 1 +tlsdsofn2: + move.d tls128+42:GDGOTREL,$r10 +.Lfe1: + .size tlsdsofn2,.Lfe1-tlsdsofn2 |