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

--- Comment #2 from louis.granboulan.developer at gmail dot com ---
(In reply to H.J. Lu from comment #1)
> What are
> 
>         movl    $E@GOT, %eax
>         movl    $E@GOT+1, %eax
> 
> used for?

For the fun!

You may prefer to do
         movl    $E@GOT+1, %eax
         movl    -1(%ebx,%eax), %eax
instead of
         movl    E@GOT(%ebx), %eax

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