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,rs6000] fix bugs with out-of-line prologues/epilogues


> 2008-10-31  Nathan Froyd  <froydnj@codesourcery.com>
>
>        * config/rs6000/rs6000.c (no_global_regs_above): Fix precedence
>        problem.
>        (rs6000_emit_prologue): Invert logic.
>        * config/rs6000/rs6000.md (*save_gpregs_<mode>): Use explicit
>        (reg:P 11) instead of match_operand.
>        (*save_fpregs_<mode>): Likewise.
>        (*restore_gpregs_<mode>): Likewise.
>        (*return_and_restore_gpregs_<mode>): Likewise.
>        (*return_and_restore_fpregs_<mode>): Likewise.
>        * config/rs6000/spe.md (*save_gpregs_spe): Use explicit
>        (reg:P 11) insted of match_operand.
>        (*restore_gpregs_spe): Likewise.
>        (*return_and_restore_gpregs_spe): Likewise.

Okay.

Thanks, David


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