Difference between revisions of "Ld"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (Add link to LLVM linker documentation.)
m (Add link to Stackoverflow post regarding ld "keep" keyword.)
Line 11: Line 11:
  
 
*  https://lld.llvm.org/ELF/linker_script.html . . . LLVM linker documentation
 
*  https://lld.llvm.org/ELF/linker_script.html . . . LLVM linker documentation
 +
 +
Use of 'KEEP' key word in linker scripts:
 +
 +
*  https://stackoverflow.com/questions/9827157/what-does-keep-mean-in-a-linker-script
  
 
<!-- odne komentar -->
 
<!-- odne komentar -->

Revision as of 23:19, 5 June 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

Use of 'KEEP' key word in linker scripts: