1
0
Fork 0
alistair23-linux/scripts/module-common.lds

9 lines
210 B
Plaintext

/*
* 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) }
}