]> git.ipfire.org Git - thirdparty/gcc.git/commit
2017-06-29 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
authoracsawdey <acsawdey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2017 20:10:05 +0000 (20:10 +0000)
committeracsawdey <acsawdey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2017 20:10:05 +0000 (20:10 +0000)
commit08ae35f505043cfb00a787a298342b9feca1c48e
tree32a513d4404bedb2078707af45b7048e5e128d61
parentcbe9130c1535b21dd9aae80b4a03f826d0bb1198
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.

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