[AArch64][libopcode] Add support for PAN architecture extension
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index b378dc1255576198bb9ff1a6cd4f12373e99daf6..f4688c8c53be8b3b11d9936b05bce05e369cdfe9 100644 (file)
@@ -1,3 +1,165 @@
+2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * aarch64-opc.c (F_ARCHEXT): New.
+       (aarch64_sys_regs): Add "pan".
+       (aarch64_sys_reg_supported_p): New.
+       (aarch64_pstatefields): Add "pan".
+       (aarch64_pstatefield_supported_p): New.
+
+2015-06-01  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-tbl.h: Regenerate.
+
+2015-06-01  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-dis.c (print_insn): Swap rounding mode specifier and
+       general purpose register in Intel mode.
+
+2015-06-01  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.tbl: New IntelSyntax entries for vcvt{,u}si2s{d,s}.
+       * i386-tbl.h: Regenerate.
+
+2015-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-opc.tbl: Remove Disp32 from AMD64 direct call/jmp.
+       * i386-init.h: Regenerated.
+
+2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutis/18386
+       * i386-dis.c: Add comments for '@'.
+       (x86_64_table): Use '@' on call/jmp for X86_64_E8/X86_64_E9.
+       (enum x86_64_isa): New.
+       (isa64): Likewise.
+       (print_i386_disassembler_options): Add amd64 and intel64.
+       (print_insn): Handle amd64 and intel64.
+       (putop): Handle '@'.
+       (OP_J): Don't ignore the operand size prefix for AMD64 in 64-bit.
+       * i386-gen.c (cpu_flags): Add CpuAMD64 and CpuIntel64.
+       * i386-opc.h (AMD64): New.
+       (CpuIntel64): Likewise.
+       (i386_cpu_flags): Add cpuamd64 and cpuintel64.
+       * i386-opc.tbl: Add direct call/jmp with Disp16|Disp32 for AMD64.
+       Mark direct call/jmp without Disp16|Disp32 as Intel64.
+       * i386-init.h: Regenerated.
+       * i386-tbl.h: Likewise.
+
+2015-05-14  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * ppc-opc.c (IH) New define.
+       (powerpc_opcodes) <wait>: Do not enable for POWER7.
+       <tlbie>: Add RS operand for POWER7.
+       <slbia>: Add IH operand for POWER6.
+
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * opcodes/i386-opc.tbl (call): Remove Disp16|Disp32 from 64-bit
+       direct branch.
+       (jmp): Likewise.
+       * i386-tbl.h: Regenerated.
+
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.ac: Support bfd_iamcu_arch.
+       * disassemble.c (disassembler): Support bfd_iamcu_arch.
+       * i386-gen.c (cpu_flag_init): Add CPU_IAMCU_FLAGS and
+       CPU_IAMCU_COMPAT_FLAGS.
+       (cpu_flags): Add CpuIAMCU.
+       * i386-opc.h (CpuIAMCU): New.
+       (i386_cpu_flags): Add cpuiamcu.
+       * configure: Regenerated.
+       * i386-init.h: Likewise.
+       * i386-tbl.h: Likewise.
+
+2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutis/18386
+       * i386-dis.c (X86_64_E8): New.
+       (X86_64_E9): Likewise.
+       Update comments on 'T', 'U', 'V'.  Add comments for '^'.
+       (dis386): Replace callT/jmpT with X86_64_E8/X86_64_E9.
+       (x86_64_table): Add X86_64_E8 and X86_64_E9.
+       (mod_table): Replace {T|} with ^ on Jcall/Jmp.
+       (putop): Handle '^'.
+       (OP_J): Ignore the operand size prefix in 64-bit.  Don't check
+       REX_W.
+
+2015-04-30  DJ Delorie  <dj@redhat.com>
+
+       * disassemble.c (disassembler): Choose suitable disassembler based
+       on E_ABI.
+       * rl78-decode.opc (rl78_decode_opcode): Take ISA parameter.  Use
+       it to decode mul/div insns.
+       * rl78-decode.c: Regenerate.
+       * rl78-dis.c (print_insn_rl78): Rename to...
+       (print_insn_rl78_common): ...this, take ISA parameter.
+       (print_insn_rl78): New.
+       (print_insn_rl78_g10): New.
+       (print_insn_rl78_g13): New.
+       (print_insn_rl78_g14): New.
+       (rl78_get_disassembler): New.
+
+2015-04-29  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2015-04-27  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * ppc-opc.c (DCBT_EO): New define.
+       (powerpc_opcodes) <lbarx>: Enable for POWER8 and later.
+       <lharx>: Likewise.
+       <stbcx.>: Likewise.
+       <sthcx.>: Likewise.
+       <waitrsv>: Do not enable for POWER7 and later.
+       <waitimpl>: Likewise.
+       <dcbt>: Default to the two operand form of the instruction for all
+       "old" cpus.  For "new" cpus, use the operand ordering that matches
+       whether the cpu is server or embedded.
+       <dcbtst>: Likewise.
+
+2015-04-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * s390-opc.c: New instruction type VV0UU2.
+       * s390-opc.txt: Fix instruction types for VFCE, VLDE, VFSQ, WFK,
+       and WFC.
+
+2015-04-23  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-dis.c (putop): Extend "XY" handling to AVX512. Handle "XZ".
+       * i386-dis-evex.h.c (vcvtpd2ps, vcvtqq2ps, vcvttpd2udq,
+       vcvtpd2udq, vcvtuqq2ps, vcvttpd2dq, vcvtpd2dq): Add %XY.
+       (vfpclasspd, vfpclassps): Add %XZ.
+
+2015-04-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (PREFIX_UD_SHIFT): Removed.
+       (PREFIX_UD_REPZ): Likewise.
+       (PREFIX_UD_REPNZ): Likewise.
+       (PREFIX_UD_DATA): Likewise.
+       (PREFIX_UD_ADDR): Likewise.
+       (PREFIX_UD_LOCK): Likewise.
+
+2015-04-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (prefix_requirement): Removed.
+       (print_insn): Don't set prefix_requirement.  Check
+       dp->prefix_requirement instead of prefix_requirement.
+
+2015-04-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/17898
+       * i386-dis.c (PREFIX_0FC7_REG_6): Renamed to ...
+       (PREFIX_MOD_0_0FC7_REG_6): This.
+       (PREFIX_MOD_3_0FC7_REG_6): New.
+       (PREFIX_MOD_3_0FC7_REG_7): Likewise.
+       (prefix_table): Replace PREFIX_0FC7_REG_6 with
+       PREFIX_MOD_0_0FC7_REG_6.  Add PREFIX_MOD_3_0FC7_REG_6 and
+       PREFIX_MOD_3_0FC7_REG_7.
+       (mod_table): Replace PREFIX_0FC7_REG_6 with
+       PREFIX_MOD_0_0FC7_REG_6.  Use PREFIX_MOD_3_0FC7_REG_6 and
+       PREFIX_MOD_3_0FC7_REG_7.
+
 2015-04-15  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (PREFIX_MANDATORY_REPZ): Removed.
This page took 0.027925 seconds and 4 git commands to generate.