aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-03 21:49:06 +0000
committerNick Clifton <nickc@redhat.com>2000-12-03 21:49:06 +0000
commit08fe7a7e60fd16b64db2e62f574eabad22765487 (patch)
tree407c4c6411e8b016dbd773f923a996e7433f92b6 /opcodes/ChangeLog
parente70f259005e77bd65defc6beeaf6efa261c0b3c3 (diff)
downloadgdb-08fe7a7e60fd16b64db2e62f574eabad22765487.zip
gdb-08fe7a7e60fd16b64db2e62f574eabad22765487.tar.gz
gdb-08fe7a7e60fd16b64db2e62f574eabad22765487.tar.bz2
Use the WR_HILO, RD_HILO, MOD_HILO, and MOD_LO macros.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 0b512ad..6232735 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-03 Chris Demetriou cgd@sibyte.com
+
+ * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
+ MOD_HILO, and MOD_LO macros.
+
2000-12-03 Ed Satterthwaite ehs@sibyte.com and
Chris Demetriou cgd@sibyte.com