From a18b01d60ebb8f95676bd8967f352bb8c6f0a63f Mon Sep 17 00:00:00 2001 From: echristo Date: Tue, 15 Mar 2005 05:53:10 +0000 Subject: [PATCH] 2005-03-14 Eric Christopher * config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for STACK_GROWS_DOWNWARD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96474 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a3f9c6c62fc..276be0466e78 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-03-14 Eric Christopher + + * config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for + STACK_GROWS_DOWNWARD. + 2005-03-14 Roger Sayle * real.h (struct real_format): Split the signbit field into two diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 8deb448b2e6a..45ff0c069565 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -935,7 +935,7 @@ extern const struct mips_cpu_info *mips_tune_info; /* Offsets recorded in opcodes are a multiple of this alignment factor. The default for this in 64-bit mode is 8, which causes problems with SFmode register saves. */ -#define DWARF_CIE_DATA_ALIGNMENT 4 +#define DWARF_CIE_DATA_ALIGNMENT -4 /* Correct the offset of automatic variables and arguments. Note that the MIPS debug format wants all automatic variables and arguments -- 2.47.3