diff options
Diffstat (limited to 'include/asm-i386/dwarf2.h')
| -rw-r--r-- | include/asm-i386/dwarf2.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/include/asm-i386/dwarf2.h b/include/asm-i386/dwarf2.h index 2280f6272f80..6d66398a307d 100644 --- a/include/asm-i386/dwarf2.h +++ b/include/asm-i386/dwarf2.h | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | #ifndef _DWARF2_H | 1 | #ifndef _DWARF2_H |
| 2 | #define _DWARF2_H | 2 | #define _DWARF2_H |
| 3 | 3 | ||
| 4 | #include <linux/config.h> | ||
| 5 | |||
| 6 | #ifndef __ASSEMBLY__ | 4 | #ifndef __ASSEMBLY__ |
| 7 | #warning "asm/dwarf2.h should be only included in pure assembly files" | 5 | #warning "asm/dwarf2.h should be only included in pure assembly files" |
| 8 | #endif | 6 | #endif |
| @@ -28,6 +26,13 @@ | |||
| 28 | #define CFI_RESTORE .cfi_restore | 26 | #define CFI_RESTORE .cfi_restore |
| 29 | #define CFI_REMEMBER_STATE .cfi_remember_state | 27 | #define CFI_REMEMBER_STATE .cfi_remember_state |
| 30 | #define CFI_RESTORE_STATE .cfi_restore_state | 28 | #define CFI_RESTORE_STATE .cfi_restore_state |
| 29 | #define CFI_UNDEFINED .cfi_undefined | ||
| 30 | |||
| 31 | #ifdef CONFIG_AS_CFI_SIGNAL_FRAME | ||
| 32 | #define CFI_SIGNAL_FRAME .cfi_signal_frame | ||
| 33 | #else | ||
| 34 | #define CFI_SIGNAL_FRAME | ||
| 35 | #endif | ||
| 31 | 36 | ||
| 32 | #else | 37 | #else |
| 33 | 38 | ||
| @@ -48,6 +53,8 @@ | |||
| 48 | #define CFI_RESTORE ignore | 53 | #define CFI_RESTORE ignore |
| 49 | #define CFI_REMEMBER_STATE ignore | 54 | #define CFI_REMEMBER_STATE ignore |
| 50 | #define CFI_RESTORE_STATE ignore | 55 | #define CFI_RESTORE_STATE ignore |
| 56 | #define CFI_UNDEFINED ignore | ||
| 57 | #define CFI_SIGNAL_FRAME ignore | ||
| 51 | 58 | ||
| 52 | #endif | 59 | #endif |
| 53 | 60 | ||
