summaryrefslogtreecommitdiff
path: root/libgcc/config/cr16/unwind-dw2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/cr16/unwind-dw2.h')
-rw-r--r--libgcc/config/cr16/unwind-dw2.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/libgcc/config/cr16/unwind-dw2.h b/libgcc/config/cr16/unwind-dw2.h
index d39049bbeab..c90756bc722 100644
--- a/libgcc/config/cr16/unwind-dw2.h
+++ b/libgcc/config/cr16/unwind-dw2.h
@@ -22,12 +22,6 @@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
-/* A target can override (perhaps for backward compatibility) how
- many dwarf2 columns are unwound. */
-#ifndef DWARF_FRAME_REGISTERS
-#define DWARF_FRAME_REGISTERS FIRST_PSEUDO_REGISTER
-#endif
-
/* The result of interpreting the frame unwind info for a frame.
This is all symbolic at this point, as none of the values can
be resolved until the target pc is located. */
@@ -52,7 +46,7 @@ typedef struct
REG_SAVED_VAL_EXP,
REG_UNDEFINED
} how;
- } reg[DWARF_FRAME_REGISTERS+1];
+ } reg[__LIBGCC_DWARF_FRAME_REGISTERS__+1];
/* Used to implement DW_CFA_remember_state. */
struct frame_state_reg_info *prev;