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 | a98b9439f964146173d12b685993a33f74124ff0 (patch) | |
tree | 987bad2c0b49eea5cd1f8908f586c0a7408452e4 /include/elf/mips.h | |
parent | 0823fbcae4e09eae74dcb09c7614f9d11e8d153f (diff) | |
download | gdb-a98b9439f964146173d12b685993a33f74124ff0.zip gdb-a98b9439f964146173d12b685993a33f74124ff0.tar.gz gdb-a98b9439f964146173d12b685993a33f74124ff0.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 |