https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 25a94014a21193f1a54e99dc0b1aef6d1a86ec5f authored by Jason Self on 31 October 2012, 16:52:05 UTC
Linux-libre 3.0.50-gnu1
Tip revision: 25a9401
module.lds
SECTIONS {
	/* Group unwind sections into a single section: */
	.IA_64.unwind_info : { *(.IA_64.unwind_info*) }
	.IA_64.unwind : { *(.IA_64.unwind*) }
	/*
	 * Create place-holder sections to hold the PLTs, GOT, and
	 * official procedure-descriptors (.opd).
	 */
	.core.plt : { BYTE(0) }
	.init.plt : { BYTE(0) }
	.got : { BYTE(0) }
	.opd : { BYTE(0) }
}
back to top