diff options
author | Eric Christopher <echristo@gmail.com> | 2001-08-31 21:21:54 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2001-08-31 21:21:54 +0000 |
commit | a26a4cdbe0572f4c83d91b7193d5c53828757125 (patch) | |
tree | f634a76f92efef2b86a119971894da2a5799f96a /include/elf/mips.h | |
parent | 0a7908a68ec1f02214f35eea840ea5562ff9a588 (diff) | |
download | newlib-a26a4cdbe0572f4c83d91b7193d5c53828757125.zip newlib-a26a4cdbe0572f4c83d91b7193d5c53828757125.tar.gz newlib-a26a4cdbe0572f4c83d91b7193d5c53828757125.tar.bz2 |
mips3264 support
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r-- | include/elf/mips.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index 6ad8d5b..3b6fe99 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -172,12 +172,10 @@ END_RELOC_NUMBERS (R_MIPS_maxext) the rest are open. */ #define E_MIPS_MACH_3900 0x00810000 - #define E_MIPS_MACH_4010 0x00820000 #define E_MIPS_MACH_4100 0x00830000 #define E_MIPS_MACH_4650 0x00850000 #define E_MIPS_MACH_4111 0x00880000 -#define E_MIPS_MACH_MIPS32_4K 0x00890000 #define E_MIPS_MACH_SB1 0x008a0000 /* Processor specific section indices. These sections do not actually |