We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5846cc commit 9123928Copy full SHA for 9123928
objdiff-core/src/arch/mips.rs
@@ -319,6 +319,7 @@ impl Arch for ArchMips {
319
elf::R_MIPS_GOT16 => Some("R_MIPS_GOT16"),
320
elf::R_MIPS_PC16 => Some("R_MIPS_PC16"),
321
elf::R_MIPS_CALL16 => Some("R_MIPS_CALL16"),
322
+ elf::R_MIPS_GPREL32 => Some("R_MIPS_GPREL32"),
323
R_MIPS15_S3 => Some("R_MIPS15_S3"),
324
_ => None,
325
},
0 commit comments