From 16123f90f16ffee4159afb45dd1d16394f03b6f9 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Thu, 25 Jul 2002 09:44:39 +0000 Subject: [PATCH] * opcode/mips.h (CPU_R2000): Remove. --- include/ChangeLog | 4 ++++ include/opcode/mips.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/ChangeLog b/include/ChangeLog index ec84642652..d91f448311 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2002-07-25 Richard Sandiford + + * opcode/mips.h (CPU_R2000): Remove. + 2002-07-19 Denis Chertykov Matthew Green diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 312a2ac171..1a39640ca8 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 -- 2.11.0