* config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.

From-SVN: r46683
This commit is contained in:
Hans-Peter Nilsson 2001-10-31 19:54:02 +00:00 committed by Hans-Peter Nilsson
parent b4ac17fc36
commit 2b371d2537
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* config.gcc (cris-*-linux*, tm_file): Rearrange order.
* config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.
* config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
2001-10-31 Zack Weinberg <zack@codesourcery.com>
* Makefile.in (INTL_TARGETS, POSUB): Delete all references.

View File

@ -837,7 +837,7 @@ enum reg_class {NO_REGS, ALL_REGS, LIM_REG_CLASSES};
number of __builtin_eh_return callers is limited. For now return
parameter registers in reverse order and hope for the best. */
#define EH_RETURN_DATA_REGNO(N) \
(IN_RANGE((N), 0, 3) ? (CRIS_FIRST_ARG_REG + 3 - (N)) : INVALID_REGNUM)
(IN_RANGE ((N), 0, 3) ? (CRIS_FIRST_ARG_REG + 3 - (N)) : INVALID_REGNUM)
/* Store the stack adjustment in the structure-return-address register. */
#define CRIS_STACKADJ_REG STRUCT_VALUE_REGNUM