Revision: 3767
          http://sourceforge.net/p/elftoolchain/code/3767
Author:   emaste
Date:     2019-06-29 14:46:49 +0000 (Sat, 29 Jun 2019)
Log Message:
-----------
readelf: display NT_GNU_PROPERTY_TYPE_0 note name

NT_GNU_PROPERTY_TYPE_0 in a .note.gnu.property section "contains a
program property note which describes special handling requirements
for linker and run-time loader." (from the System V Application Binary
Interface - Linux Extensions")

Intel CET uses two processor-specific program properties in
NT_GNU_PROPERTY_TYPE_0: GNU_PROPERTY_X86_FEATURE_1_IBT to indicate that
all executable sections are compatible with Indirect Branch Tracking,
and GNU_PROPERTY_X86_FEATURE_1_SHSTK to indicate that sections are
compatible with shadow stack.

A later change should add decoding of the individual properties.

Obtained from FreeBSD r337569 by emaste.

Modified Paths:
--------------
    trunk/readelf/readelf.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Elftoolchain-vcs-changes mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/elftoolchain-vcs-changes

Reply via email to