Jump table lis/addi relocs on MSVC X360 are branching to inst 0, instead of the first inst after the bctr.

I was able to confirm this is an issue with objdiff and not jeff, by verifying the .obj and the .s files' output and viewing the correct relocs on their ends:
The correct relocation is there in the .s/.obj, objdiff just does not currently use it.
Jump table lis/addi relocs on MSVC X360 are branching to inst 0, instead of the first inst after the bctr.

I was able to confirm this is an issue with objdiff and not jeff, by verifying the .obj and the .s files' output and viewing the correct relocs on their ends:
The correct relocation is there in the .s/.obj, objdiff just does not currently use it.