[PATCH] D55800: [ELF] Place .note in the first page to ensure they are available in core files

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 11:47:25 PST 2018


On Wed, Dec 19, 2018 at 09:48:06AM -0800, Fāng-ruì Sòng via llvm-commits wrote:
> Can you give an example of writable SHT_NOTE section?

You can create it in assembler by hand? I'm not sure if there are
documented case of (intentionally) writable SHT_NOTE sections, but the
gold comment you quotet earlier certainly considered it.

Joerg


More information about the llvm-commits mailing list