aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-05-19 07:00:40 +0000
committerAlan Modra <amodra@gmail.com>2005-05-19 07:00:40 +0000
commit1ed8e1e4fb4ea5e9930be7ad5ccabd23bb6beccf (patch)
tree9abb51060d936c3634b879e7466730f8484a1a91 /opcodes/ChangeLog
parentf4411256d5b5d60fe7425303b47aedeefd198160 (diff)
downloadgdb-1ed8e1e4fb4ea5e9930be7ad5ccabd23bb6beccf.zip
gdb-1ed8e1e4fb4ea5e9930be7ad5ccabd23bb6beccf.tar.gz
gdb-1ed8e1e4fb4ea5e9930be7ad5ccabd23bb6beccf.tar.bz2
* ppc-dis.c (powerpc_dialect): Handle "-Mpower5".
(print_ppc_disassembler_options): Document it. * ppc-opc.c (SCV_LEV): Define. (LEV): Allow optional operand. (POWER5): Define. (powerpc_opcodes): Extend "sc". Adjust "svc" and "svcl". Add "hrfid", "popcntb", "fsqrtes", "fsqrtes.", "fre" and "fre.".
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index e24843e..a34ca0a 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,13 @@
+2005-05-19 Anton Blanchard <anton@samba.org>
+
+ * ppc-dis.c (powerpc_dialect): Handle "-Mpower5".
+ (print_ppc_disassembler_options): Document it.
+ * ppc-opc.c (SVC_LEV): Define.
+ (LEV): Allow optional operand.
+ (POWER5): Define.
+ (powerpc_opcodes): Extend "sc". Adjust "svc" and "svcl". Add
+ "hrfid", "popcntb", "fsqrtes", "fsqrtes.", "fre" and "fre.".
+
2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in: Regenerate.