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
PS2 GCC emits R_MIPS_GPREL16 relocations for data that can be referenced by gp. The compiler emits an addend to all instructions that have the R_MIPS_GPREL16 relocation. Replacing the relocation of .sbss+0x4000-addend to the symbol that it points to would improve the diff for PS2 GCC objects.
RELOCATION RECORDS FOR [.text]:
OFFSET TYPE VALUE
00000010 R_MIPS_GPREL16 .sbss+0x00004000
0000001c R_MIPS_GPREL16 .sbss+0x00004000
00000028 R_MIPS_GPREL16 .sbss+0x00004000
Relevant symbols in the object:
00000000 l .sbss 00000000 CBuffNum
00000004 l .sbss 00000000 CBuffMaxLen
0000000c l .sbss 00000000 CBuffStr
00000008 l .sbss 00000000 CBuffMaxNum
The text was updated successfully, but these errors were encountered:
PS2 GCC emits
R_MIPS_GPREL16
relocations for data that can be referenced bygp
. The compiler emits an addend to all instructions that have theR_MIPS_GPREL16
relocation. Replacing the relocation of.sbss+0x4000-addend
to the symbol that it points to would improve the diff for PS2 GCC objects.objdump output of the object:
Relocations in the object:
Relevant symbols in the object:
The text was updated successfully, but these errors were encountered: