aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPeter Bergner <bergner@vnet.ibm.com>2012-08-15 15:33:25 +0000
committerPeter Bergner <bergner@vnet.ibm.com>2012-08-15 15:33:25 +0000
commit9f6a6cc022e1be500d3e49da1ad8bb2463b6da1b (patch)
tree1bdc29fcd98fb78e2ee06aef4f81cee59cbf277d /gas/testsuite/ChangeLog
parentb82d08cd05cc5895a2b454a88b33bafd463de83d (diff)
downloadgdb-9f6a6cc022e1be500d3e49da1ad8bb2463b6da1b.zip
gdb-9f6a6cc022e1be500d3e49da1ad8bb2463b6da1b.tar.gz
gdb-9f6a6cc022e1be500d3e49da1ad8bb2463b6da1b.tar.bz2
opcodes/
* ppc-opc.c <xnop, yield, mdoio, mdoom>: New extended mnemonics. gas/testsuite/ * gas/ppc/common.d ("nop", "xnop"): Add tests. * gas/ppc/common.s: Likewise. * gas/ppc/power7.d ("yield", "mdoio", "mdoom"): Add tests. * gas/ppc/power7.s: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 3303cd7..5d903ab 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2012-08-15 Peter Bergner <bergner@vnet.ibm.com>
+
+ * gas/ppc/common.d ("nop", "xnop"): Add tests.
+ * gas/ppc/common.s: Likewise.
+ * gas/ppc/power7.d ("yield", "mdoio", "mdoom"): Add tests.
+ * gas/ppc/power7.s: Likewise.
+
2012-08-14 H.J. Lu <hongjiu.lu@intel.com>
PR gas/14457