We're working on debug string table merging. Two new APIs in Relocator has been added to support it.
1. Relocator::getDebugStringOffset - get the offset of an input .debug_str according to given relocation.
2. Relocator::applyDebugStringOffset - apply the output .debug_str offset to relocation target according to given relocation and offset.
These two APIs in ARM/AArch64/Mips/Mips64/X86/X86_64 have been done. Please check the branch debug-string.
Hi Simon,
Could you please help to review the Mips part? Thank you.
Hi Shankar and Hemant,
Also please let me know if there is any suggestion or question.