Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at e3f4e1cbc341bc2020241d8119bd078db3ec3b85 8 lines 210 B view raw
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}