From ed2e3d2f5f0ce1a931ad30c0820a220ab78275e8 Mon Sep 17 00:00:00 2001 From: David Daney Date: Thu, 3 Dec 2009 17:01:46 +0000 Subject: include/ 2009-12-03 David Daney Adam Nemet * elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag. binutils/ 2009-12-03 David Daney Adam Nemet * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case. --- include/elf/mips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/elf') diff --git a/include/elf/mips.h b/include/elf/mips.h index 1ef72bb24..e30b0abcc 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -215,6 +215,7 @@ END_RELOC_NUMBERS (R_MIPS_maxext) #define E_MIPS_MACH_SB1 0x008a0000 #define E_MIPS_MACH_OCTEON 0x008b0000 #define E_MIPS_MACH_XLR 0x008c0000 +#define E_MIPS_MACH_OCTEON2 0x008d0000 #define E_MIPS_MACH_5400 0x00910000 #define E_MIPS_MACH_5500 0x00980000 #define E_MIPS_MACH_9000 0x00990000 -- cgit v1.2.3