From: Roland McGrath Date: Fri, 14 May 2010 04:43:03 +0000 (-0700) Subject: x86: Use .cfi_sections for assembly code X-Git-Tag: v2.6.35-rc1~519^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e565292270a2d55524be38835104c564ac8f795;p=pandora-kernel.git x86: Use .cfi_sections for assembly code The newer assemblers support the .cfi_sections directive so we can put the CFI from .S files into the .debug_frame section that is preserved in unstripped vmlinux and in separate debuginfo, rather than the .eh_frame section that is now discarded by vmlinux.lds.S. Signed-off-by: Roland McGrath LKML-Reference: <20100514044303.A6FE7400BE@magilla.sf.frob.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed