bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/28735] relocation truncated to fit: R_OR1K_GOT16 on OpenRISC, bu


From: shorne at sourceware dot org
Subject: [Bug ld/28735] relocation truncated to fit: R_OR1K_GOT16 on OpenRISC, building libgeos
Date: Sat, 01 Jan 2022 23:47:45 +0000

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

--- Comment #1 from Stafford Horne <shorne at sourceware dot org> ---
The issue is the the relation has the 16-bit sign bit set.  So even though we
are masking out upper bits to try to avoid overflow we still get an error for
signed overflow.

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