diff options
Diffstat (limited to 'test/ELF/Inputs/copy-rel-tls.s')
-rw-r--r-- | test/ELF/Inputs/copy-rel-tls.s | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/ELF/Inputs/copy-rel-tls.s b/test/ELF/Inputs/copy-rel-tls.s new file mode 100644 index 0000000000000..c34b6925e809d --- /dev/null +++ b/test/ELF/Inputs/copy-rel-tls.s @@ -0,0 +1,12 @@ +.bss +.global foo +.type foo, @object +.size foo, 4 +foo: + +.section .tbss,"awT",@nobits +.global tfoo +.skip 0x2000 +.type tfoo,@object +.size tfoo, 4 +tfoo: |