Difference between revisions of "Ld"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Create new local page "ld" for linker script language notes and references.)
 
m (Add link to LLVM linker documentation.)
 
Line 9: Line 9:
  
 
*  https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_3.html
 
*  https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_3.html
 +
 +
*  https://lld.llvm.org/ELF/linker_script.html . . . LLVM linker documentation
  
 
<!-- odne komentar -->
 
<!-- odne komentar -->

Latest revision as of 16:28, 11 March 2024

GNU and LLVM linker notes.

Overview

This NN page a starting point for notes, links to external references and examples of `ld` linker scripts. As of page creation time 2024 Q1 there appear to be two major linker variants: GNU ld and LLVM linker implementation.

Introductory References