diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2004-03-18 16:39:44 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@gcc.gnu.org> | 2004-03-18 16:39:44 +0000 |
commit | 327e5343434d5a2b3e3e10bef5f4be570aed4d0c (patch) | |
tree | 2c86b84fa300ec489088aa2886294a993f0f9a20 /gcc/config/rs6000/rs6000.h | |
parent | a336eacaf1fe8e0ac28decabbc59c7972766f742 (diff) | |
download | gcc-327e5343434d5a2b3e3e10bef5f4be570aed4d0c.zip gcc-327e5343434d5a2b3e3e10bef5f4be570aed4d0c.tar.gz gcc-327e5343434d5a2b3e3e10bef5f4be570aed4d0c.tar.bz2 |
Fixed some stack size allocation in G5's mixed mode.
Oked by David Edelsohn.
From-SVN: r79624
Diffstat (limited to 'gcc/config/rs6000/rs6000.h')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index bd9d36b..9d64f7e 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1536,6 +1536,9 @@ extern enum rs6000_abi rs6000_current_abi; /* available for use by subtarget */ makes the stack pointer a smaller address. */ #define STACK_GROWS_DOWNWARD +/* Offsets recorded in opcodes are a multiple of this alignment factor. */ +#define DWARF_CIE_DATA_ALIGNMENT (-((int) (TARGET_32BIT ? 4 : 8))) + /* Define this if the nominal address of the stack frame is at the high-address end of the local variables; that is, each additional local variable allocated |