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: uweigand at gcc dot gnu.org
Subject: [Bug gas/29655] s390x gas generates PC32DBL instead of PLT32DBL for function call
Date: Thu, 06 Oct 2022 17:08:57 +0000

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

Ulrich Weigand <uweigand at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uweigand at gcc dot gnu.org

--- Comment #1 from Ulrich Weigand <uweigand at gcc dot gnu.org> ---
You get R_390_PLT32DBL when using 
  brasl %r1,printf@PLT
which is what compilers usually do.  (Except when compiling non-PIC code, in
which case R_390_PC32DBL works fine.)

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