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

Cary Coutant <ccoutant at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|ian at airs dot com                |ccoutant at google dot 
com

--- Comment #1 from Cary Coutant <ccoutant at google dot com> ---
Thanks for the diagnosis. You're right that the problem is that the GOT is
initialized only when there is a PLT, but it shouldn't be necessary to forcibly
create a PLT that would otherwise be empty. I've fixed this by changing the
.got.plt section to have its own class derived from Output_section_data_build,
so that its own do_write() method can write those reserved entries, but I leave
the remainder of the section to be written when the PLT is written.

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