- Makefile (i.e., build system overview)
- Static linking
- Dynamic linking
- Implementation of a simple dynamic linker
- [DONE] Linking relocatables from c and assembly source files
- See
linking_with_assembly
- See
- Inline assembly
- C preprocessing
- Linker script
- C built-in functions (e.g.,
__builtin_expect
)