Compare commits

...

1 Commits

Author SHA1 Message Date
Luke Street 9123928b76 Add name for R_MIPS_GPREL32 relocation 2025-10-08 20:24:38 -06:00
+1
View File
@@ -319,6 +319,7 @@ impl Arch for ArchMips {
elf::R_MIPS_GOT16 => Some("R_MIPS_GOT16"),
elf::R_MIPS_PC16 => Some("R_MIPS_PC16"),
elf::R_MIPS_CALL16 => Some("R_MIPS_CALL16"),
elf::R_MIPS_GPREL32 => Some("R_MIPS_GPREL32"),
R_MIPS15_S3 => Some("R_MIPS15_S3"),
_ => None,
},