..
Inputs
[ELF] - SEGMENT_START's default argument can be an expression
2016-09-17 18:14:56 +00:00
addr.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
align-empty.s
Make test less dependent on the section order.
2016-09-20 20:48:54 +00:00
align.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
alignof.s
Linker script: implement ALIGNOF
2016-09-08 09:08:30 +00:00
alternate-sections.s
Add an interesting test.
2016-09-14 18:06:02 +00:00
assert.s
Improve handling ASSERT outside SECTIONS block
2016-09-16 15:30:47 +00:00
at.s
Disable --rosegment when we have linker scripts.
2016-09-20 15:22:27 +00:00
common.s
Make test less dependent on the section order.
2016-09-20 20:48:54 +00:00
data-segment-relro.s
Make test less dependent on the section order.
2016-09-20 20:48:54 +00:00
define.s
[ELF] - Linkerscript: implement DEFINED() command.
2016-09-23 13:17:23 +00:00
diagnostic.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
discard-interp.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
discard-section.s
Linker script: fix crash when discarding section
2016-09-23 13:17:16 +00:00
double-bss.s
Linker script: Fix bug with several .bss
2016-09-21 11:29:28 +00:00
dynamic.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
edata-etext.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
eh-frame-hdr.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
ehdr_start.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
empty-tls.s
Don't crash if PT_TLS is empty.
2016-07-29 19:24:27 +00:00
exclude-multiple.s
[ELF] - Linkerscript: reimplement readSectionExcludes()
2016-09-21 08:53:21 +00:00
excludefile.s
Don't CHECK the addresses. NFC
2016-09-19 18:58:30 +00:00
extend-pt-load.s
Handle empty sections with symbol assignments.
2016-09-22 14:40:50 +00:00
filename-spec.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
fill.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
input-order.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
input-sec-dup.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
linkerscript.s
Don't produce an error for undefined entry symbol.
2016-09-20 17:14:16 +00:00
linkerscript2.s
…
locationcounter.s
[ELF] - Linkerscript: Implemented >> and <<
2016-09-23 13:13:55 +00:00
merge-sections-reloc.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
merge-sections.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
multi-sections-constraint.s
Make test less dependent on the section order.
2016-09-20 20:48:54 +00:00
multiple-tbss.s
Fix VA computation for tbss.
2016-09-22 12:35:44 +00:00
no-space.s
Error out instead of producing a corrupt PT_LOAD.
2016-09-15 21:22:11 +00:00
non-alloc.s
Disable --rosegment when we have linker scripts.
2016-09-20 15:22:27 +00:00
numbers.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
orphan-align.s
Remove extra \
2016-09-22 18:36:46 +00:00
orphans.s
Revert "Revert "Only restrict order if both sections are in the script.""
2016-09-20 22:43:15 +00:00
ouputformat.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
outputarch.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
outsections-addr.s
Move a test file to the right place.
2016-09-02 20:46:06 +00:00
phdr-check.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
phdrs-flags.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
phdrs.s
Linker script: implement AT [ (address) ] for PHDR
2016-09-09 09:46:16 +00:00
repsection-symbol.s
Revert "Revert "Only restrict order if both sections are in the script.""
2016-09-20 22:43:15 +00:00
repsection-va.s
Make test less dependent on the section order.
2016-09-20 20:48:54 +00:00
rosegment.s
Disable --rosegment when we have linker scripts.
2016-09-20 15:22:27 +00:00
sections-constraint.s
Make test less dependent on the section order.
2016-09-20 20:48:54 +00:00
sections-constraint2.s
Fix constraint checking in ONLY_IF_RO.
2016-09-16 20:34:02 +00:00
sections-constraint3.s
Only process commands in a ONLY_IF_RO if it matches.
2016-09-16 21:05:36 +00:00
sections-constraint4.s
[ELF] Linkerscript: fixed bug about commands processing.
2016-09-17 09:50:10 +00:00
sections-constraint5.s
Implement ONLY_IF_RO/ONLY_IF_RW like bfd.
2016-09-21 18:33:44 +00:00
sections-keep.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
sections-padding.s
[ELF] - Linkerscript: accept space between '=' and expression in section filler.
2016-09-23 13:29:20 +00:00
sections-sort.s
Once more unto the strict weak ordering, once more.
2016-09-21 22:36:19 +00:00
sections.s
Once more unto the strict weak ordering, once more.
2016-09-21 22:36:19 +00:00
segment-start.s
[ELF] - SEGMENT_START's default argument can be an expression
2016-09-17 18:14:56 +00:00
sizeof.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
sizeofheaders.s
Disable --rosegment when we have linker scripts.
2016-09-20 15:22:27 +00:00
sort-constructors.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
sort-init.s
[ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
2016-09-15 19:15:12 +00:00
sort-nested.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
sort-non-script.s
Revert "Revert "Only restrict order if both sections are in the script.""
2016-09-20 22:43:15 +00:00
sort.s
Simplify SORT and --sort-section command line option handling.
2016-09-20 19:42:41 +00:00
sort2.s
[ELF] - Linkerscript: support complex section pattern grammar.
2016-09-21 15:56:44 +00:00
start-end.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
subalign.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
symbol-assignexpr.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
symbol-conflict.s
Disable --rosegment when we have linker scripts.
2016-09-20 15:22:27 +00:00
symbol-only.s
Handle empty sections with symbol assignments.
2016-09-22 14:40:50 +00:00
symbolreferenced.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
symbols-synthetic.s
Make test less dependent on the section order.
2016-09-20 20:48:54 +00:00
symbols.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
tbss.s
Use FileCheck variables. NFC.
2016-09-19 20:23:19 +00:00
undef.s
Remove useless file prefix.
2016-09-02 20:40:53 +00:00
va.s
Disable --rosegment when we have linker scripts.
2016-09-20 15:22:27 +00:00
wildcards.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00
wildcards2.s
Make tests less dependent on the exact layout.
2016-09-20 15:08:24 +00:00