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 | b2eb39f1ec61a9145e323d32d087d5ef2c67d775 (patch) | |
tree | 61b6e55b154a4db4c2ce85dc031cf8e86fa6826d /opcodes/ChangeLog | |
parent | 0b7d107930edb0577dd508aba07830f6465b83c4 (diff) | |
download | gdb-b2eb39f1ec61a9145e323d32d087d5ef2c67d775.tar.gz |
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 0b512ad341b..6232735b53e 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 |