diff options
author | Ian Lance Taylor <iant@google.com> | 2004-12-09 06:02:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2004-12-09 06:02:45 +0000 |
commit | 55059a1f7dad2eb1030387b22e244254c95172de (patch) | |
tree | ae8eebb13da28a1b203cbfddd69f4d2f46ff42d1 /include/elf/mips.h | |
parent | 8bbdc6419832bb78bff011e34c6080d7b8e56876 (diff) | |
download | cygnal-55059a1f7dad2eb1030387b22e244254c95172de.tar.gz cygnal-55059a1f7dad2eb1030387b22e244254c95172de.tar.bz2 cygnal-55059a1f7dad2eb1030387b22e244254c95172de.zip |
* mips.h (E_MIPS_MACH_9000): Define.
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r-- | include/elf/mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index b7d800a70..741fe7406 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -190,6 +190,7 @@ END_RELOC_NUMBERS (R_MIPS_maxext) #define E_MIPS_MACH_SB1 0x008a0000 #define E_MIPS_MACH_5400 0x00910000 #define E_MIPS_MACH_5500 0x00980000 +#define E_MIPS_MACH_9000 0x00990000 /* Processor specific section indices. These sections do not actually exist. Symbols with a st_shndx field corresponding to one of these |