]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000.h (RS6000_VARARGS_AREA, [...]): Remove.
authorJakub Jelinek <jakub@gcc.gnu.org>
Wed, 6 Jul 2005 09:16:53 +0000 (11:16 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 6 Jul 2005 09:16:53 +0000 (11:16 +0200)
commit5b667039e939f8f855fb06f617a6ade13e9b010d
treeb5e9eab605583ad47e9f746ca3871aa9749f131c
parentc456a94a49c9497da22209bb479c63487bb93c7c
rs6000.h (RS6000_VARARGS_AREA, [...]): Remove.

* config/rs6000/rs6000.h (RS6000_VARARGS_AREA, RS6000_VARARGS_SIZE):
Remove.
(STARTING_FRAME_OFFSET): Don't add RS6000_VARARGS_AREA.
(machine_function): Move typedef to...
* config/rs6000/rs6000.c (machine_function): ... here.  Add
varargs_save_offset field.
(rs6000_stack_t): Remove varargs_size field.
(setup_incoming_varargs): Allocate varargs save area using
assign_stack_local, try to make it as small as possible.
Save offset from virtual_stack_vars_rtx to the save area
in cfun->machine->varargs_save_offset.  Use UNITS_PER_FP_WORD
instead of magic 8 when fp word byte size is used.
(rs6000_va_start): Use cfun->machine->varargs_save_offset
instead of -RS6000_VARARGS_SIZE.
(rs6000_stack_info, debug_stack_info,
rs6000_initial_elimination_offset): Remove all traces of
varargs_size.
* config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Remove.
* config/rs6000/darwin.h (STARTING_FRAME_OFFSET): Don't add
RS6000_VARARGS_AREA.

From-SVN: r101655
gcc/ChangeLog
gcc/config/rs6000/darwin.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/sysv4.h