diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2012-08-15 15:33:25 +0000 |
---|---|---|
committer | Peter Bergner <bergner@vnet.ibm.com> | 2012-08-15 15:33:25 +0000 |
commit | 9f6a6cc022e1be500d3e49da1ad8bb2463b6da1b (patch) | |
tree | 1bdc29fcd98fb78e2ee06aef4f81cee59cbf277d /gas/testsuite/ChangeLog | |
parent | b82d08cd05cc5895a2b454a88b33bafd463de83d (diff) | |
download | gdb-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/ChangeLog | 7 |
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 |