diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2002-07-25 09:44:39 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2002-07-25 09:44:39 +0000 |
commit | 2061187ab5c4a929b2e361107dd69cc8bdf1ae8c (patch) | |
tree | e2dcb65e6ac8241da5ce618f72d1c8e2ecb7a40a /include/opcode | |
parent | 8c58d23b6d454082b0e55ccb2a948397ab4b58c8 (diff) | |
download | gdb-2061187ab5c4a929b2e361107dd69cc8bdf1ae8c.zip gdb-2061187ab5c4a929b2e361107dd69cc8bdf1ae8c.tar.gz gdb-2061187ab5c4a929b2e361107dd69cc8bdf1ae8c.tar.bz2 |
* opcode/mips.h (CPU_R2000): Remove.
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 312a2ac..1a39640 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -377,7 +377,6 @@ struct mips_opcode /* CPU defines, use instead of hardcoding processor number. Keep this in sync with bfd/archures.c in order for machine selection to work. */ #define CPU_UNKNOWN 0 /* Gas internal use. */ -#define CPU_R2000 2000 #define CPU_R3000 3000 #define CPU_R3900 3900 #define CPU_R4000 4000 |