Correct the rightshift amount for the R_MIPS_HIGHER, R_MIPS_HIGHEST and
R_MIPS_CALL_HI16 RELA relocation howtos, missed with commit
f38e9921479a
("MIPS HI16 and LO16 reloc howtos").
/* Get the higher value of a 64 bit addend. */
HOWTO (R_MIPS_HIGHER, /* type */
- 0, /* rightshift */
+ 32, /* rightshift */
4, /* size */
16, /* bitsize */
false, /* pc_relative */
/* Get the highest value of a 64 bit addend. */
HOWTO (R_MIPS_HIGHEST, /* type */
- 0, /* rightshift */
+ 48, /* rightshift */
4, /* size */
16, /* bitsize */
false, /* pc_relative */
/* High 16 bits of displacement in global offset table. */
HOWTO (R_MIPS_CALL_HI16, /* type */
- 0, /* rightshift */
+ 16, /* rightshift */
4, /* size */
16, /* bitsize */
false, /* pc_relative */