* opcode/mips.h (CPU_R2000): Remove.
This commit is contained in:
parent
8c58d23b6d
commit
2061187ab5
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-07-25 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
|
* opcode/mips.h (CPU_R2000): Remove.
|
||||||
|
|
||||||
2002-07-19 Denis Chertykov <denisc@overta.ru>
|
2002-07-19 Denis Chertykov <denisc@overta.ru>
|
||||||
Matthew Green <mrg@redhat.com>
|
Matthew Green <mrg@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -377,7 +377,6 @@ struct mips_opcode
|
||||||
/* CPU defines, use instead of hardcoding processor number. Keep this
|
/* CPU defines, use instead of hardcoding processor number. Keep this
|
||||||
in sync with bfd/archures.c in order for machine selection to work. */
|
in sync with bfd/archures.c in order for machine selection to work. */
|
||||||
#define CPU_UNKNOWN 0 /* Gas internal use. */
|
#define CPU_UNKNOWN 0 /* Gas internal use. */
|
||||||
#define CPU_R2000 2000
|
|
||||||
#define CPU_R3000 3000
|
#define CPU_R3000 3000
|
||||||
#define CPU_R3900 3900
|
#define CPU_R3900 3900
|
||||||
#define CPU_R4000 4000
|
#define CPU_R4000 4000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue