summaryrefslogtreecommitdiff
path: root/lld/test/ELF/linkerscript/Inputs
AgeCommit message (Expand)Author
2023-11-01[ELF][test] Improve flag propagation when an output section does not contain ...Fangrui Song
2022-05-13[ELF][test] Clean up linkerscript/{filename-spec.s,group.s}Fangrui Song
2022-04-28[ELF][test] Improve data-segment-relro.testFangrui Song
2020-07-28[lld][linkerscript] Fix handling of DEFINED.Hafiz Abid Qadeer
2020-02-19[ELF][test] Fix section sh_type and sh_flagsFangrui Song
2020-02-12[ELF] Start a new PT_LOAD if LMA region is differentFangrui Song
2019-08-26Copy test data so tests don't traverse test directories. NFCRichard Trieu
2018-08-02[LLD] Do not overwrite LMAOffset of PT_LOAD headerGeorge Rimar
2018-08-02[LLD] Only increase LMARegion if different from MemRegionGeorge Rimar
2018-08-02[LLD] - Improve handling of AT> linker script commandsGeorge Rimar
2018-04-05[ELF] - Print LMA in a -Map file.George Rimar
2018-03-13[ELF] - Restrict section offsets that exceeds file size.George Rimar
2018-03-08[ELF] - Support "INSERT AFTER" statement.George Rimar
2018-03-01Convert more tests as linker scripts instead of assembly.Rui Ueyama
2018-03-01Convert more .s files to linker script files.Rui Ueyama
2018-02-27[ELF] Create and export symbols provided by a linker script if they reference...Igor Kudrin
2018-02-21[ELF] - Simplify testcase. NFC.George Rimar
2017-11-30Add missing test. NFC.Rafael Espindola
2017-11-30Handle copy relocations in symbol assignments.Rafael Espindola
2017-09-08Currently lld creates a single section to collect all commons. There is no wayDmitry Mikulin
2017-07-20[ELF] Align the value if needed when computing the expressionPetr Hosek
2017-05-08[ELF] - Linkerscript: support combination of linkerscript and --compress-debu...George Rimar
2017-02-21[ELF] Insert linkerscript symbols directly into symbol tablePetr Hosek
2016-11-14Fix program header propagation.Rafael Espindola
2016-10-05[ELF] make KEEP command recognize file patternsEugene Leviant
2016-09-26Linkerscript: don't crash when GC .debug_lineEugene Leviant
2016-09-17[ELF] - SEGMENT_START's default argument can be an expressionGeorge Rimar
2016-09-16Recommit r281721 "[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle ...George Rimar
2016-09-16Reverted r281721 ("[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle...George Rimar
2016-09-16[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of a input section...George Rimar
2016-09-02Remove useless file prefix.Rui Ueyama
2016-08-19[ELF] - Fix for PR28976 - Corrupted section contents when using linker scriptsGeorge Rimar
2016-08-03[ELF] - Linkerscript: support all kinds of sorting (including nested).George Rimar
2016-07-29[ELF] - Linkerscript: Implemented SORT command.George Rimar
2016-07-28[ELF] - Linkerscript: implemented filename specification.George Rimar
2016-07-28Add support for SEGMENT_START.Rafael Espindola
2016-07-27[ELF/LinkerScript] Support EXCLUDE_FILE inside KEEP.Davide Italiano
2016-07-26[ELF] Linkerscript: implement DATA_SEGMENT_RELRO_END.George Rimar
2016-07-24[ELF] Move linker script tests to a subdirectory. NFCI.Davide Italiano