From: Matthias Urlichs Date: Thu, 23 Jun 2005 07:10:05 +0000 (-0700) Subject: [PATCH] Turn off sibling call optimization w/ frame pointers X-Git-Tag: v2.6.13-rc1~68^2~410 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0030cbf06c669b65e124414af51b5010fc53b760;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed