mips.h (STARTING_FRAME_OFFSET): Remove rtl profiling code.
commit37017f4dd64886a2c6164d1c2d01cf4bb72238b6
authorRichard Sandiford <rsandifo@nildram.co.uk>
Thu, 18 Oct 2007 19:26:20 +0000 (18 19:26 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 18 Oct 2007 19:26:20 +0000 (18 19:26 +0000)
tree5b7fed98ef926447bf38a572fae6f74a419bb675
parent4103055723a43d6c6da84798e7152030a8675713
mips.h (STARTING_FRAME_OFFSET): Remove rtl profiling code.

gcc/
* config/mips/mips.h (STARTING_FRAME_OFFSET): Remove rtl
profiling code.
* config/mips/mips.c (mips_frame_info): Give num_gp and num_fp type
"unsigned int" rather than "int" and put them with the other
register-related fields.  Put expanded comments above fields
rather than to their right.
(mips16e_mask_registers): Replace the GP_REG_SIZE_PTR argument
with a NUM_REGS_PTR argument.
(mips16e_save_restore_pattern_p): Update accordingly.
(compute_frame_size): Clarify frame diagram.  Rewrite.

From-SVN: r129456
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h