diff options
author | Jan Beulich <jbeulich@novell.com> | 2006-01-11 22:41:59 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 19:01:09 -0800 |
commit | 2765130b020c22f803afba74772f33f2ad13bf28 (patch) | |
tree | 4d6b35c25c7031f18c67608beea6f33f2ce2e783 /include/asm-x86_64/dwarf2.h | |
parent | 6076399e9561a92388ed320dc7105595f8db1ba9 (diff) |
[PATCH] x86_64: More CFI fixes for 32bit entry code
Frame unwind information was still incorrect for ia32_ptregs_common
(sorry, my fault), and could be improved for some of the other entry
points.
Signed-Off-By: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64/dwarf2.h')
-rw-r--r-- | include/asm-x86_64/dwarf2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/dwarf2.h b/include/asm-x86_64/dwarf2.h index 582757fc036..fe062cba0a8 100644 --- a/include/asm-x86_64/dwarf2.h +++ b/include/asm-x86_64/dwarf2.h @@ -28,6 +28,7 @@ #define CFI_RESTORE .cfi_restore #define CFI_REMEMBER_STATE .cfi_remember_state #define CFI_RESTORE_STATE .cfi_restore_state +#define CFI_UNDEFINED .cfi_undefined #else @@ -44,6 +45,7 @@ #define CFI_RESTORE # #define CFI_REMEMBER_STATE # #define CFI_RESTORE_STATE # +#define CFI_UNDEFINED # #endif |