mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-21 22:25:56 +00:00
9 lines
210 B
Text
9 lines
210 B
Text
|
|
/*
|
||
|
|
* 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) }
|
||
|
|
}
|