Emit static with relocation of type `R_MIPS_16`
I’m currently compiling some rust code against the mipsel-sony-psx
target, which has 32-bit pointers. I have two statics that I need to emit with a specific size (4 bytes and 2 bytes, respectively):
I’m currently compiling some rust code against the mipsel-sony-psx
target, which has 32-bit pointers. I have two statics that I need to emit with a specific size (4 bytes and 2 bytes, respectively):