/* * 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 { .text : { *(.text.*) } .rel.text : { *(.rel.text.*) } /DISCARD/ : { *(.discard) } }