diff options
Diffstat (limited to 'elfcpp/elfcpp.h')
-rw-r--r-- | elfcpp/elfcpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 8e8e675..3e55db5 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 |