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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Load weak undefined symbol  |Load weak undefined symbol
                   |isn't optimized             |and defined symbol in
                   |                            |non-PIC link aren't
                   |                            |optimized

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
We should also convert

mov     bar@GOTPCREL(%rip), %rcx

to

mov     $bar, %ecx

if bar is defined below 4GB for non-PIC link.

-- 
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