https://sourceware.org/bugzilla/show_bug.cgi?id=17641

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Ilya Tocar <toca...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1fa29f10602cd0ab395e0f83c9d87ab160b0df8a

commit 1fa29f10602cd0ab395e0f83c9d87ab160b0df8a
Author: Ilya Tocar <ilya.to...@intel.com>
Date:   Mon Apr 6 12:37:34 2015 +0300

    [Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %reg

    2015-04-06  Ilya Tocar  <ilya.to...@intel.com>

        PR gold/17641
        * x86_64.cc (Target_x86_64::can_convert_mov_to_lea): New.
        (Target_x86_64::Scan::local): Don't create GOT entry, when we
        can convert mov to lea.
        (Target_x86_64::Scan::global): Ditto.
        (Target_x86_64::Relocate::relocate): Convert mov foo@GOTPCREL(%rip),
        %reg to lea foo(%rip), %reg if possible.
        * testsuite/Makefile.am (x86_64_mov_to_lea): New test.
        * testsuite/x86_64_mov_to_lea1.s: New.
        * testsuite/x86_64_mov_to_lea2.s: Ditto.
        * testsuite/x86_64_mov_to_lea3.s: Ditto.
        * testsuite/x86_64_mov_to_lea4.s: Ditto.
        * testsuite/x86_64_mov_to_lea.sh: Ditto.
    ---

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to