mips3264 support

This commit is contained in:
Eric Christopher 2001-08-31 21:21:54 +00:00
parent 0a7908a68e
commit a26a4cdbe0
4 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2001-08-30 Eric Christopher <echristo@redhat.com>
* mips.h: Remove E_MIPS_MACH_MIPS32_4K.
2001-08-29 Jeff Law <law@redhat.com>
* h8.h (EF_H8_MACH): New mask for encoded machine type.

View File

@ -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

View File

@ -1,3 +1,7 @@
2001-08-31 Eric Christopher <echristo@redhat.com>
* mips.h: Remove CPU_MIPS32_4K.
2001-08-27 Torbjorn Granlund <tege@swox.com>
* ppc.h (PPC_OPERAND_DS): Define.

View File

@ -361,7 +361,6 @@ struct mips_opcode
#define CPU_R12000 12000
#define CPU_MIPS16 16
#define CPU_MIPS32 32
#define CPU_MIPS32_4K 3204113 /* 32, 04, octal 'K'. */
#define CPU_MIPS5 5
#define CPU_MIPS64 64
#define CPU_SB1 12310201 /* octal 'SB', 01. */