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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-10-03
                 CC|                            |amodra at gmail dot com
     Ever confirmed|0                           |1

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
(In reply to Rich Felker from comment #1)
> I suspect there may be other targets with exactly the same issue.

I know there are..  Note that this is not a correctness issue unless the
unnecessary dynamic relocation is wrong or is misapplied by ld.so.

Note also that I suspect your patch changes one unnecessary dynamic relocation
for another.  You'll be getting R_ARM_NONE I expect.  To fix that you should
adjust the count of dynamic relocs too.

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