diff options
author | cvs2svn <> | 2002-10-03 19:08:54 +0000 |
---|---|---|
committer | cvs2svn <> | 2002-10-03 19:08:54 +0000 |
commit | d1109236e2835bec428fd7779bdb9b673aeec7fb (patch) | |
tree | 2c405c8d4572c5cc1d524047ab526b4f6939188d /include/elf/mips.h | |
parent | 481f35c8b3d9136e2430845fad71fb21fa3bc1d4 (diff) | |
download | cygnal-drow-cplus-branchpoint.tar.gz cygnal-drow-cplus-branchpoint.tar.bz2 cygnal-drow-cplus-branchpoint.zip |
This commit was manufactured by cvs2svn to create branch 'drow-cplus-drow-cplus-branchpoint
branch'.
Sprout from carlton_dictionary-branch 2002-09-20 00:21:59 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2002-10-03 19:08:53 UTC Nathanael Nerode <neroden@gcc.gnu.org> '2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>':
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
configure
configure.in
include/ChangeLog
include/elf/ChangeLog
include/elf/mips.h
include/elf/x86-64.h
include/opcode/ChangeLog
include/opcode/mips.h
src-release
Delete:
include/regs/ChangeLog
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 3b6fe99ec..81451ab55 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -175,8 +175,11 @@ END_RELOC_NUMBERS (R_MIPS_maxext) #define E_MIPS_MACH_4010 0x00820000 #define E_MIPS_MACH_4100 0x00830000 #define E_MIPS_MACH_4650 0x00850000 +#define E_MIPS_MACH_4120 0x00870000 #define E_MIPS_MACH_4111 0x00880000 #define E_MIPS_MACH_SB1 0x008a0000 +#define E_MIPS_MACH_5400 0x00910000 +#define E_MIPS_MACH_5500 0x00980000 /* Processor specific section indices. These sections do not actually exist. Symbols with a st_shndx field corresponding to one of these |