mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for STACK_GROWS_DOWNWARD.
2005-03-14 Eric Christopher <echristo@redhat.com> * config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for STACK_GROWS_DOWNWARD. From-SVN: r96474
This commit is contained in:
parent
b87a020620
commit
85bfab3691
@ -1,3 +1,8 @@
|
||||
2005-03-14 Eric Christopher <echristo@redhat.com>
|
||||
|
||||
* config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for
|
||||
STACK_GROWS_DOWNWARD.
|
||||
|
||||
2005-03-14 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* real.h (struct real_format): Split the signbit field into two
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user