mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.
authorSandra Loosemore <sandra@codesourcery.com>
Tue, 8 May 2007 12:44:21 +0000 (08:44 -0400)
committerSandra Loosemore <sandra@gcc.gnu.org>
Tue, 8 May 2007 12:44:21 +0000 (08:44 -0400)
commite8ab09c1bd7bb5de727a5cd9d9ebb22799b4bd0b
treed1deb2c00ec7de2f2463d60fd323a3611f6c49c5
parent28f601ff8ae7fe32f4d11b5cb7489d399bbcc24c
mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.

2007-05-08  Sandra Loosemore  <sandra@codesourcery.com>
            Nigel Stephens  <nigel@mips.com>

gcc/
* config/mips/mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.
Update comments and all uses.
(MIN_FPRS_PER_FMT): Define.
* config/mips/mips.c (function_arg): Fix to correctly handle
the -mips32r2 -mfp64 -mabi=32 case.
(override_options): Enable use of odd-numbered registers for
SFmode values on MIPS32.
(mips_save_reg_p): Save whole floating-point register pair if
either half is used.
(compute_frame_size): Fix comment.

Co-Authored-By: Nigel Stephens <nigel@mips.com>
From-SVN: r124545
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h