[lld] r241378 - [ELF] Fix ELF test cases. Do not provide content for bss sections.
Simon Atanasyan
simon at atanasyan.com
Fri Jul 3 16:06:25 PDT 2015
Author: atanasyan
Date: Fri Jul 3 18:06:24 2015
New Revision: 241378
URL: http://llvm.org/viewvc/llvm-project?rev=241378&view=rev
Log:
[ELF] Fix ELF test cases. Do not provide content for bss sections.
Modified:
lld/trunk/test/elf/AArch64/Inputs/general-dyn-tls-0.yaml
lld/trunk/test/elf/AArch64/Inputs/initial-exec-tls-1.yaml
lld/trunk/test/elf/AArch64/dynamicvars.test
lld/trunk/test/elf/AArch64/general-dyn-tls-0.test
lld/trunk/test/elf/AArch64/initial-exec-tls-0.test
lld/trunk/test/elf/AArch64/local-tls.test
lld/trunk/test/elf/ARM/arm-symbols.test
lld/trunk/test/elf/ARM/defsym.test
lld/trunk/test/elf/ARM/dynamic-symbols.test
lld/trunk/test/elf/ARM/entry-point.test
lld/trunk/test/elf/ARM/header-flags.test
lld/trunk/test/elf/ARM/mapping-code-model.test
lld/trunk/test/elf/ARM/mapping-symbols.test
lld/trunk/test/elf/ARM/missing-symbol.test
lld/trunk/test/elf/ARM/plt-dynamic.test
lld/trunk/test/elf/ARM/plt-ifunc-interwork.test
lld/trunk/test/elf/ARM/plt-ifunc-mapping.test
lld/trunk/test/elf/ARM/rel-abs32.test
lld/trunk/test/elf/ARM/rel-arm-call.test
lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-b.test
lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-bl.test
lld/trunk/test/elf/ARM/rel-arm-jump24.test
lld/trunk/test/elf/ARM/rel-arm-mov.test
lld/trunk/test/elf/ARM/rel-arm-target1.test
lld/trunk/test/elf/ARM/rel-arm-thm-interwork.test
lld/trunk/test/elf/ARM/rel-base-prel.test
lld/trunk/test/elf/ARM/rel-copy.test
lld/trunk/test/elf/ARM/rel-glob-dat.test
lld/trunk/test/elf/ARM/rel-got-brel.test
lld/trunk/test/elf/ARM/rel-jump-slot.test
lld/trunk/test/elf/ARM/rel-rel32.test
lld/trunk/test/elf/ARM/rel-thm-call.test
lld/trunk/test/elf/ARM/rel-thm-jump11.test
lld/trunk/test/elf/ARM/rel-thm-jump24-veneer.test
lld/trunk/test/elf/ARM/rel-thm-jump24.test
lld/trunk/test/elf/ARM/rel-thm-mov.test
lld/trunk/test/elf/ARM/rel-tls-ie32.test
lld/trunk/test/elf/ARM/rel-tls-le32.test
lld/trunk/test/elf/ARM/rel-v4bx.test
lld/trunk/test/elf/ARM/thm-symbols.test
lld/trunk/test/elf/ARM/two-got-for-symbol.test
lld/trunk/test/elf/ARM/undef-lazy-symbol.test
lld/trunk/test/elf/ARM/veneer-mapping.test
lld/trunk/test/elf/ARM/weak-branch.test
lld/trunk/test/elf/Inputs/consecutive-weak-defs.o.yaml
lld/trunk/test/elf/Inputs/main-with-global-def.o.yaml
lld/trunk/test/elf/Inputs/tls-tbss-size.yaml
lld/trunk/test/elf/Inputs/undef2-so.o.yaml
lld/trunk/test/elf/X86_64/Inputs/generaltls-so.o.yaml
lld/trunk/test/elf/X86_64/alignoffset.test
lld/trunk/test/elf/X86_64/dynamicvars.test
lld/trunk/test/elf/X86_64/general-dynamic-tls.test
lld/trunk/test/elf/X86_64/imagebase.test
lld/trunk/test/elf/X86_64/maxpagesize.test
lld/trunk/test/elf/X86_64/noalignsegments.test
lld/trunk/test/elf/X86_64/outputsegments.test
lld/trunk/test/elf/X86_64/reloc_r_x86_64_16.test
lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc16.test
lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc64.test
lld/trunk/test/elf/X86_64/weaksym.test
lld/trunk/test/elf/discard-all.test
lld/trunk/test/elf/discard-locals.test
lld/trunk/test/elf/export-dynamic.test
lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-discarded-reference.test
lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-undef.test
lld/trunk/test/elf/gnulinkonce/gnulinkonce.test
lld/trunk/test/elf/gottpoff.test
lld/trunk/test/elf/init_array.test
lld/trunk/test/elf/linkerscript/Inputs/prog1.o.yaml
lld/trunk/test/elf/linkerscript/Inputs/prog2.o.yaml
lld/trunk/test/elf/linkerscript/Inputs/prog3.o.yaml
lld/trunk/test/elf/linkerscript/Inputs/simple.o.yaml
lld/trunk/test/elf/note.test
lld/trunk/test/elf/sectionGroups/sectiongroup-new-members.test
lld/trunk/test/elf/sectionGroups/sectiongroup-simple.test
lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member-other.test
lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member.test
lld/trunk/test/elf/sectionGroups/sectiongroup-with-globalsymbols.test
lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-external-reference.test
lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-signature.test
lld/trunk/test/elf/sh_addralign.test
lld/trunk/test/elf/strip-all.test
lld/trunk/test/elf/tls-tbss-size.test
lld/trunk/test/elf/undef-from-dso-to-main.test
lld/trunk/test/elf/wrap.test
lld/trunk/test/elf/zoption_dtflags.test
Modified: lld/trunk/test/elf/AArch64/Inputs/general-dyn-tls-0.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/AArch64/Inputs/general-dyn-tls-0.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/AArch64/Inputs/general-dyn-tls-0.yaml (original)
+++ lld/trunk/test/elf/AArch64/Inputs/general-dyn-tls-0.yaml Fri Jul 3 18:06:24 2015
@@ -32,12 +32,11 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .tbss
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
AddressAlign: 0x0000000000000004
- Content: 00636C61
+ Size: 4
- Name: .note.GNU-stack
Type: SHT_PROGBITS
AddressAlign: 0x0000000000000001
Modified: lld/trunk/test/elf/AArch64/Inputs/initial-exec-tls-1.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/AArch64/Inputs/initial-exec-tls-1.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/AArch64/Inputs/initial-exec-tls-1.yaml (original)
+++ lld/trunk/test/elf/AArch64/Inputs/initial-exec-tls-1.yaml Fri Jul 3 18:06:24 2015
@@ -20,12 +20,11 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .tbss
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
AddressAlign: 0x0000000000000004
- Content: 00636C616E672076657273696F6E2033
+ Size: 16
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/AArch64/dynamicvars.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/AArch64/dynamicvars.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/AArch64/dynamicvars.test (original)
+++ lld/trunk/test/elf/AArch64/dynamicvars.test Fri Jul 3 18:06:24 2015
@@ -40,7 +40,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
- Name: .text.startup
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
Modified: lld/trunk/test/elf/AArch64/general-dyn-tls-0.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/AArch64/general-dyn-tls-0.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/AArch64/general-dyn-tls-0.test (original)
+++ lld/trunk/test/elf/AArch64/general-dyn-tls-0.test Fri Jul 3 18:06:24 2015
@@ -85,7 +85,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .note.GNU-stack
Type: SHT_PROGBITS
AddressAlign: 0x0000000000000001
Modified: lld/trunk/test/elf/AArch64/initial-exec-tls-0.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/AArch64/initial-exec-tls-0.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/AArch64/initial-exec-tls-0.test (original)
+++ lld/trunk/test/elf/AArch64/initial-exec-tls-0.test Fri Jul 3 18:06:24 2015
@@ -105,7 +105,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/AArch64/local-tls.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/AArch64/local-tls.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/AArch64/local-tls.test (original)
+++ lld/trunk/test/elf/AArch64/local-tls.test Fri Jul 3 18:06:24 2015
@@ -85,7 +85,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .tdata
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
@@ -95,7 +94,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
AddressAlign: 0x0000000000000004
- Content: '2569202569202569'
+ Size: 8
- Name: .rodata.str1.1
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/ARM/arm-symbols.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/arm-symbols.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/arm-symbols.test (original)
+++ lld/trunk/test/elf/ARM/arm-symbols.test Fri Jul 3 18:06:24 2015
@@ -43,7 +43,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
Modified: lld/trunk/test/elf/ARM/defsym.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/defsym.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/defsym.test (original)
+++ lld/trunk/test/elf/ARM/defsym.test Fri Jul 3 18:06:24 2015
@@ -42,7 +42,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: fn
Modified: lld/trunk/test/elf/ARM/dynamic-symbols.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/dynamic-symbols.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/dynamic-symbols.test (original)
+++ lld/trunk/test/elf/ARM/dynamic-symbols.test Fri Jul 3 18:06:24 2015
@@ -70,7 +70,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
- Name: .got
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
Modified: lld/trunk/test/elf/ARM/entry-point.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/entry-point.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/entry-point.test (original)
+++ lld/trunk/test/elf/ARM/entry-point.test Fri Jul 3 18:06:24 2015
@@ -45,7 +45,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _start
@@ -75,7 +74,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _start
@@ -106,7 +104,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _start
Modified: lld/trunk/test/elf/ARM/header-flags.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/header-flags.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/header-flags.test (original)
+++ lld/trunk/test/elf/ARM/header-flags.test Fri Jul 3 18:06:24 2015
@@ -49,7 +49,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
Modified: lld/trunk/test/elf/ARM/mapping-code-model.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/mapping-code-model.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/mapping-code-model.test (original)
+++ lld/trunk/test/elf/ARM/mapping-code-model.test Fri Jul 3 18:06:24 2015
@@ -57,7 +57,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$a'
@@ -95,7 +94,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$t'
@@ -145,7 +143,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$t'
Modified: lld/trunk/test/elf/ARM/mapping-symbols.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/mapping-symbols.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/mapping-symbols.test (original)
+++ lld/trunk/test/elf/ARM/mapping-symbols.test Fri Jul 3 18:06:24 2015
@@ -58,7 +58,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$a'
@@ -104,7 +103,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: 411C0000
+ Size: 4
Symbols:
Local:
- Name: _ZL1i
Modified: lld/trunk/test/elf/ARM/missing-symbol.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/missing-symbol.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/missing-symbol.test (original)
+++ lld/trunk/test/elf/ARM/missing-symbol.test Fri Jul 3 18:06:24 2015
@@ -28,7 +28,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
Modified: lld/trunk/test/elf/ARM/plt-dynamic.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/plt-dynamic.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/plt-dynamic.test (original)
+++ lld/trunk/test/elf/ARM/plt-dynamic.test Fri Jul 3 18:06:24 2015
@@ -111,7 +111,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
@@ -151,7 +150,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
@@ -192,7 +190,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
Modified: lld/trunk/test/elf/ARM/plt-ifunc-interwork.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/plt-ifunc-interwork.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/plt-ifunc-interwork.test (original)
+++ lld/trunk/test/elf/ARM/plt-ifunc-interwork.test Fri Jul 3 18:06:24 2015
@@ -149,7 +149,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f1
@@ -198,7 +197,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f1
@@ -242,7 +240,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f
@@ -289,7 +286,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f2
@@ -338,7 +334,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f2
@@ -388,7 +383,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f1
Modified: lld/trunk/test/elf/ARM/plt-ifunc-mapping.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/plt-ifunc-mapping.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/plt-ifunc-mapping.test (original)
+++ lld/trunk/test/elf/ARM/plt-ifunc-mapping.test Fri Jul 3 18:06:24 2015
@@ -48,7 +48,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f1
@@ -97,7 +96,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f2
Modified: lld/trunk/test/elf/ARM/rel-abs32.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-abs32.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-abs32.test (original)
+++ lld/trunk/test/elf/ARM/rel-abs32.test Fri Jul 3 18:06:24 2015
@@ -45,7 +45,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
Modified: lld/trunk/test/elf/ARM/rel-arm-call.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-arm-call.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-arm-call.test (original)
+++ lld/trunk/test/elf/ARM/rel-arm-call.test Fri Jul 3 18:06:24 2015
@@ -53,7 +53,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
@@ -99,7 +98,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
Modified: lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-b.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-b.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-b.test (original)
+++ lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-b.test Fri Jul 3 18:06:24 2015
@@ -83,7 +83,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
@@ -114,7 +113,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
Modified: lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-bl.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-bl.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-bl.test (original)
+++ lld/trunk/test/elf/ARM/rel-arm-jump24-veneer-bl.test Fri Jul 3 18:06:24 2015
@@ -81,7 +81,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
@@ -112,7 +111,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
Modified: lld/trunk/test/elf/ARM/rel-arm-jump24.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-arm-jump24.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-arm-jump24.test (original)
+++ lld/trunk/test/elf/ARM/rel-arm-jump24.test Fri Jul 3 18:06:24 2015
@@ -53,7 +53,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
@@ -97,7 +96,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
Modified: lld/trunk/test/elf/ARM/rel-arm-mov.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-arm-mov.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-arm-mov.test (original)
+++ lld/trunk/test/elf/ARM/rel-arm-mov.test Fri Jul 3 18:06:24 2015
@@ -50,7 +50,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: 411C0000
+ Size: 4
Symbols:
Local:
- Name: _ZL5data1
Modified: lld/trunk/test/elf/ARM/rel-arm-target1.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-arm-target1.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-arm-target1.test (original)
+++ lld/trunk/test/elf/ARM/rel-arm-target1.test Fri Jul 3 18:06:24 2015
@@ -58,7 +58,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
@@ -101,7 +100,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Global:
- Name: _myref
Modified: lld/trunk/test/elf/ARM/rel-arm-thm-interwork.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-arm-thm-interwork.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-arm-thm-interwork.test (original)
+++ lld/trunk/test/elf/ARM/rel-arm-thm-interwork.test Fri Jul 3 18:06:24 2015
@@ -64,7 +64,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
@@ -106,7 +105,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z2f2v
Modified: lld/trunk/test/elf/ARM/rel-base-prel.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-base-prel.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-base-prel.test (original)
+++ lld/trunk/test/elf/ARM/rel-base-prel.test Fri Jul 3 18:06:24 2015
@@ -51,7 +51,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
Modified: lld/trunk/test/elf/ARM/rel-copy.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-copy.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-copy.test (original)
+++ lld/trunk/test/elf/ARM/rel-copy.test Fri Jul 3 18:06:24 2015
@@ -47,7 +47,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$t'
Modified: lld/trunk/test/elf/ARM/rel-glob-dat.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-glob-dat.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-glob-dat.test (original)
+++ lld/trunk/test/elf/ARM/rel-glob-dat.test Fri Jul 3 18:06:24 2015
@@ -41,7 +41,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$a'
Modified: lld/trunk/test/elf/ARM/rel-got-brel.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-got-brel.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-got-brel.test (original)
+++ lld/trunk/test/elf/ARM/rel-got-brel.test Fri Jul 3 18:06:24 2015
@@ -49,7 +49,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: f
Modified: lld/trunk/test/elf/ARM/rel-jump-slot.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-jump-slot.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-jump-slot.test (original)
+++ lld/trunk/test/elf/ARM/rel-jump-slot.test Fri Jul 3 18:06:24 2015
@@ -38,7 +38,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$a'
Modified: lld/trunk/test/elf/ARM/rel-rel32.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-rel32.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-rel32.test (original)
+++ lld/trunk/test/elf/ARM/rel-rel32.test Fri Jul 3 18:06:24 2015
@@ -42,7 +42,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Global:
- Name: _myref
Modified: lld/trunk/test/elf/ARM/rel-thm-call.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-thm-call.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-thm-call.test (original)
+++ lld/trunk/test/elf/ARM/rel-thm-call.test Fri Jul 3 18:06:24 2015
@@ -53,7 +53,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
@@ -100,7 +99,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
Modified: lld/trunk/test/elf/ARM/rel-thm-jump11.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-thm-jump11.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-thm-jump11.test (original)
+++ lld/trunk/test/elf/ARM/rel-thm-jump11.test Fri Jul 3 18:06:24 2015
@@ -66,7 +66,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$t'
@@ -162,7 +161,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$t'
Modified: lld/trunk/test/elf/ARM/rel-thm-jump24-veneer.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-thm-jump24-veneer.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-thm-jump24-veneer.test (original)
+++ lld/trunk/test/elf/ARM/rel-thm-jump24-veneer.test Fri Jul 3 18:06:24 2015
@@ -71,7 +71,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
@@ -111,7 +110,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
Modified: lld/trunk/test/elf/ARM/rel-thm-jump24.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-thm-jump24.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-thm-jump24.test (original)
+++ lld/trunk/test/elf/ARM/rel-thm-jump24.test Fri Jul 3 18:06:24 2015
@@ -53,7 +53,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
@@ -98,7 +97,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: _Z1fv
Modified: lld/trunk/test/elf/ARM/rel-thm-mov.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-thm-mov.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-thm-mov.test (original)
+++ lld/trunk/test/elf/ARM/rel-thm-mov.test Fri Jul 3 18:06:24 2015
@@ -55,7 +55,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: 411C0000
+ Size: 4
Symbols:
Local:
- Name: _ZL5data1
Modified: lld/trunk/test/elf/ARM/rel-tls-ie32.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-tls-ie32.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-tls-ie32.test (original)
+++ lld/trunk/test/elf/ARM/rel-tls-ie32.test Fri Jul 3 18:06:24 2015
@@ -72,7 +72,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
@@ -107,7 +106,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
- Name: .tdata
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
Modified: lld/trunk/test/elf/ARM/rel-tls-le32.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-tls-le32.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-tls-le32.test (original)
+++ lld/trunk/test/elf/ARM/rel-tls-le32.test Fri Jul 3 18:06:24 2015
@@ -56,7 +56,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
- Name: .tdata
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
Modified: lld/trunk/test/elf/ARM/rel-v4bx.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/rel-v4bx.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/rel-v4bx.test (original)
+++ lld/trunk/test/elf/ARM/rel-v4bx.test Fri Jul 3 18:06:24 2015
@@ -45,7 +45,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
- Name: .ARM.attributes
Type: SHT_ARM_ATTRIBUTES
AddressAlign: 0x0000000000000001
Modified: lld/trunk/test/elf/ARM/thm-symbols.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/thm-symbols.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/thm-symbols.test (original)
+++ lld/trunk/test/elf/ARM/thm-symbols.test Fri Jul 3 18:06:24 2015
@@ -42,7 +42,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
Modified: lld/trunk/test/elf/ARM/two-got-for-symbol.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/two-got-for-symbol.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/two-got-for-symbol.test (original)
+++ lld/trunk/test/elf/ARM/two-got-for-symbol.test Fri Jul 3 18:06:24 2015
@@ -46,7 +46,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: '$a'
Modified: lld/trunk/test/elf/ARM/undef-lazy-symbol.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/undef-lazy-symbol.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/undef-lazy-symbol.test (original)
+++ lld/trunk/test/elf/ARM/undef-lazy-symbol.test Fri Jul 3 18:06:24 2015
@@ -91,7 +91,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: main
@@ -123,7 +122,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: fn
Modified: lld/trunk/test/elf/ARM/veneer-mapping.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/veneer-mapping.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/veneer-mapping.test (original)
+++ lld/trunk/test/elf/ARM/veneer-mapping.test Fri Jul 3 18:06:24 2015
@@ -43,7 +43,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: fa
@@ -83,7 +82,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Global:
- Name: ft
Modified: lld/trunk/test/elf/ARM/weak-branch.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/ARM/weak-branch.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/ARM/weak-branch.test (original)
+++ lld/trunk/test/elf/ARM/weak-branch.test Fri Jul 3 18:06:24 2015
@@ -82,7 +82,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/Inputs/consecutive-weak-defs.o.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Inputs/consecutive-weak-defs.o.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/Inputs/consecutive-weak-defs.o.yaml (original)
+++ lld/trunk/test/elf/Inputs/consecutive-weak-defs.o.yaml Fri Jul 3 18:06:24 2015
@@ -30,7 +30,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/Inputs/main-with-global-def.o.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Inputs/main-with-global-def.o.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/Inputs/main-with-global-def.o.yaml (original)
+++ lld/trunk/test/elf/Inputs/main-with-global-def.o.yaml Fri Jul 3 18:06:24 2015
@@ -30,7 +30,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/Inputs/tls-tbss-size.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Inputs/tls-tbss-size.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/Inputs/tls-tbss-size.yaml (original)
+++ lld/trunk/test/elf/Inputs/tls-tbss-size.yaml Fri Jul 3 18:06:24 2015
@@ -20,12 +20,11 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .tbss
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
AddressAlign: 0x0000000000000004
- Content: 00636C616E672076657273696F6E2033
+ Size: 16
- Name: .note.GNU-stack
Type: SHT_PROGBITS
AddressAlign: 0x0000000000000001
Modified: lld/trunk/test/elf/Inputs/undef2-so.o.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Inputs/undef2-so.o.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/Inputs/undef2-so.o.yaml (original)
+++ lld/trunk/test/elf/Inputs/undef2-so.o.yaml Fri Jul 3 18:06:24 2015
@@ -29,7 +29,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000001
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/X86_64/Inputs/generaltls-so.o.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/Inputs/generaltls-so.o.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/Inputs/generaltls-so.o.yaml (original)
+++ lld/trunk/test/elf/X86_64/Inputs/generaltls-so.o.yaml Fri Jul 3 18:06:24 2015
@@ -34,7 +34,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .tdata
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
Modified: lld/trunk/test/elf/X86_64/alignoffset.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/alignoffset.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/alignoffset.test (original)
+++ lld/trunk/test/elf/X86_64/alignoffset.test Fri Jul 3 18:06:24 2015
@@ -43,7 +43,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .rodata
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC ]
Modified: lld/trunk/test/elf/X86_64/dynamicvars.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/dynamicvars.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/dynamicvars.test (original)
+++ lld/trunk/test/elf/X86_64/dynamicvars.test Fri Jul 3 18:06:24 2015
@@ -55,7 +55,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/X86_64/general-dynamic-tls.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/general-dynamic-tls.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/general-dynamic-tls.test (original)
+++ lld/trunk/test/elf/X86_64/general-dynamic-tls.test Fri Jul 3 18:06:24 2015
@@ -80,7 +80,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .rodata.str1.1
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/X86_64/imagebase.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/imagebase.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/imagebase.test (original)
+++ lld/trunk/test/elf/X86_64/imagebase.test Fri Jul 3 18:06:24 2015
@@ -34,7 +34,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: '64000000'
+ Size: 4
- Name: .rodata
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC ]
Modified: lld/trunk/test/elf/X86_64/maxpagesize.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/maxpagesize.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/maxpagesize.test (original)
+++ lld/trunk/test/elf/X86_64/maxpagesize.test Fri Jul 3 18:06:24 2015
@@ -53,7 +53,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: '64000000'
+ Size: 4
- Name: .rodata
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC ]
Modified: lld/trunk/test/elf/X86_64/noalignsegments.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/noalignsegments.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/noalignsegments.test (original)
+++ lld/trunk/test/elf/X86_64/noalignsegments.test Fri Jul 3 18:06:24 2015
@@ -35,7 +35,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: '64000000'
+ Size: 4
- Name: .rodata
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC ]
Modified: lld/trunk/test/elf/X86_64/outputsegments.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/outputsegments.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/outputsegments.test (original)
+++ lld/trunk/test/elf/X86_64/outputsegments.test Fri Jul 3 18:06:24 2015
@@ -43,7 +43,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .text.foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
Modified: lld/trunk/test/elf/X86_64/reloc_r_x86_64_16.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/reloc_r_x86_64_16.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/reloc_r_x86_64_16.test (original)
+++ lld/trunk/test/elf/X86_64/reloc_r_x86_64_16.test Fri Jul 3 18:06:24 2015
@@ -35,7 +35,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc16.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc16.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc16.test (original)
+++ lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc16.test Fri Jul 3 18:06:24 2015
@@ -36,7 +36,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc64.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc64.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc64.test (original)
+++ lld/trunk/test/elf/X86_64/reloc_r_x86_64_pc64.test Fri Jul 3 18:06:24 2015
@@ -36,7 +36,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/X86_64/weaksym.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/weaksym.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/weaksym.test (original)
+++ lld/trunk/test/elf/X86_64/weaksym.test Fri Jul 3 18:06:24 2015
@@ -56,7 +56,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/discard-all.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/discard-all.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/discard-all.test (original)
+++ lld/trunk/test/elf/discard-all.test Fri Jul 3 18:06:24 2015
@@ -28,7 +28,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/discard-locals.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/discard-locals.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/discard-locals.test (original)
+++ lld/trunk/test/elf/discard-locals.test Fri Jul 3 18:06:24 2015
@@ -28,7 +28,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .rodata.str1.1
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/export-dynamic.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/export-dynamic.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/export-dynamic.test (original)
+++ lld/trunk/test/elf/export-dynamic.test Fri Jul 3 18:06:24 2015
@@ -61,7 +61,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: mysecretfunc
Modified: lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-discarded-reference.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-discarded-reference.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-discarded-reference.test (original)
+++ lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-discarded-reference.test Fri Jul 3 18:06:24 2015
@@ -61,7 +61,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .gnu.linkonce.d.dummy
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
@@ -105,7 +104,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .gnu.linkonce.d.dummy
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
Modified: lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-undef.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-undef.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-undef.test (original)
+++ lld/trunk/test/elf/gnulinkonce/gnulinkonce-report-undef.test Fri Jul 3 18:06:24 2015
@@ -41,7 +41,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .gnu.linkonce.d.dummy
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
@@ -86,7 +85,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .gnu.linkonce.d.dummy
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
Modified: lld/trunk/test/elf/gnulinkonce/gnulinkonce.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/gnulinkonce/gnulinkonce.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/gnulinkonce/gnulinkonce.test (original)
+++ lld/trunk/test/elf/gnulinkonce/gnulinkonce.test Fri Jul 3 18:06:24 2015
@@ -73,7 +73,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .gnu.linkonce.d.dummy
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
@@ -117,7 +116,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .gnu.linkonce.d.dummy
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
Modified: lld/trunk/test/elf/gottpoff.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/gottpoff.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/gottpoff.test (original)
+++ lld/trunk/test/elf/gottpoff.test Fri Jul 3 18:06:24 2015
@@ -62,12 +62,11 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
+ Size: 8
- Name: .tbss
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
AddressAlign: 0x0000000000000004
- Content: '01000000002E7265'
- Name: .tdata
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
Modified: lld/trunk/test/elf/init_array.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/init_array.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/init_array.test (original)
+++ lld/trunk/test/elf/init_array.test Fri Jul 3 18:06:24 2015
@@ -45,7 +45,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .init_array
Type: SHT_INIT_ARRAY
Flags: [ SHF_ALLOC ]
Modified: lld/trunk/test/elf/linkerscript/Inputs/prog1.o.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/linkerscript/Inputs/prog1.o.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/linkerscript/Inputs/prog1.o.yaml (original)
+++ lld/trunk/test/elf/linkerscript/Inputs/prog1.o.yaml Fri Jul 3 18:06:24 2015
@@ -34,7 +34,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/linkerscript/Inputs/prog2.o.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/linkerscript/Inputs/prog2.o.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/linkerscript/Inputs/prog2.o.yaml (original)
+++ lld/trunk/test/elf/linkerscript/Inputs/prog2.o.yaml Fri Jul 3 18:06:24 2015
@@ -29,7 +29,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .rodata.str1.1
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/linkerscript/Inputs/prog3.o.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/linkerscript/Inputs/prog3.o.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/linkerscript/Inputs/prog3.o.yaml (original)
+++ lld/trunk/test/elf/linkerscript/Inputs/prog3.o.yaml Fri Jul 3 18:06:24 2015
@@ -30,7 +30,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/linkerscript/Inputs/simple.o.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/linkerscript/Inputs/simple.o.yaml?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/linkerscript/Inputs/simple.o.yaml (original)
+++ lld/trunk/test/elf/linkerscript/Inputs/simple.o.yaml Fri Jul 3 18:06:24 2015
@@ -29,7 +29,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
Symbols:
Local:
- Name: main
Modified: lld/trunk/test/elf/note.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/note.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/note.test (original)
+++ lld/trunk/test/elf/note.test Fri Jul 3 18:06:24 2015
@@ -27,7 +27,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .note
Type: SHT_NOTE
AddressAlign: 0x0000000000000001
Modified: lld/trunk/test/elf/sectionGroups/sectiongroup-new-members.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/sectionGroups/sectiongroup-new-members.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/sectionGroups/sectiongroup-new-members.test (original)
+++ lld/trunk/test/elf/sectionGroups/sectiongroup-new-members.test Fri Jul 3 18:06:24 2015
@@ -77,7 +77,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .text
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -125,7 +124,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .text
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
Modified: lld/trunk/test/elf/sectionGroups/sectiongroup-simple.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/sectionGroups/sectiongroup-simple.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/sectionGroups/sectiongroup-simple.test (original)
+++ lld/trunk/test/elf/sectionGroups/sectiongroup-simple.test Fri Jul 3 18:06:24 2015
@@ -73,7 +73,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .text
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -121,7 +120,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .text
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
Modified: lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member-other.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member-other.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member-other.test (original)
+++ lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member-other.test Fri Jul 3 18:06:24 2015
@@ -50,7 +50,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -117,7 +116,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .bar
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
Modified: lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member.test (original)
+++ lld/trunk/test/elf/sectionGroups/sectiongroup-undef-member.test Fri Jul 3 18:06:24 2015
@@ -49,7 +49,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -115,7 +114,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
Modified: lld/trunk/test/elf/sectionGroups/sectiongroup-with-globalsymbols.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/sectionGroups/sectiongroup-with-globalsymbols.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/sectionGroups/sectiongroup-with-globalsymbols.test (original)
+++ lld/trunk/test/elf/sectionGroups/sectiongroup-with-globalsymbols.test Fri Jul 3 18:06:24 2015
@@ -92,7 +92,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -150,7 +149,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -199,7 +197,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-external-reference.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-external-reference.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-external-reference.test (original)
+++ lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-external-reference.test Fri Jul 3 18:06:24 2015
@@ -75,7 +75,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -129,7 +128,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -184,7 +182,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-signature.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-signature.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-signature.test (original)
+++ lld/trunk/test/elf/sectionGroups/sectiongroup-with-undef-signature.test Fri Jul 3 18:06:24 2015
@@ -76,7 +76,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -139,7 +138,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .foo
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]
@@ -185,7 +183,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/sh_addralign.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/sh_addralign.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/sh_addralign.test (original)
+++ lld/trunk/test/elf/sh_addralign.test Fri Jul 3 18:06:24 2015
@@ -22,7 +22,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 1
- Content: ''
Size: 0x1000
- Name: .data
Type: SHT_PROGBITS
Modified: lld/trunk/test/elf/strip-all.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/strip-all.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/strip-all.test (original)
+++ lld/trunk/test/elf/strip-all.test Fri Jul 3 18:06:24 2015
@@ -48,7 +48,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/tls-tbss-size.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/tls-tbss-size.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/tls-tbss-size.test (original)
+++ lld/trunk/test/elf/tls-tbss-size.test Fri Jul 3 18:06:24 2015
@@ -93,7 +93,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .tdata
Type: SHT_PROGBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
@@ -103,7 +102,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
AddressAlign: 0x0000000000000004
- Content: 00636C616E672076657273696F6E2033
+ Size: 16
- Name: .note.GNU-stack
Type: SHT_PROGBITS
AddressAlign: 0x0000000000000001
Modified: lld/trunk/test/elf/undef-from-dso-to-main.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/undef-from-dso-to-main.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/undef-from-dso-to-main.test (original)
+++ lld/trunk/test/elf/undef-from-dso-to-main.test Fri Jul 3 18:06:24 2015
@@ -28,7 +28,7 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: '002E7379'
+ Size: 4
Symbols:
Local:
- Name: .text
Modified: lld/trunk/test/elf/wrap.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/wrap.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/wrap.test (original)
+++ lld/trunk/test/elf/wrap.test Fri Jul 3 18:06:24 2015
@@ -71,7 +71,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
@@ -154,7 +153,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
@@ -227,7 +225,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
Modified: lld/trunk/test/elf/zoption_dtflags.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/zoption_dtflags.test?rev=241378&r1=241377&r2=241378&view=diff
==============================================================================
--- lld/trunk/test/elf/zoption_dtflags.test (original)
+++ lld/trunk/test/elf/zoption_dtflags.test Fri Jul 3 18:06:24 2015
@@ -29,7 +29,6 @@ Sections:
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 0x0000000000000004
- Content: ''
- Name: .comment
Type: SHT_PROGBITS
Flags: [ SHF_MERGE, SHF_STRINGS ]
More information about the llvm-commits
mailing list