[Bug c/71940] .rela.plt info is pointing to .got.plt while it should point .plt

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 20 06:16:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71940

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
.rela.plt is relocation information for the .plt section.

While .got.plt is the GOT for the .plt.got section.

Anyways this is not the right place to ask this question.  The right place is
either gcc-help@ or on the binutils email list.


More information about the Gcc-bugs mailing list