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

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 12:03:45 PDT 2020


psmith added a comment.

I'll try and take a look tomorrow.

In general for endianness .ARM.exidx is counted as data and data will take the endianness of the object. In LLD I only supported little endian as the story for instructions is complicated in big-endian. In a big-endian relocatable object both instructions and data are big-endian. In an big-endian executable or shared library instructions are little-endian but data is big-endian so the linker needs to endian-reverse instructions.


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

https://reviews.llvm.org/D88228



More information about the llvm-commits mailing list