mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
* 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.
83 lines
2.3 KiB
Plaintext
83 lines
2.3 KiB
Plaintext
2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* 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.
|
||
|
||
2013-01-10 Will Newton <will.newton@imgtec.com>
|
||
|
||
* gas/metag/labelarithmetic.d: New file.
|
||
* gas/metag/labelarithmetic.s: New file.
|
||
* gas/metag/metacore12.d: New file.
|
||
* gas/metag/metacore12.s: New file.
|
||
* gas/metag/metacore21-invalid.l: New file.
|
||
* gas/metag/metacore21-invalid.s: New file.
|
||
* gas/metag/metacore21.d: New file.
|
||
* gas/metag/metacore21.s: New file.
|
||
* gas/metag/metacore21ext.d: New file.
|
||
* gas/metag/metacore21ext.s: New file.
|
||
* gas/metag/metadsp21-invalid.l: New file.
|
||
* gas/metag/metadsp21-invalid.s: New file.
|
||
* gas/metag/metadsp21.d: New file.
|
||
* gas/metag/metadsp21.s: New file.
|
||
* gas/metag/metadsp21ext.d: New file.
|
||
* gas/metag/metadsp21ext.s: New file.
|
||
* gas/metag/metafpu21.d: New file.
|
||
* gas/metag/metafpu21.s: New file.
|
||
* gas/metag/metafpu21ext.d: New file.
|
||
* gas/metag/metafpu21ext.s: New file.
|
||
* gas/metag/metag.exp: New file.
|
||
* gas/metag/tls.d: New file.
|
||
* gas/metag/tls.s: New file.
|
||
|
||
2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* gas/aarch64/diagnostic.s: Add test.
|
||
* gas/aarch64/diagnostic.l: Update.
|
||
|
||
2013-01-07 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/14887
|
||
* gas/arm/neon-ldst-es.s: Add more whitespace.
|
||
|
||
2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
|
||
|
||
* gas/mips/r5900-full.s: New test.
|
||
* gas/mips/r5900-full.d: Expected disassembly.
|
||
* gas/mips/r5900.s: New test.
|
||
* gas/mips/r5900.d: Expected disassembly.
|
||
* gas/mips/mips.exp: Run new tests.
|
||
|
||
2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* gas/aarch64/int-insns.d: Update.
|
||
* gas/aarch64/mov.d: Update.
|
||
* gas/aarch64/reloc-insn.d: Update.
|
||
|
||
2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* gas/aarch64/system.d: Update.
|
||
|
||
2013-01-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/14987
|
||
* gas/arm/neon-ldst-es.s: Add whitespace test.
|
||
* gas/arm/neon-ldst-es.d: Update expected disassembly.
|
||
|
||
For older changes see ChangeLog-2012
|
||
|
||
Copyright (C) 2013 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|