]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - elfcpp/x86_64.h
Add support for .note.gnu.property sections.
[thirdparty/binutils-gdb.git] / elfcpp / x86_64.h
index a8883dd20cac619edbc773a9d9f6e5d8d642797a..0f1dc9af6025e6a4d0e1f3c1f08ce0f6f4f04337 100644 (file)
@@ -103,6 +103,12 @@ enum
   R_X86_64_GNU_VTENTRY = 251
 };
 
+// The bit values that can appear in the GNU_PROPERTY_X86_FEATURE_1_AND
+// program property.
+
+const uint64_t GNU_PROPERTY_X86_FEATURE_1_IBT = 1ULL << 0;
+const uint64_t GNU_PROPERTY_X86_FEATURE_1_SHSTK = 1ULL << 1;
+
 } // End namespace elfcpp.
 
 #endif // !defined(ELFCPP_X86_64_H)