OSDN Git Service

* config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Oct 2001 19:54:02 +0000 (19:54 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Oct 2001 19:54:02 +0000 (19:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46683 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/cris/cris.h

index 9b529e9..b888fe4 100644 (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.
index 07591fa..31d8971 100644 (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