|
From: | palmer at gcc dot gnu.org |
Subject: | [Bug ld/23244] RISC-V 64 relocation truncated to fit in case of undefined weak references |
Date: | Thu, 31 May 2018 09:22:35 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23244 Palmer Dabbelt <palmer at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |palmer at gcc dot gnu.org --- Comment #4 from Palmer Dabbelt <palmer at gcc dot gnu.org> --- I fixed up a similar problem for PCREL_* relocations in this commit https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=b1308d2c3749cc454f00b70768ee33724d919527 A similar technique might be possible for R_RISCV_CALL, we could convert it to an internal R_RISCV_CALL_ABS relocation and then generate a lui-based sequence. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |