aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/ppc64-tls-ie-le.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/ppc64-tls-ie-le.s')
-rw-r--r--test/ELF/Inputs/ppc64-tls-ie-le.s29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/ELF/Inputs/ppc64-tls-ie-le.s b/test/ELF/Inputs/ppc64-tls-ie-le.s
new file mode 100644
index 000000000000..1d7ccc8f8875
--- /dev/null
+++ b/test/ELF/Inputs/ppc64-tls-ie-le.s
@@ -0,0 +1,29 @@
+ .text
+ .abiversion 2
+ .type c,@object # @c
+ .section .tdata,"awT",@progbits
+ .globl c
+c:
+ .byte 97 # 0x61
+ .size c, 1
+
+ .type s,@object # @s
+ .globl s
+ .p2align 1
+s:
+ .short 55 # 0x37
+ .size s, 2
+
+ .type i,@object # @i
+ .globl i
+ .p2align 2
+i:
+ .long 55 # 0x37
+ .size i, 4
+
+ .type l,@object # @l
+ .globl l
+ .p2align 3
+l:
+ .quad 55 # 0x37
+ .size l, 8