diff options
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/ChangeLog | 4 | ||||
-rw-r--r-- | elfcpp/elfcpp.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index d7dc3c3f798..043fb671def 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com> + + * elfcpp.h (PT_MIPS_ABIFLAGS): New program header type. + 2014-07-02 Jing Yu <jingyu@google.com> * aarch64.h: New file. New enums for aarch64-elf64 relocations. diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 8e8e6759afb..3e55db558a7 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -495,6 +495,8 @@ enum PT PT_MIPS_RTPROC = 0x70000001, // .MIPS.options section. PT_MIPS_OPTIONS = 0x70000002, + // .MIPS.abiflags section. + PT_MIPS_ABIFLAGS = 0x70000003, // Platform architecture compatibility information PT_AARCH64_ARCHEXT = 0x70000000, // Exception unwind tables |