Open bpotchik opened 5 days ago
Version and Platform (required):
Bug Description: Broken MIPs relocations:
From previous stable (4.1.5902) 0006a648 08965226 addiu $s2, $s2, -0x69f8
0006a648 08965226 addiu $s2, $s2, -0x69f8
New Stable (4.2.6455) 0006a648 00005226 addiu $s2, $s2, 0
0006a648 00005226 addiu $s2, $s2, 0
Search for "build adapt overcome thrive" for local file repro.
Also, reverting the recent relocation related changes in arch_mips.cpp resolves the issue: git checkout 590b594850ccd15b9e2cb2b0e8f3050d782647b3 -- arch_mips.cpp
git checkout 590b594850ccd15b9e2cb2b0e8f3050d782647b3 -- arch_mips.cpp
Version and Platform (required):
Bug Description: Broken MIPs relocations:
From previous stable (4.1.5902)
0006a648 08965226 addiu $s2, $s2, -0x69f8
New Stable (4.2.6455)
0006a648 00005226 addiu $s2, $s2, 0
Search for "build adapt overcome thrive" for local file repro.