Linux-2.6.33.2/arch/m68k/kernel/module.lds

SECTIONS {
	.m68k_fixup : {
		__start_fixup = .;
		*(.m68k_fixup)
		__stop_fixup = .;
	}
}