From 156c2f8bf75a86dfa719220f9f259196d9d2491b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 14 Sep 2000 01:47:38 +0000 Subject: Add support for the MIPS32 --- include/elf/mips.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/elf/mips.h') diff --git a/include/elf/mips.h b/include/elf/mips.h index 14ad20f7378..18185e7dfe6 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -153,7 +153,9 @@ END_RELOC_NUMBERS (R_MIPS_maxext) #define E_MIPS_MACH_4100 0x00830000 #define E_MIPS_MACH_4650 0x00850000 #define E_MIPS_MACH_4111 0x00880000 - +/* -mips32 code. + It is easier to treat MIPS32 as a machine rather than an architecture. */ +#define E_MIPS_MACH_MIPS32 0x00890000 /* Processor specific section indices. These sections do not actually exist. Symbols with a st_shndx field corresponding to one of these -- cgit v1.2.1