bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/29655] s390x gas generates PC32DBL instead of PLT32DBL for func


From: rui314 at gmail dot com
Subject: [Bug gas/29655] s390x gas generates PC32DBL instead of PLT32DBL for function call
Date: Fri, 07 Oct 2022 07:28:12 +0000

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

--- Comment #5 from Rui Ueyama <rui314 at gmail dot com> ---
Ooh, that's why I did see this only on SuSE's builder. I'm glad that that's
already been handled.

mold does not create PLT for R_390_PC32DBL; it does only for R_390_PLT* relocs.
We can change that so that mold would create a PLT for a PC32 reloc just like
GNU ld does, but that would break Qt. So I'll keep the mold's current behavior
as-is.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]