diff options
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/ChangeLog | 4 | ||||
-rw-r--r-- | elfcpp/mips.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 2d2a6e1..c744299 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,5 +1,9 @@ 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com> + * mips.c (EF_MIPS_MACH): New E_MIPS_MACH_GS464E. + +2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com> + * mips.c (EF_MIPS_MACH): Rename E_MIPS_MACH_LS3A to E_MIPS_MACH_GS464. diff --git a/elfcpp/mips.h b/elfcpp/mips.h index b2def97..277300f 100644 --- a/elfcpp/mips.h +++ b/elfcpp/mips.h @@ -236,6 +236,7 @@ enum E_MIPS_MACH_LS2E = 0x00A00000, E_MIPS_MACH_LS2F = 0x00A10000, E_MIPS_MACH_GS464 = 0x00A20000, + E_MIPS_MACH_GS464E = 0x00A30000, }; // MIPS architecture |