diff options
-rw-r--r-- | lld/test/ELF/linkerscript/Inputs/libsearch-dyn.s | 3 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/Inputs/libsearch-st.s | 3 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-align.s (renamed from lld/test/ELF/linkerscript-align.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-diagnostic.s (renamed from lld/test/ELF/linkerscript-diagnostic.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-locationcounter.s (renamed from lld/test/ELF/linkerscript-locationcounter.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-orphans.s (renamed from lld/test/ELF/linkerscript-orphans.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-ouputformat.s (renamed from lld/test/ELF/linkerscript-ouputformat.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-outputarch.s (renamed from lld/test/ELF/linkerscript-outputarch.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-phdr-check.s (renamed from lld/test/ELF/linkerscript-phdr-check.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-phdrs-flags.s (renamed from lld/test/ELF/linkerscript-phdrs-flags.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-phdrs.s (renamed from lld/test/ELF/linkerscript-phdrs.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-provide-in-section.s (renamed from lld/test/ELF/linkerscript-provide-in-section.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-repsection-va.s (renamed from lld/test/ELF/linkerscript-repsection-va.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-sections-constraint.s (renamed from lld/test/ELF/linkerscript-sections-constraint.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-sections-keep.s (renamed from lld/test/ELF/linkerscript-sections-keep.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-sections-padding.s (renamed from lld/test/ELF/linkerscript-sections-padding.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-sections.s (renamed from lld/test/ELF/linkerscript-sections.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-symbol-conflict.s (renamed from lld/test/ELF/linkerscript-symbol-conflict.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-symbols.s (renamed from lld/test/ELF/linkerscript-symbols.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-undef.s (renamed from lld/test/ELF/linkerscript-undef.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-va.s (renamed from lld/test/ELF/linkerscript-va.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript.s (renamed from lld/test/ELF/linkerscript.s) | 0 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript2.s (renamed from lld/test/ELF/linkerscript2.s) | 0 |
23 files changed, 6 insertions, 0 deletions
diff --git a/lld/test/ELF/linkerscript/Inputs/libsearch-dyn.s b/lld/test/ELF/linkerscript/Inputs/libsearch-dyn.s new file mode 100644 index 00000000000..091b3b9b6ec --- /dev/null +++ b/lld/test/ELF/linkerscript/Inputs/libsearch-dyn.s @@ -0,0 +1,3 @@ +.globl _bar,_dynamic +_bar: +_dynamic: diff --git a/lld/test/ELF/linkerscript/Inputs/libsearch-st.s b/lld/test/ELF/linkerscript/Inputs/libsearch-st.s new file mode 100644 index 00000000000..6da62f79d52 --- /dev/null +++ b/lld/test/ELF/linkerscript/Inputs/libsearch-st.s @@ -0,0 +1,3 @@ +.globl _bar,_static +_bar: +_static: diff --git a/lld/test/ELF/linkerscript-align.s b/lld/test/ELF/linkerscript/linkerscript-align.s index 5f6e6f77076..5f6e6f77076 100644 --- a/lld/test/ELF/linkerscript-align.s +++ b/lld/test/ELF/linkerscript/linkerscript-align.s diff --git a/lld/test/ELF/linkerscript-diagnostic.s b/lld/test/ELF/linkerscript/linkerscript-diagnostic.s index f42cbe82cf3..f42cbe82cf3 100644 --- a/lld/test/ELF/linkerscript-diagnostic.s +++ b/lld/test/ELF/linkerscript/linkerscript-diagnostic.s diff --git a/lld/test/ELF/linkerscript-locationcounter.s b/lld/test/ELF/linkerscript/linkerscript-locationcounter.s index 93f7778db69..93f7778db69 100644 --- a/lld/test/ELF/linkerscript-locationcounter.s +++ b/lld/test/ELF/linkerscript/linkerscript-locationcounter.s diff --git a/lld/test/ELF/linkerscript-orphans.s b/lld/test/ELF/linkerscript/linkerscript-orphans.s index fa7d30bf7f7..fa7d30bf7f7 100644 --- a/lld/test/ELF/linkerscript-orphans.s +++ b/lld/test/ELF/linkerscript/linkerscript-orphans.s diff --git a/lld/test/ELF/linkerscript-ouputformat.s b/lld/test/ELF/linkerscript/linkerscript-ouputformat.s index 3c6cfdc8f96..3c6cfdc8f96 100644 --- a/lld/test/ELF/linkerscript-ouputformat.s +++ b/lld/test/ELF/linkerscript/linkerscript-ouputformat.s diff --git a/lld/test/ELF/linkerscript-outputarch.s b/lld/test/ELF/linkerscript/linkerscript-outputarch.s index 99089615cb1..99089615cb1 100644 --- a/lld/test/ELF/linkerscript-outputarch.s +++ b/lld/test/ELF/linkerscript/linkerscript-outputarch.s diff --git a/lld/test/ELF/linkerscript-phdr-check.s b/lld/test/ELF/linkerscript/linkerscript-phdr-check.s index c7229ed3312..c7229ed3312 100644 --- a/lld/test/ELF/linkerscript-phdr-check.s +++ b/lld/test/ELF/linkerscript/linkerscript-phdr-check.s diff --git a/lld/test/ELF/linkerscript-phdrs-flags.s b/lld/test/ELF/linkerscript/linkerscript-phdrs-flags.s index f198d85a3c3..f198d85a3c3 100644 --- a/lld/test/ELF/linkerscript-phdrs-flags.s +++ b/lld/test/ELF/linkerscript/linkerscript-phdrs-flags.s diff --git a/lld/test/ELF/linkerscript-phdrs.s b/lld/test/ELF/linkerscript/linkerscript-phdrs.s index ca9703f5845..ca9703f5845 100644 --- a/lld/test/ELF/linkerscript-phdrs.s +++ b/lld/test/ELF/linkerscript/linkerscript-phdrs.s diff --git a/lld/test/ELF/linkerscript-provide-in-section.s b/lld/test/ELF/linkerscript/linkerscript-provide-in-section.s index ca375e749d3..ca375e749d3 100644 --- a/lld/test/ELF/linkerscript-provide-in-section.s +++ b/lld/test/ELF/linkerscript/linkerscript-provide-in-section.s diff --git a/lld/test/ELF/linkerscript-repsection-va.s b/lld/test/ELF/linkerscript/linkerscript-repsection-va.s index 4feeaa0e1c3..4feeaa0e1c3 100644 --- a/lld/test/ELF/linkerscript-repsection-va.s +++ b/lld/test/ELF/linkerscript/linkerscript-repsection-va.s diff --git a/lld/test/ELF/linkerscript-sections-constraint.s b/lld/test/ELF/linkerscript/linkerscript-sections-constraint.s index 84711e7bff8..84711e7bff8 100644 --- a/lld/test/ELF/linkerscript-sections-constraint.s +++ b/lld/test/ELF/linkerscript/linkerscript-sections-constraint.s diff --git a/lld/test/ELF/linkerscript-sections-keep.s b/lld/test/ELF/linkerscript/linkerscript-sections-keep.s index fae6383ca49..fae6383ca49 100644 --- a/lld/test/ELF/linkerscript-sections-keep.s +++ b/lld/test/ELF/linkerscript/linkerscript-sections-keep.s diff --git a/lld/test/ELF/linkerscript-sections-padding.s b/lld/test/ELF/linkerscript/linkerscript-sections-padding.s index 545739efe5a..545739efe5a 100644 --- a/lld/test/ELF/linkerscript-sections-padding.s +++ b/lld/test/ELF/linkerscript/linkerscript-sections-padding.s diff --git a/lld/test/ELF/linkerscript-sections.s b/lld/test/ELF/linkerscript/linkerscript-sections.s index b68dac765a7..b68dac765a7 100644 --- a/lld/test/ELF/linkerscript-sections.s +++ b/lld/test/ELF/linkerscript/linkerscript-sections.s diff --git a/lld/test/ELF/linkerscript-symbol-conflict.s b/lld/test/ELF/linkerscript/linkerscript-symbol-conflict.s index 30186ed5cb8..30186ed5cb8 100644 --- a/lld/test/ELF/linkerscript-symbol-conflict.s +++ b/lld/test/ELF/linkerscript/linkerscript-symbol-conflict.s diff --git a/lld/test/ELF/linkerscript-symbols.s b/lld/test/ELF/linkerscript/linkerscript-symbols.s index 5e2fc2d1836..5e2fc2d1836 100644 --- a/lld/test/ELF/linkerscript-symbols.s +++ b/lld/test/ELF/linkerscript/linkerscript-symbols.s diff --git a/lld/test/ELF/linkerscript-undef.s b/lld/test/ELF/linkerscript/linkerscript-undef.s index 85ad0767b5e..85ad0767b5e 100644 --- a/lld/test/ELF/linkerscript-undef.s +++ b/lld/test/ELF/linkerscript/linkerscript-undef.s diff --git a/lld/test/ELF/linkerscript-va.s b/lld/test/ELF/linkerscript/linkerscript-va.s index 25d0bd2268c..25d0bd2268c 100644 --- a/lld/test/ELF/linkerscript-va.s +++ b/lld/test/ELF/linkerscript/linkerscript-va.s diff --git a/lld/test/ELF/linkerscript.s b/lld/test/ELF/linkerscript/linkerscript.s index 4ee7416a4b8..4ee7416a4b8 100644 --- a/lld/test/ELF/linkerscript.s +++ b/lld/test/ELF/linkerscript/linkerscript.s diff --git a/lld/test/ELF/linkerscript2.s b/lld/test/ELF/linkerscript/linkerscript2.s index 6ecd9e7ea97..6ecd9e7ea97 100644 --- a/lld/test/ELF/linkerscript2.s +++ b/lld/test/ELF/linkerscript/linkerscript2.s |