Skip to content

Commit 73d54c2

Browse files
committed
Add name for R_MIPS_GPREL32 relocation
1 parent b5846cc commit 73d54c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objdiff-core/src/arch/mips.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ impl Arch for ArchMips {
319319
elf::R_MIPS_GOT16 => Some("R_MIPS_GOT16"),
320320
elf::R_MIPS_PC16 => Some("R_MIPS_PC16"),
321321
elf::R_MIPS_CALL16 => Some("R_MIPS_CALL16"),
322+
elf::R_MIPS_GPREL32 => Some("R_MIPS_GPREL32"),
322323
R_MIPS15_S3 => Some("R_MIPS15_S3"),
323324
_ => None,
324325
},

0 commit comments

Comments
 (0)