diff options
author | Ian Lance Taylor <ian@airs.com> | 2004-12-09 06:02:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2004-12-09 06:02:45 +0000 |
commit | 644229e2f0ad960a8b48c67e014249575369d8e1 (patch) | |
tree | bf1937d415784c8862c10997a87d099c28d9dcba /include | |
parent | 685838dc09d6a834fc2b53aa498583bb8dc2a6aa (diff) | |
download | gdb-644229e2f0ad960a8b48c67e014249575369d8e1.tar.gz |
* mips.h (E_MIPS_MACH_9000): Define.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/mips.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index cf84a38b614..f4f961d9b2f 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2004-12-09 Ian Lance Taylor <ian@wasabisystems.com> + + * mips.h (E_MIPS_MACH_9000): Define. + 2004-11-04 Hans-Peter Nilsson <hp@axis.com> * cris.h (EF_CRIS_VARIANT_MASK, EF_CRIS_VARIANT_ANY_V0_V10) diff --git a/include/elf/mips.h b/include/elf/mips.h index b7d800a70ed..741fe7406b9 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 |