* cris.h: Revert thinko in last patch.

From-SVN: r47280
This commit is contained in:
Kaveh R. Ghazi 2001-11-23 04:56:19 +00:00 committed by Kaveh Ghazi
parent a1f300c0f1
commit a338be441c
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-11-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cris.h: Revert thinko in last patch.
2001-11-23 Joseph S. Myers <jsm28@cam.ac.uk>
* ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,

View File

@ -856,6 +856,15 @@ enum reg_class {NO_REGS, ALL_REGS, LIM_REG_CLASSES};
TARGET_STACK_ALIGN and TARGET_ALIGN_BY_32. */
#define DWARF_CIE_DATA_ALIGNMENT -1
/* If we would ever need an exact mapping between canonical register
number and dwarf frame register, we would either need to include all
registers in the gcc decription (with some marked fixed of course), or
an inverse mapping from dwarf register to gcc register. There is one
need in dwarf2out.c:expand_builtin_init_dwarf_reg_sizes. Right now, I
don't see that we need exact correspondence between DWARF *frame*
registers and DBX_REGISTER_NUMBER, so map them onto GCC registers. */
#define DWARF_FRAME_REGNUM(REG) (REG)
/* Node: Stack Checking */
/* (no definitions) FIXME: Check. */