mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 19:09:44 +08:00
* config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
From-SVN: r46683
This commit is contained in:
parent
b4ac17fc36
commit
2b371d2537
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user