[PATCH] D88228: [yaml2obj][obj2yaml] - Add support for SHT_ARM_EXIDX section.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 10:14:03 PDT 2020


psmith added a comment.

What's here looks good to me to.

Just to check I understand it, if for a relocatable object I wanted to model the R_ARM_PREL31 relocation on the first entry of the table, and optionally on the second entry for a .ARM.extab reference then I'd need to add the PREL relocations myself? A possible future enhancement could do this automatically. For example all the relocations would be with respect to the section symbol of the sh_link section so the R_ARM_PREL31 relocations could be added automatically.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88228/new/

https://reviews.llvm.org/D88228



More information about the llvm-commits mailing list