r249815 - in /trunk/gcc: ChangeLog config/rs600...

acsawdey@gcc.gnu.org acsawdey@gcc.gnu.org
Thu Jun 29 20:10:00 GMT 2017


Author: acsawdey
Date: Thu Jun 29 20:10:05 2017
New Revision: 249815

URL: https://gcc.gnu.org/viewcvs?rev=249815&root=gcc&view=rev
Log:
2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>

        * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
        and tocrel_offset be pointer args rather than implicitly using
        static versions.
        (legitimate_constant_pool_address_p, rs6000_emit_move,
        const_load_sequence_p, adjust_vperm): Add local tocrel_base and
        tocrel_offset and use in toc_relative_expr_p call.
        (print_operand, print_operand_address): Use static tocrel_base_oac
        and tocrel_offset_oac.
        (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
        tocrel_offset_oac.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000-protos.h
    trunk/gcc/config/rs6000/rs6000.c



More information about the Gcc-cvs mailing list