This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: enable odd floating-point registers for MIPS32 and MIPS64


Eric Christopher wrote:

On May 7, 2007, at 1:26 PM, Sandra Loosemore wrote:


2007-05-07  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.

OK.

Thanks. I've just committed the patch.


-Sandra


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]