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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to