Home
last modified time | relevance | path

Searched hist:"0030 cbf06c669b65e124414af51b5010fc53b760" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile0030cbf06c669b65e124414af51b5010fc53b760 Thu Jun 23 02:10:05 CDT 2005 Matthias Urlichs <smurf@smurf.noris.de> [PATCH] Turn off sibling call optimization w/ frame pointers

Frame pointers are supposed to enable debuggers to reliably tell where a
call comes from. That is defeated by GCC's sibling call optimization (aka
tail recursion elimination).

This patch turns this optimization off when compiling with frame pointers.

Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>