diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-05-30 16:36:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-05-30 16:36:27 +0000 |
commit | 687455201c81e055738d5c55d076ee2015d53545 (patch) | |
tree | 11d98bcb03615488db05f1282f15f2f2d4478897 /include/elf/mips.h | |
parent | 1facd5f05c051f1df84d40033947cb4d64ed9425 (diff) | |
download | gdb-687455201c81e055738d5c55d076ee2015d53545.zip gdb-687455201c81e055738d5c55d076ee2015d53545.tar.gz gdb-687455201c81e055738d5c55d076ee2015d53545.tar.bz2 |
* mips.h (E_MIPS_ARCH_4): Define.
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r-- | include/elf/mips.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index 5052baa..80ed526 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -50,6 +50,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* -mips3 code. */ #define E_MIPS_ARCH_3 0x20000000 + +/* -mips4 code. */ +#define E_MIPS_ARCH_4 0x30000000 /* Processor specific section indices. These sections do not actually exist. Symbols with a st_shndx field corresponding to one of these |