[lld] r253727 - Remove trailing whitespaces and untabify.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 14:47:40 PST 2015


Author: ruiu
Date: Fri Nov 20 16:47:40 2015
New Revision: 253727

URL: http://llvm.org/viewvc/llvm-project?rev=253727&view=rev
Log:
Remove trailing whitespaces and untabify.

Modified:
    lld/trunk/test/ELF/tls-dynamic.s

Modified: lld/trunk/test/ELF/tls-dynamic.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/tls-dynamic.s?rev=253727&r1=253726&r2=253727&view=diff
==============================================================================
--- lld/trunk/test/ELF/tls-dynamic.s (original)
+++ lld/trunk/test/ELF/tls-dynamic.s Fri Nov 20 16:47:40 2015
@@ -10,29 +10,28 @@
   callq __tls_get_addr at PLT
   leaq  a at dtpoff(%rax), %rcx
   leaq  b at dtpoff(%rax), %rcx
-  .long	b at dtpoff, 0
+  .long b at dtpoff, 0
   leaq  c at tlsgd(%rip), %rdi
   rex64
   callq __tls_get_addr at PLT
   leaq  c at dtpoff(%rax), %rcx
 
-  .global	a
+  .global a
   .hidden a
-	.section	.tbss,"awT", at nobits
+  .section .tbss,"awT", at nobits
   .align 4
 a:
-	.long	0
+  .long 0
 
-	.section	.tbss,"awT", at nobits
+  .section .tbss,"awT", at nobits
   .align 4
 b:
-	.long	0
-  
+  .long 0
   .global c
-  .section	.tbss,"awT", at nobits
+  .section .tbss,"awT", at nobits
   .align 4
 c:
-	.long	0
+  .long 0
 
 // Get the address of the got, and check that it has 4 entries.
 




More information about the llvm-commits mailing list