aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/dwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/dwarf.h')
-rw-r--r--arch/sh/include/asm/dwarf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/include/asm/dwarf.h b/arch/sh/include/asm/dwarf.h
index 60b180728d8d..d3d3837c5e1b 100644
--- a/arch/sh/include/asm/dwarf.h
+++ b/arch/sh/include/asm/dwarf.h
@@ -340,6 +340,10 @@ struct dwarf_stack {
340#define DW_CFA_lo_user 0x1c 340#define DW_CFA_lo_user 0x1c
341#define DW_CFA_hi_user 0x3f 341#define DW_CFA_hi_user 0x3f
342 342
343/* GNU extension opcodes */
344#define DW_CFA_GNU_args_size 0x2e
345#define DW_CFA_GNU_negative_offset_extended 0x2f
346
343/* 347/*
344 * Some call frame instructions encode their operands in the opcode. We 348 * Some call frame instructions encode their operands in the opcode. We
345 * need some helper functions to extract both the opcode and operands 349 * need some helper functions to extract both the opcode and operands