diff options
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/ChangeLog | 4 | ||||
-rw-r--r-- | elfcpp/elfcpp.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index efb82c5..e65f69b 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2020-08-26 Cooper Qu <cooper.qu@linux.alibaba.com> + + * elfcpp.h (enum SHT): New enum SHT_CSKY_ATTRIBUTES. + 2020-07-04 Nick Clifton <nickc@redhat.com> Binutils 2.35 branch created. 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 |