commit | ff0a538d8b08700df2b46f9aafc9fb2765071f0a | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Tue Nov 28 20:12:59 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Nov 28 20:12:59 2006 +0100 |
tree | 7dc675a48c55763f80413182f8e6a364b03d6ab0 | |
parent | a3550a9c543556cf7764be81aeb17c6dab440753 [diff] |
[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 <jbeulich@novell.com>