summaryrefslogtreecommitdiff
path: root/lld/test/ELF/segments.s
AgeCommit message (Expand)Author
2024-02-09[ELF] --no-rosegment: don't mark read-only PT_LOAD segments executable (#81223)Fangrui Song
2024-02-08[ELF] Improve --ro-rosegment testsFangrui Song
2024-02-08[ELF] Improve --ro-rosegment/--omagic/--nmagic testsFangrui Song
2020-05-15[ELF] Enforce two dashes for Flag options not supported by GNU ld (i.e. no co...Fangrui Song
2020-04-29[ELF] Add --rosegment to complement --no-rosegmentFangrui Song
2019-09-16[ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song
2019-09-09[ELF] nmagic or omagic: don't allocate PT_PHDR or PF_R PT_LOAD for the !hasPh...Fangrui Song
2019-05-13[ELF] Full support for -n (--nmagic) and -N (--omagic) via common pagePeter Smith
2017-11-01Add --no-omagic and --no-print-gc-sections.Rui Ueyama
2016-11-29[ELF] - Implemented -N (-omagic) command line option.George Rimar
2016-11-28[ELF] - Implemented -no-rosegment.George Rimar