aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-03-17 02:42:25 +0000
committerChris Demetriou <cgd@google.com>2002-03-17 02:42:25 +0000
commit444269101d8823b47b500af288fd115ca1c074d9 (patch)
tree42dd1e6edcf367e6ea0de8853651f99e8070e2a3 /opcodes/ChangeLog
parentee2d3b3a594f55387e2b4ef27ada09032b8f2d45 (diff)
downloadgdb-444269101d8823b47b500af288fd115ca1c074d9.zip
gdb-444269101d8823b47b500af288fd115ca1c074d9.tar.gz
gdb-444269101d8823b47b500af288fd115ca1c074d9.tar.bz2
2002-03-16 Chris Demetriou <cgd@broadcom.com>
* mips-opc.c (M3D): Tweak comment. (mips_builtin_op): Add comment indicating that opcodes of the same name must be placed together in the table, and sort the "recip.fmt", "recip1.fmt", "recip2.fmt", "rsqrt.fmt", "rsqrt1.fmt", and "rsqrt2.fmt" opcodes by name.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index af5cff2..ac24363 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-16 Chris Demetriou <cgd@broadcom.com>
+
+ * mips-opc.c (M3D): Tweak comment.
+ (mips_builtin_op): Add comment indicating that opcodes of the
+ same name must be placed together in the table, and sort
+ the "recip.fmt", "recip1.fmt", "recip2.fmt", "rsqrt.fmt",
+ "rsqrt1.fmt", and "rsqrt2.fmt" opcodes by name.
+
2002-03-16 Nick Clifton <nickc@cambridge.redhat.com>
* Makefile.am: Tidy up sh64 rules.