Skip to content
Snippets Groups Projects
Commit 9e565292 authored by Roland McGrath's avatar Roland McGrath Committed by H. Peter Anvin
Browse files

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: default avatarRoland McGrath <roland@redhat.com>
LKML-Reference: <20100514044303.A6FE7400BE@magilla.sf.frob.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 5967ed87
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment