blob: 631dbd76feda17ca2d3642292db32bc36dae42c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./include/elf/mips.h.orig 2011-07-24 14:20:12.000000000 +0000
+++ ./include/elf/mips.h 2012-01-21 13:31:35.000000000 +0000
@@ -265,6 +265,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
|