You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the getMipsN32RelType function was not updated accordingly, causing a compilation error when !(ELFT::Is64Bits || RelTy::IsCrel) and ctx.arg.mipsN32Abi is true.
In RelocationScanner::scanOne, when the condition constexpr (ELFT::Is64Bits || RelTy::IsCrel) is false and ctx.arg.mipsN32Abi is true, the code calls:
type = getMipsN32RelType(i);
But getMipsN32RelType still expects the old parameter type: