[PATCH] D68983: [yaml2obj, obj2yaml] - Add support for SHT_NOTE sections.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 01:45:34 PDT 2019


MaskRay added a comment.

There is an official reference: http://www.sco.com/developers/gabi/latest/ch5.pheader.html#note_section

When operating systems implemented the 64-bit ELF ABI, many (including Linux, FreeBSD, and NetBSD) interpreted the gABI wording incorrectly and chose 32-bit struct members for Elf64_Nhdr. A few (including Solaris) are correct and use 64-bit members. This inconsistency should not affect this patch, but I just want to mention the problem.


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

https://reviews.llvm.org/D68983





More information about the llvm-commits mailing list