• V
    Kconfig.debug: Add FRAME_POINTER anti-dependency for ARC · cc80ae38
    Vineet Gupta 提交于
    Frame pointer on ARC doesn't serve the conventional purpose of stack
    unwinding due to the typical way ABI designates it's usage.
    Thus it's explicit usage on ARC is discouraged (gcc is free to use it,
    for some tricky stack frames even if -fomit-frame-pointer).
    
    Hence no point enabling it for ARC.
    
    References: http://www.spinics.net/lists/kernel/msg1593937.htmlSigned-off-by: NVineet Gupta <vgupta@synopsys.com>
    Cc: Dave Hansen <dave.hansen@linux.intel.com>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: "Paul E. McKenney" <paul.mckenney@linaro.org>
    Cc: Catalin Marinas <catalin.marinas@arm.com>
    Cc: Michel Lespinasse <walken@google.com>
    Cc: linux-kernel@vger.kernel.org
    cc80ae38
Kconfig.debug 52.1 KB