]> Git Repo - linux.git/commit - lib/Kconfig.debug
Kconfig.debug: Add FRAME_POINTER anti-dependency for ARC
authorVineet Gupta <[email protected]>
Tue, 27 Aug 2013 08:22:51 +0000 (13:52 +0530)
committerVineet Gupta <[email protected]>
Thu, 5 Sep 2013 05:01:13 +0000 (10:31 +0530)
commitcc80ae38bfb698559c8f728d9f0c7b20ed4a59e6
tree5827666efcfc0ffa09fc7cf3a4021d604a6d4823
parent7efd0da2d17360e1cef91507dbe619db0ee2c691
Kconfig.debug: Add FRAME_POINTER anti-dependency for ARC

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.html
Signed-off-by: Vineet Gupta <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: "Paul E. McKenney" <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Michel Lespinasse <[email protected]>
Cc: [email protected]
lib/Kconfig.debug
This page took 0.053386 seconds and 4 git commands to generate.