mips.c (mips_frame_info): Add cprestore_size field.
authorRichard Sandiford <rsandifo@redhat.com>
Wed, 8 Oct 2003 08:27:29 +0000 (08:27 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 8 Oct 2003 08:27:29 +0000 (08:27 +0000)
commit84879759e90349c8de918cc7e52b9922a377ba06
treeefc1731e42570efd04d51ee3349405fbe200571a
parentef1b5bbb051d2c941a002fcaaf65b675e73d4513
mips.c (mips_frame_info): Add cprestore_size field.

* config/mips/mips.c (mips_frame_info): Add cprestore_size field.
(compute_frame_size): Initialize it.  Remove the .cprestore slot
from args_size.
(mips_output_function_prologue): Simplify accordingly.
(mips_debugger_offset): Change the mips16 frame pointer offset from
current_function_outgoing_args to cfun->machine->frame.args_size.
(mips_initial_elimination_offset): Likewise.
(mips_expand_prologue): Likewise.
(mips_expand_epilogue): Likewise.

From-SVN: r72222
gcc/ChangeLog
gcc/config/mips/mips.c