Computer program which combines multiple object files into a single file
In computing, a linker or link editor is a computer system program that takes one or more object files (generated by a compiler or an assembler) and combines them into a single executable file, library file, or another "object" file.
A simpler version that writes its output directly to memory is called the loader, though loading is typically considered a separate process.[1][2]
- ^ Cite error: The named reference
IBM_1972
was invoked but never defined (see the help page).
- ^ Cite error: The named reference
Barron_1978_Consolidator
was invoked but never defined (see the help page).