From: Jan Beulich Date: Tue, 28 Nov 2006 19:12:59 +0000 (+0100) Subject: [PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwind X-Git-Tag: v2.6.19~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0a538d8b08700df2b46f9aafc9fb2765071f0a;p=pandora-kernel.git [PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwind This fixes a problem with gcc4 mis-compiling the stack unwind code under -Os, which resulted in 'stuck' messages whenever an assembly routine was encountered. (The second hunk is trivial cleanup.) Signed-off-by: Jan Beulich --- Reading git-diff-tree failed