https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f1909cfb211cc56977a13666c22892678bcd7b1d authored by Jason Self on 21 April 2011, 21:34:56 UTC
Linux-libre 2.6.38.4-gnu1
Tip revision: f1909cf
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