https://bugs.kde.org/show_bug.cgi?id=471032

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #3 from Mark Wielaard <m...@klomp.org> ---
commit 5a97c06080078aab8adfcc8985aecce7bfa5a738
Author: Tulio Magno Quites Machado Filho <tul...@redhat.com>
Date:   Wed Jun 14 11:28:38 2023 -0300

    s390x: Replace absolute jump for a relative one

    The bne instruction expects an absolute target address and it isn't
    best-suited for implementing a short range jump, such as the one in
    XCHG_M_R().
    Replace it with jne which expects a relative address that can be
    correctly computed a link time.

    Interestingly, the jump is almost never taken. If it would, this would
    crash the test.  However, linkers may complain when relacating the
    target address used in bne.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to