forked from Imagelibrary/binutils-gdb
Add support for a GNU BUILD note type to record the enum size.
include * elf/common.h (GNU_BUILD_ATTRIBUTE_SHORT_ENUM): New GNU BUILD note type. binutils * readelf.c (print_gnu_build_attribute_name): Add support for GNU_BUILD_ATTRIBUTE_SHORT_ENUM.
This commit is contained in:
@@ -682,6 +682,7 @@
|
||||
#define GNU_BUILD_ATTRIBUTE_TOOL 5
|
||||
#define GNU_BUILD_ATTRIBUTE_ABI 6
|
||||
#define GNU_BUILD_ATTRIBUTE_PIC 7
|
||||
#define GNU_BUILD_ATTRIBUTE_SHORT_ENUM 8
|
||||
|
||||
#define NOTE_GNU_PROPERTY_SECTION_NAME ".note.gnu.property"
|
||||
#define GNU_BUILD_ATTRS_SECTION_NAME ".gnu.build.attributes"
|
||||
|
||||
Reference in New Issue
Block a user