We're invoking the linker to create programs or libraries from one or
more object files not the loader to load them in to memory.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I fully support this in my quest for linker == static linker, or link-editor and loader == run-time loader, or dynamic linker. Certainly linker can be overloaded for both, but I only ever see loader used for loading a binary into memory, not for generating a linked executable.