Skip to content

Commit 2031939

Browse files
committed
Removed .align and .size in test, and added trailing '\n'.
1 parent e3f67f6 commit 2031939

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

llvm/test/MC/X86/tls.s

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@
1818
.type tls0,@object
1919
.section .tbss,"awT",@nobits
2020
.globl tls0
21-
.align 4
2221
tls0:
2322
.long 0
24-
.size tls0, 4
2523
.type tls1,@object
2624
.globl tls1
27-
.align 4
2825
tls1:
2926
.long 0
30-
.size tls1, 4
3127
.section .text
3228
.globl _start
3329
_start:
@@ -37,4 +33,5 @@ _start:
3733
movq tls1@GOTTPOFF(%rip), %r16
3834
addq tls0@GOTTPOFF(%rip), %r16
3935
addq tls0@GOTTPOFF(%rip), %r28
40-
addq tls1@GOTTPOFF(%rip), %r16
36+
addq tls1@GOTTPOFF(%rip), %r16
37+

0 commit comments

Comments
 (0)