https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c403235dd147cd19e60f9fbdcc69ef4cefc4ba70 authored by Jason Self on 04 March 2012, 17:49:57 UTC
Linux-libre 2.6.32.58-gnu1
Tip revision: c403235
module-common.lds
/*
 * 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) }
}
back to top