diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-03 21:49:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-03 21:49:06 +0000 |
commit | 08fe7a7e60fd16b64db2e62f574eabad22765487 (patch) | |
tree | 407c4c6411e8b016dbd773f923a996e7433f92b6 /opcodes/ChangeLog | |
parent | e70f259005e77bd65defc6beeaf6efa261c0b3c3 (diff) | |
download | gdb-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/ChangeLog | 5 |
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 |