[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/22592] dyn_reloc count error for sparc PIE
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug ld/22592] dyn_reloc count error for sparc PIE |
Date: |
Sun, 11 Feb 2018 12:57:27 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22592
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> ---
Please try master branch. This may have been fixed by
commit a8735c82b8519d8b18915765ca983fc07154a17d
Author: Eric Botcazou <address@hidden>
Date: Sat Feb 10 02:30:25 2018 +0100
Fix GOT relocation overflow on SPARC.
commit c20c30f615756ddfccc4bb75c65ccfc1a399466e
Author: Eric Botcazou <address@hidden>
Date: Tue Feb 6 18:15:56 2018 +0100
Fix PR ld/22263 on SPARC.
This is -fpie -pie generating dynamic relocations in the text section,
simply because no TLS transitions are applied in PIE mode. The meat
of the patch is to turn calls to bfd_link_pic (info) in TLS-related code
into !bfd_link_executable (info) and there are quite a lot of them..
--
You are receiving this mail because:
You are on the CC list for the bug.