Root/scripts/module-common.lds

Source at commit be977234bfb4a6dca8a39e7c52165e4cd536ad71 created 12 years 9 months ago.
By Lars-Peter Clausen, jz4740: Fix compile error
1/*
2 * Common module linker script, always used when linking a module.
3 * Archs are free to supply their own linker scripts. ld will
4 * combine them automatically.
5 */
6SECTIONS {
7    /DISCARD/ : { *(.discard) }
8}
9

Archive Download this file



interactive