summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2002-07-25 09:44:39 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2002-07-25 09:44:39 +0000
commit3f1a94742b828a55fe43379122fc9db91130f532 (patch)
tree42111d3785d66331f77dd92a2a5b9661e00e8265
parent9e21ebcc4eaa5a3c877cfc73176a460aa5e09a02 (diff)
downloadgdb-3f1a94742b828a55fe43379122fc9db91130f532.tar.gz
* opcode/mips.h (CPU_R2000): Remove.
-rw-r--r--include/ChangeLog4
-rw-r--r--include/opcode/mips.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index ec846426525..d91f4483115 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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>
Matthew Green <mrg@redhat.com>
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 312a2ac1717..1a39640ca82 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