1.17.0
- Allow using
MIPS_NONE
reloc type as a way to avoid symbolizing a reference and use the raw value instead. - Allow using a different label for symbols in the middle of functions.
- Useful for setting alternative entry points for handwritten functions.
- It can be used by setting the
ASM_TEXT_ALT_LABEL
.
- Fix
elfObjDisasm
crashing if a reloc section references an unhandled section like.pdr
.