diff options
Diffstat (limited to 'ld/testsuite/ld-cris/tls128.s')
-rw-r--r-- | ld/testsuite/ld-cris/tls128.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls128.s b/ld/testsuite/ld-cris/tls128.s new file mode 100644 index 0000000..71d6b84 --- /dev/null +++ b/ld/testsuite/ld-cris/tls128.s @@ -0,0 +1,8 @@ +; Just something allocating 128 bytes TLS data. + .section .tdata,"awT",@progbits + .p2align 2 + .type tls128, @object +tls128: + .long 47 + .fill 124,1,0 + .size tls128, 128 |