WSL2-Linux-Kernel/scripts/module-common.lds

9 строки
210 B
Plaintext
Исходник Обычный вид История

2009-06-24 10:13:38 +04:00
/*
* Common module linker script, always used when linking a module.
* Archs are free to supply their own linker scripts. ld will
* combine them automatically.
*/
SECTIONS {
/DISCARD/ : { *(.discard) }
}