diff options
author | Aldy Hernandez <aldyh@gcc.gnu.org> | 2002-01-22 02:36:54 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2002-01-22 02:36:54 +0000 |
commit | 58dbcf0581d6a91c9374d1087f1e9cd384319121 (patch) | |
tree | 6e4bfd5059556e21fa366ff70b7cbead893ee226 /gcc/config | |
parent | 1ec968465ba6aa66b5aec9aee1b231fc3bb27278 (diff) | |
download | gcc-58dbcf0581d6a91c9374d1087f1e9cd384319121.zip gcc-58dbcf0581d6a91c9374d1087f1e9cd384319121.tar.gz gcc-58dbcf0581d6a91c9374d1087f1e9cd384319121.tar.bz2 |
tm.texi: Remove STARTING_FRAME_PHASE.
* doc/tm.texi: Remove STARTING_FRAME_PHASE.
* config/rs6000/rs6000.h: Same.
* function.c (instantiate_virtual_regs): Remove
STARTING_FRAME_PHASE.
(assign_stack_local_1): Same.
Calculate frame phase.
From-SVN: r49063
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 10e1619..2deaf75 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1382,11 +1382,6 @@ typedef struct rs6000_stack { + RS6000_VARARGS_AREA \ + RS6000_SAVE_AREA) -/* How far (in bytes) is the start of the frame from the stack - alignment. For ppc 32bits, the stack is aligned to 128 bits, but - the frame starts 64bits later. */ -#define STARTING_FRAME_PHASE (TARGET_32BIT ? 8 : 0) - /* Offset from the stack pointer register to an item dynamically allocated on the stack, e.g., by `alloca'. |