summaryrefslogtreecommitdiff
path: root/lld/docs/ELF
AgeCommit message (Expand)Author
2025-05-14[lld] Fix typos in documentation (#139854)Kazu Hirata
2024-12-17Typo fix in large_sections.rst (#120101)Ivan G.
2024-08-05[LLD] Add CLASS syntax to SECTIONS (#95323)Daniel Thornburgh
2024-05-13Reland: [LLD] Implement --enable-non-contiguous-regions (#90007)Daniel Thornburgh
2024-05-13Revert "[LLD] Implement --enable-non-contiguous-regions" (#92005)Daniel Thornburgh
2024-05-13[LLD] Implement --enable-non-contiguous-regions (#90007)Daniel Thornburgh
2024-02-26[lld/ELF] Add documentation on large sections (#82560)Arthur Eubanks
2023-11-01[ELF] adjustOutputSections: don't copy SHF_EXECINSTR when an output does not ...Fangrui Song
2023-09-14[ELF] Align the end of PT_GNU_RELRO associated PT_LOAD to a common-page-size ...Fangrui Song
2023-05-28Fix typos in documentationKazu Hirata
2022-06-19[lld] Wrap rst file to 80 cols and fix "precense" typoNico Weber
2022-02-17[ELF] Support (TYPE=<value>) to customize the output section typeFangrui Song
2022-02-14[ELF][docs] Document "Output section type"Fangrui Song
2021-12-02[ELF] Hint -z nostart-stop-gc for __start_ undefined referencesFangrui Song
2021-06-13[ELF] Add OVERWRITE_SECTIONS commandFangrui Song
2021-03-22[ELF][docs] Add line breaksYang Fan
2020-09-14[ELF] Add documentation for --warn-backrefs: a GNU ld compatibility checking ...Fangrui Song
2020-08-20[ELF] Keep st_type for symbol assignmentFangrui Song
2020-06-19[ELF] Refine LMA offset propagation rule in D76995Fangrui Song
2020-04-01[ELF] Propagate LMA offset to sections with neither AT() nor AT>Fangrui Song
2020-03-11[ELF] Simplify sh_addr computation and warn if sh_addr is not a multiple of s...Fangrui Song
2020-03-11[LLD][ELF] Add initial LLD LinkerScript docs pagePeter Smith