Remove trailing whitespace.
authorRui Ueyama <ruiu@google.com>
Tue, 15 Nov 2016 19:07:17 +0000 (19:07 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 15 Nov 2016 19:07:17 +0000 (19:07 +0000)
llvm-svn: 287009

lld/docs/hello.png
lld/docs/llvm-theme/static/contents.png
lld/docs/llvm-theme/static/logo.png
lld/docs/llvm-theme/static/navigation.png
lld/test/COFF/Inputs/cl-gl.obj
lld/test/ELF/invalid/symtab-symbols.test
lld/test/ELF/linkerscript/orphan.s
lld/test/mach-o/Inputs/libbar.a
lld/test/mach-o/Inputs/libfoo.a

index 70df111..731b1cd 100644 (file)
Binary files a/lld/docs/hello.png and b/lld/docs/hello.png differ
index 7fb8215..23d38fc 100644 (file)
Binary files a/lld/docs/llvm-theme/static/contents.png and b/lld/docs/llvm-theme/static/contents.png differ
index 4fc8990..116c9b3 100644 (file)
Binary files a/lld/docs/llvm-theme/static/logo.png and b/lld/docs/llvm-theme/static/logo.png differ
index 1081dc1..d9fbb54 100644 (file)
Binary files a/lld/docs/llvm-theme/static/navigation.png and b/lld/docs/llvm-theme/static/navigation.png differ
index ff74655..e96739b 100755 (executable)
Binary files a/lld/test/COFF/Inputs/cl-gl.obj and b/lld/test/COFF/Inputs/cl-gl.obj differ
index ac9f48c..663c8a7 100644 (file)
@@ -4,7 +4,8 @@
 # GNU assembler 2.17.50 [FreeBSD] 2007-07-03 could generate
 # broken objects.
 # Verify that lld can handle STT_NOTYPE symbols associated
-# with SHT_SYMTAB section. 
+# with SHT_SYMTAB section.
+
 
 !ELF
 FileHeader:
index d61913b..3daa6fb 100644 (file)
 ## .jcr is a relro section and should be placed before other RW sections.
 ## .bss is SHT_NOBITS section and should be last RW section, so some space
 ## in ELF file could be saved.
-# CHECK:       0               00000000 0000000000000000 
-# CHECK-NEXT:  1 .text         00000000 0000000000000000 TEXT DATA 
-# CHECK-NEXT:  2 .jcr          00000008 0000000000000000 DATA 
-# CHECK-NEXT:  3 .rw1          00000008 0000000000000008 DATA 
-# CHECK-NEXT:  4 .rw2          00000008 0000000000000010 DATA 
-# CHECK-NEXT:  5 .rw3          00000008 0000000000000018 DATA 
+# CHECK:       0               00000000 0000000000000000
+# CHECK-NEXT:  1 .text         00000000 0000000000000000 TEXT DATA
+# CHECK-NEXT:  2 .jcr          00000008 0000000000000000 DATA
+# CHECK-NEXT:  3 .rw1          00000008 0000000000000008 DATA
+# CHECK-NEXT:  4 .rw2          00000008 0000000000000010 DATA
+# CHECK-NEXT:  5 .rw3          00000008 0000000000000018 DATA
 # CHECK-NEXT:  6 .bss          00000008 0000000000000020 BSS
 
 .section .rw1, "aw"
index 64cae6c..22517cf 100644 (file)
Binary files a/lld/test/mach-o/Inputs/libbar.a and b/lld/test/mach-o/Inputs/libbar.a differ
index 21194ef..ca9f72d 100644 (file)
Binary files a/lld/test/mach-o/Inputs/libfoo.a and b/lld/test/mach-o/Inputs/libfoo.a differ