Skip to content
  • Andi Kleen's avatar
    [PATCH] x86: Detect CFI support in the assembler at runtime · e2414910
    Andi Kleen authored
    
    
    ... instead of using a CONFIG option. The config option still controls
    if the resulting executable actually has unwind information.
    
    This is useful to prevent compilation errors when users select
    CONFIG_STACK_UNWIND on old binutils and also allows to use
    CFI in the future for non kernel debugging applications.
    
    Cc: jbeulich@novell.com
    Cc: sam@ravnborg.org
    
    Signed-off-by: default avatarAndi Kleen <ak@suse.de>
    e2414910