Page MenuHomeFreeBSD

share/mk/bsd.README: refer to the linker, not the loader
ClosedPublic

Authored by brooks on Thu, May 22, 10:34 PM.
Tags
None
Referenced Files
F118429652: D50481.diff
Thu, May 29, 7:00 AM
Unknown Object (File)
Tue, May 27, 7:32 PM
Unknown Object (File)
Tue, May 27, 10:01 AM
Unknown Object (File)
Sat, May 24, 2:19 AM
Unknown Object (File)
Sat, May 24, 1:08 AM
Unknown Object (File)
Sat, May 24, 1:03 AM
Unknown Object (File)
Fri, May 23, 1:47 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Huh this came from 4.4 Lite and has been this way for decades.

This revision is now accepted and ready to land.Thu, May 22, 11:22 PM

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.