OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Oct 2007 19:26:20 +0000 (19:26 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Oct 2007 19:26:20 +0000 (19:26 +0000)
commitb99e33d13d2a45b2beb38d73cd0c70f57c26921c
tree5b7fed98ef926447bf38a572fae6f74a419bb675
parent348fe2d49bc0258f579af43a22a0eb1307c5fdfb
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129456 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h