* gcore.in: Call GDB using the full path to the gcore script.
[binutils-gdb.git] / opcodes / ChangeLog
index 6c407a7116fcb92f7c61c7ec75308ee6147a550d..bc42de4d74ba0fcb7d7c4ed62dca91f974b4157e 100644 (file)
@@ -1,3 +1,65 @@
+2013-10-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
+
+       * arm-dis.c (neon_opcodes): Adjust print string for vshll.
+
+2013-10-14  Chao-ying Fu  <Chao-ying.Fu@imgtec.com>
+
+       * micromips-opc.c (decode_micromips_operand): Add +T, +U, +V, +W,
+       +d, +e, +h, +k, +l, +n, +o, +u, +v, +w, +x,
+       +~, +!, +@, +#, +$, +%, +^, +&, +*, +|.
+       (MSA): New define.
+       (MSA64): New define.
+       (micromips_opcodes): Add MSA instructions.
+       * mips-dis.c (msa_control_names): New array.
+       (mips_abi_choice): Add ASE_MSA to mips32r2.
+       Remove ASE_MDMX from mips64r2.
+       Add ASE_MSA and ASE_MSA64 to mips64r2.
+       (parse_mips_dis_option): Handle -Mmsa.
+       (print_reg): Handle cases for OP_REG_MSA and OP_REG_MSA_CTRL.
+       (print_insn_arg): Handle cases for OP_IMM_INDEX and OP_REG_INDEX.
+       (print_mips_disassembler_options): Print -Mmsa.
+       * mips-opc.c (decode_mips_operand): Add +T, +U, +V, +W, +d, +e, +h, +k,
+       +l, +n, +o, +u, +v, +w, +~, +!, +@, +#, +$, +%, +^, +&, +*, +|.
+       (MSA): New define.
+       (MSA64): New define.
+       (mips_builtin_op): Add MSA instructions.
+
+2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * nios2-opc.c (nios2_builtin_reg): Use "sstatus" rather than "ba"
+       as the primary name of r30.
+
+2013-10-12  Jan Beulich <jbeulich@suse.com>
+
+       * i386-dis.c (intel_operand_size): Move v_bnd_mode alongside the
+       default case.
+       (OP_E_register): Move v_bnd_mode alongside m_mode.
+       * i386-opc.tbl (bndcl, bndcu, bndcn): Split 32- and 64-bit variants.
+       Drop Reg16 and Disp16. Add NoRex64.
+       (bndmk, bndmov, bndldx, bndstx): Drop Disp16.
+       * i386-tbl.h: Re-generate.
+
+2013-10-10  Sean Keys <skeys@ipdatasys.com>
+
+       * xgate-opc.c (xgate_opcode): Remove short_hand field from opcode
+       table.
+       * xgate-dis.c (print_insn): Refactor to work with table change.
+
+2013-10-10  Roland McGrath  <mcgrathr@google.com>
+
+       * i386-dis.c (oappend_maybe_intel): New function.
+       (OP_ST, OP_STi, append_seg, OP_I, OP_I64, OP_sI, OP_ESreg): Use it.
+       (OP_C, OP_T, CMP_Fixup, OP_EX_VexImmW): Likewise.
+       (VCMP_Fixup, VPCMP_Fixup, PCLMUL_Fixup): Likewise.
+
+       * cr16-opc.c (REG): Cast NAME to 'reg' enum type to suppress
+       possible compiler warnings when the union's initializer is
+       actually meant for the 'preg' enum typed member.
+       * crx-opc.c (REG): Likewise.
+
+       * v850-dis.c (v850_cacheop_codes, v850_prefop_codes):
+       Remove duplicate const qualifier.
+
 2013-10-08  Jan Beulich <jbeulich@suse.com>
 
        * i386-opc.tbl (invlpg): Use Anysize instead of Unspecified.