]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
include/opcode/
authorPeter Bergner <bergner@vnet.ibm.com>
Fri, 11 Jan 2013 02:25:36 +0000 (02:25 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Fri, 11 Jan 2013 02:25:36 +0000 (02:25 +0000)
commit5817ffd1f81cf2d2ae173071775e6e620aa41283
treeb2c4d4547a74f4de494daeae67436a970460e3d3
parentca9c6ee2b7740e92a1630a9c7040eaba557bcd49
include/opcode/
* ppc.h (PPC_OPCODE_POWER8): New define.
(PPC_OPCODE_HTM): Likewise.

opcodes/
* ppc-dis.c (ppc_opts): Add "power8", "pwr8" and "htm" entries.
* ppc-opc.c (HTM_R, HTM_SI, XRTRB_MASK, XRTRARB_MASK, XRTLRARB_MASK,
XRTARARB_MASK, XRTBFRARB_MASK, XRCL, POWER8, PPCHTM): New defines.
(SH6): Update.
<"tabort.", "tabortdc.", "tabortdci.", "tabortwc.",
"tabortwci.", "tbegin.", "tcheck", "tend.", "trechkpt.",
"treclaim.", "tsr.">: Add POWER8 HTM opcodes.
<"tendall.", "tresume.", "tsuspend.">: Add POWER8 HTM extended opcodes.

gas/
* doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
* doc/c-ppc.texi (PowerPC-Opts):  Likewise.
* config/tc-ppc.c (md_show_usage): Likewise.
(ppc_handle_align): Handle power8's group ending nop.

gas/testsuite/
* gas/ppc/htm.d: New test.
* gas/ppc/htm.s: Likewise.
* gas/ppc/power8.d: Likewise.
* gas/ppc/power8.s: Likewise.
* gas/ppc/ppc.exp: Run them.
15 files changed:
gas/ChangeLog
gas/config/tc-ppc.c
gas/doc/as.texinfo
gas/doc/c-ppc.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/htm.d [new file with mode: 0644]
gas/testsuite/gas/ppc/htm.s [new file with mode: 0644]
gas/testsuite/gas/ppc/power8.d [new file with mode: 0644]
gas/testsuite/gas/ppc/power8.s [new file with mode: 0644]
gas/testsuite/gas/ppc/ppc.exp
include/opcode/ChangeLog
include/opcode/ppc.h
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c