diff options
Diffstat (limited to 'elfcpp/elfcpp.h')
-rw-r--r-- | elfcpp/elfcpp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 9c7c629..65d803c 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -413,6 +413,10 @@ enum SHT // AARCH64-specific section type. SHT_AARCH64_ATTRIBUTES = 0x70000003, + // CSKY-specific section types. + // Object file compatibility attributes. + SHT_CSKY_ATTRIBUTES = 0x70000001, + // Link editor is to sort the entries in this section based on the // address specified in the associated symbol table entry. SHT_ORDERED = 0x7fffffff |