blob: d427096918a38863e4abcf5c5adc2195b182cb6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./include/elf/mips.h.orig 2010-11-11 10:23:38.000000000 +0000
+++ ./include/elf/mips.h 2012-01-25 22:24:29.000000000 +0000
@@ -220,6 +220,7 @@
#define E_MIPS_MACH_5400 0x00910000
#define E_MIPS_MACH_5500 0x00980000
#define E_MIPS_MACH_9000 0x00990000
+#define E_MIPS_MACH_ALLEGREX 0x00A20000
#define E_MIPS_MACH_LS2E 0x00A00000
#define E_MIPS_MACH_LS2F 0x00A10000
#define E_MIPS_MACH_LS3A 0x00A20000
|