aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2001-08-31 21:21:54 +0000
committerEric Christopher <echristo@gmail.com>2001-08-31 21:21:54 +0000
commita98b9439f964146173d12b685993a33f74124ff0 (patch)
tree987bad2c0b49eea5cd1f8908f586c0a7408452e4 /include/opcode
parent0823fbcae4e09eae74dcb09c7614f9d11e8d153f (diff)
downloadgdb-a98b9439f964146173d12b685993a33f74124ff0.zip
gdb-a98b9439f964146173d12b685993a33f74124ff0.tar.gz
gdb-a98b9439f964146173d12b685993a33f74124ff0.tar.bz2
mips3264 support
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/mips.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 37e2299..a40dff4 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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.
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 349d266..901c677 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -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. */