bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/21152] Incorrect relocation handling of R_MIPS_HI16 / R_MIPS_L


From: jan.smets at nokia dot com
Subject: [Bug gold/21152] Incorrect relocation handling of R_MIPS_HI16 / R_MIPS_LO16
Date: Tue, 14 Feb 2017 15:20:11 +0000

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

--- Comment #3 from Jan Smets <jan.smets at nokia dot com> ---
I found the corruption occurred at an earlier stage,  ld -r

Attached files can used to reproduce the issue.

mips64-linux-gnuabi64-as -mabi=32 a.s -o a.o
mips64-linux-gnuabi64-as -mabi=32 b.s -o b.o
mips64-linux-gnuabi64-ld.gold -r -o test.a a.o b.o 

GNU gold (GNU Binutils for Ubuntu 2.27.90.20170114) 1.14


n32/n64 appears to be OK.
Omitting a.o also gives a correct result.

Also occurs with 2.27, so not a regression.

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