Updated translations for various binutils components.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 800df07be833de735804a00bfb89a1423af53772..6b35dc88b4ec8d335b3936ddda697c8b7a10d400 100644 (file)
-2014-07-01  Barney Stratford   <barney_stratford@fastmail.fm>
-            Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
-            Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
-            Soundararajan  <Sounderarajan.D@atmel.com>
+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.
+       (PREFIX_MANDATORY_REPNZ): Likewise.
+       (PREFIX_MANDATORY_DATA): Likewise.
+       (PREFIX_MANDATORY_ADDR): Likewise.
+       (PREFIX_MANDATORY_LOCK): Likewise.
+       (PREFIX_MANDATORY): Likewise.
+       (PREFIX_UD_SHIFT): Set to 8
+       (PREFIX_UD_REPZ): Updated.
+       (PREFIX_UD_REPNZ): Likewise.
+       (PREFIX_UD_DATA): Likewise.
+       (PREFIX_UD_ADDR): Likewise.
+       (PREFIX_UD_LOCK): Likewise.
+       (PREFIX_IGNORED_SHIFT): New.
+       (PREFIX_IGNORED_REPZ): Likewise.
+       (PREFIX_IGNORED_REPNZ): Likewise.
+       (PREFIX_IGNORED_DATA): Likewise.
+       (PREFIX_IGNORED_ADDR): Likewise.
+       (PREFIX_IGNORED_LOCK): Likewise.
+       (PREFIX_OPCODE): Likewise.
+       (PREFIX_IGNORED): Likewise.
+       (Bad_Opcode): Replace PREFIX_MANDATORY with 0.
+       (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
+       (three_byte_table): Likewise.
+       (mod_table): Likewise.
+       (mandatory_prefix): Renamed to ...
+       (prefix_requirement): This.
+       (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
+       Update PREFIX_90 entry.
+       (get_valid_dis386): Check prefix_requirement to see if a prefix
+       should be ignored.
+       (print_insn): Replace mandatory_prefix with prefix_requirement.
+
+2015-04-15  Renlin Li  <renlin.li@arm.com>
+
+       * arm-dis.c (thumb32_opcodes): Define 'D' format control code,
+       use it for ssat and ssat16.
+       (print_insn_thumb32): Add handle case for 'D' control code.
+
+2015-04-06  Ilya Tocar  <ilya.tocar@intel.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis-evex.h (evex_table): Fill prefix_requirement field.
+       * i386-dis.c (PREFIX_MANDATORY_REPZ, PREFIX_MANDATORY_REPNZ,
+       PREFIX_MANDATORY_DATA, PREFIX_MANDATORY_ADDR, PREFIX_MANDATORY_LOCK,
+       PREFIX_UD_SHIFT, PREFIX_UD_REPZ, REFIX_UD_REPNZ, PREFIX_UD_DATA,
+       PREFIX_UD_ADDR, PREFIX_UD_LOCK, PREFIX_MANDATORY): Define.
+       (Bad_Opcode, FLOAT, DIS386, DIS386_PREFIX, THREE_BYTE_TABLE_PREFIX):
+       Fill prefix_requirement field.
+       (struct dis386): Add prefix_requirement field.
+       (dis386): Fill prefix_requirement field.
+       (dis386_twobyte): Ditto.
+       (twobyte_has_mandatory_prefix_: Remove.
+       (reg_table): Fill prefix_requirement field.
+       (prefix_table): Ditto.
+       (x86_64_table): Ditto.
+       (three_byte_table): Ditto.
+       (xop_table): Ditto.
+       (vex_table): Ditto.
+       (vex_len_table): Ditto.
+       (vex_w_table): Ditto.
+       (mod_table): Ditto.
+       (bad_opcode): Ditto.
+       (print_insn): Use prefix_requirement.
+       (FGRPd9_2, FGRPd9_4, FGRPd9_5, FGRPd9_6, FGRPd9_7, FGRPda_5, FGRPdb_4,
+       FGRPde_3, FGRPdf_4): Fill prefix_requirement field.
+       (float_reg): Ditto.
+
+2015-03-30  Mike Frysinger  <vapier@gentoo.org>
+
+       * d10v-opc.c (d10v_reg_name_cnt): Convert old style prototype.
+
+2015-03-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.in: Regenerated.
+
+2015-03-25  Anton Blanchard  <anton@samba.org>
+
+       * ppc-dis.c (disassemble_init_powerpc): Only initialise
+       powerpc_opcd_indices and vle_opcd_indices once.
+
+2015-03-25  Anton Blanchard  <anton@samba.org>
+
+       * ppc-opc.c (powerpc_opcodes): Add slbfee.
+
+2015-03-24  Terry Guo  <terry.guo@arm.com>
+
+       * arm-dis.c (opcode32): Updated to use new arm feature struct.
+       (opcode16): Likewise.
+       (coprocessor_opcodes): Replace bit with feature struct.
+       (neon_opcodes): Likewise.
+       (arm_opcodes): Likewise.
+       (thumb_opcodes): Likewise.
+       (thumb32_opcodes): Likewise.
+       (print_insn_coprocessor): Likewise.
+       (print_insn_arm): Likewise.
+       (select_arm_features): Follow new feature struct.
+
+2015-03-17  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
+
+       * i386-dis.c (rm_table): Add clzero.
+       * i386-gen.c (cpu_flag_init): Add new CPU_ZNVER1_FLAGS.
+       Add CPU_CLZERO_FLAGS.
+       (cpu_flags): Add CpuCLZERO.
+       * i386-opc.h: Add CpuCLZERO.
+       * i386-opc.tbl: Add clzero.
+       * i386-init.h: Re-generated.
+       * i386-tbl.h: Re-generated.
+
+2015-03-13  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * mips-opc.c (decode_mips_operand): Fix constraint issues
+       with u and y operands.
+
+2015-03-13  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * mips-opc.c (mips_builtin_opcodes): Add evp and dvp instructions.
+
+2015-03-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * s390-opc.c: Add new IBM z13 instructions.
+       * s390-opc.txt: Likewise.
 
-       * avr-dis.c (avr_operand): Handle constraint j for 16 bit lds/sts.
-       (print_insn_avr): Do not select opcode if insn ISA is avrtiny and machine
-       is not avrtiny.
+2015-03-10  Renlin Li  <renlin.li@arm.com>
 
-2014-06-26  Philippe De Muyter <phdm@macqel.be>
+       * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
+       stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
+       related alias.
+       * aarch64-asm-2.c: Regenerate.
+       * aarch64-dis-2.c: Likewise.
+       * aarch64-opc-2.c: Likewise.
 
-       * or1k-desc.h (spr_field_masks): Add U suffix to the end of long
-       constants.
+2015-03-03  Jiong Wang  <jiong.wang@arm.com>
 
-2014-06-12  Alan Modra  <amodra@gmail.com>
+       * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
 
-       * or1k-asm.c, * or1k-desc.c, * or1k-desc.h, * or1k-dis.c,
-       * or1k-ibld.c, * or1k-opc.c, * or1k-opc.h, * or1k-opinst.c: Regenerate.
+2015-02-25  Oleg Endo  <olegendo@gcc.gnu.org>
 
-2014-06-10  H.J. Lu  <hongjiu.lu@intel.com>
-
-       * i386-dis.c (fwait_prefix): New.
-       (ckprefix): Set fwait_prefix.
-       (print_insn): Properly print prefixes before fwait.
-
-2014-06-07  Alan Modra  <amodra@gmail.com>
-
-       * ppc-opc.c (UISIGNOPT): Define and use with cmpli.
-
-2014-06-05  Joel Brobecker  <brobecker@adacore.com>
-
-       * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
-       bfd's development.sh.
-       * Makefile.in, configure: Regenerate.
-
-2014-06-03  Nick Clifton  <nickc@redhat.com>
-
-       * msp430-dis.c (msp430_doubleoperand): Use extension_word to
-       decide when extended addressing is being used.
-
-2014-06-02  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * sparc-opc.c (cas): Disable for LEON.
-       (casl): Likewise.
-
-2014-05-20  Alan Modra  <amodra@gmail.com>
-
-       * m68k-dis.c: Don't include setjmp.h.
-
-2014-05-09  H.J. Lu  <hongjiu.lu@intel.com>
-
-       * i386-dis.c (ADDR16_PREFIX): Removed.
-       (ADDR32_PREFIX): Likewise.
-       (DATA16_PREFIX): Likewise.
-       (DATA32_PREFIX): Likewise.
-       (prefix_name): Updated.
-       (print_insn): Simplify data and address size prefixes processing.
-
-2014-05-08  Stefan Kristiansson  <stefan.kristiansson@saunalahti.fi>
-
-       * or1k-desc.c: Regenerated.
-       * or1k-desc.h: Likewise.
-       * or1k-opc.c: Likewise.
-       * or1k-opc.h: Likewise.
-       * or1k-opinst.c: Likewise.
-
-2014-05-07  Andrew Bennett  <andrew.bennett@imgtec.com>
-
-       * mips-opc.c (mips_builtin_opcodes): Add MIPS32r5 eretnc instruction.
-       (I34): New define.
-       (I36): New define.
-       (I66): New define.
-       (I68): New define.
-       * mips-dis.c (mips_arch_choices): Add mips32r3, mips32r5, mips64r3 and
-       mips64r5.
-       (parse_mips_dis_option): Update MSA and virtualization support to
-       allow mips64r3 and mips64r5.
-
-2014-05-07  Andrew Bennett  <andrew.bennett@imgtec.com>
-
-       * mips-opc.c (G3): Remove I4.
-
-2014-05-05  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR binutils/16893
-       * i386-dis.c (twobyte_has_mandatory_prefix): New variable.
-       (end_codep): Likewise.
-       (mandatory_prefix): Likewise.
-       (active_seg_prefix): Likewise.
-       (ckprefix): Set active_seg_prefix to the active segment register
-       prefix.
-       (seg_prefix): Removed.
-       (get_valid_dis386): Use the last of PREFIX_REPNZ and PREFIX_REPZ
-       for prefix index.  Ignore the index if it is invalid and the
-       mandatory prefix isn't required.
-       (print_insn): Set mandatory_prefix if the PREFIX_XXX prefix is
-       mandatory.  Don't set PREFIX_REPZ/PREFIX_REPNZ/PREFIX_LOCK bits
-       in used_prefixes here.  Don't print unused prefixes.  Check
-       active_seg_prefix for the active segment register prefix.
-       Restore the DFLAG bit in sizeflag if the data size prefix is
-       unused.  Check the unused mandatory PREFIX_XXX prefixes
-       (append_seg): Only print the segment register which gets used.
-       (OP_E_memory): Check active_seg_prefix for the segment register
-       prefix.
-       (OP_OFF): Likewise.
-       (OP_OFF64): Likewise.
-       (OP_DSreg): Set active_seg_prefix to PREFIX_DS if it is unset.
-
-2014-05-02  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR binutils/16886
-       * config.in: Regenerated.
-       * configure: Likewise.
-       * configure.in: Check if sigsetjmp is available.
-       * h8500-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
-       (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
-       (print_insn_h8500): Replace setjmp with OPCODES_SIGSETJMP.
-       * i386-dis.c (dis_private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
-       (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
-       (print_insn): Replace setjmp with OPCODES_SIGSETJMP.
-       * ns32k-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
-       (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
-       (print_insn_ns32k): Replace setjmp with OPCODES_SIGSETJMP.
-       * sysdep.h (OPCODES_SIGJMP_BUF): New macro.
-       (OPCODES_SIGSETJMP): Likewise.
-       (OPCODES_SIGLONGJMP): Likewise.
-       * vax-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
-       (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
-       (print_insn_vax): Replace setjmp with OPCODES_SIGSETJMP.
-       * xtensa-dis.c (dis_private): Replace jmp_buf with
-       OPCODES_SIGJMP_BUF.
-       (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
-       (print_insn_xtensa): Replace setjmp with OPCODES_SIGSETJMP.
-       * z8k-dis.c(instr_data_s): Replace jmp_buf with OPCODES_SIGJMP_BUF.
-       (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
-       (print_insn_z8k): Replace setjmp with OPCODES_SIGSETJMP.
-
-2014-05-01  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR binutils/16891
-       * i386-dis.c (print_insn): Handle prefixes before fwait.
-
-2014-04-26  Alan Modra  <amodra@gmail.com>
+       * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
+       arch_sh_up.
+       (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
+       arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
 
-       * po/POTFILES.in: Regenerate.
-
-2014-04-23  Andrew Bennett  <andrew.bennett@imgtec.com>
-
-       * mips-dis.c (mips_arch_choices): Update mips32r2 and mips64r2
-       to allow the MIPS XPA ASE.
-       (parse_mips_dis_option): Process the -Mxpa option.
-       * mips-opc.c (XPA): New define.
-       (mips_builtin_opcodes): Add MIPS XPA instructions and move the
-       locations of the ctc0 and cfc0 instructions.
-
-2014-04-22  Christian Svensson  <blue@cmd.nu>
-
-       * Makefile.am: Remove openrisc and or32 support.  Add support for or1k.
-       * configure.in: Likewise.
-       * disassemble.c: Likewise.
-       * or1k-asm.c: New file.
-       * or1k-desc.c: New file.
-       * or1k-desc.h: New file.
-       * or1k-dis.c: New file.
-       * or1k-ibld.c: New file.
-       * or1k-opc.c: New file.
-       * or1k-opc.h: New file.
-       * or1k-opinst.c: New file.
-       * Makefile.in: Regenerate.
-       * configure: Regenerate.
-       * openrisc-asm.c: Delete.
-       * openrisc-desc.c: Delete.
-       * openrisc-desc.h: Delete.
-       * openrisc-dis.c: Delete.
-       * openrisc-ibld.c: Delete.
-       * openrisc-opc.c: Delete.
-       * openrisc-opc.h: Delete.
-       * or32-dis.c: Delete.
-       * or32-opc.c: Delete.
-
-2014-04-04  Ilya Tocar  <ilya.tocar@intel.com>
-
-       * i386-dis.c (rm_table): Add encls, enclu.
-       * i386-gen.c (cpu_flag_init): Add CPU_SE1_FLAGS,
-       (cpu_flags): Add CpuSE1.
-       * i386-opc.h (enum): Add CpuSE1.
-       (i386_cpu_flags): Add cpuse1.
-       * i386-opc.tbl: Add encls, enclu.
-       * i386-init.h: Regenerated.
-       * i386-tbl.h: Likewise.
-
-2014-04-02  Anthony Green  <green@moxielogic.com>
-
-       * moxie-opc.c (moxie_form1_opc_info): Add sign-extension
-       instructions, sex.b and sex.s.
-
-2014-03-26  Jiong Wang  <jiong.wang@arm.com>
-
-       * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
-       instructions.
+2015-02-23  Vinay  <Vinay.G@kpit.com>
 
-2014-03-20  Ilya Tocar  <ilya.tocar@intel.com>
+       * rl78-decode.opc (MOV): Added space between two operands for
+       'mov' instruction in index addressing mode.
+       * rl78-decode.c: Regenerate.
 
-       * i386-opc.tbl: Change memory size for vgatherpf0qps, vgatherpf1qps,
-       vscatterpf0qps, vscatterpf1qps, vgatherqps, vpgatherqd, vpscatterqd,
-       vscatterqps.
-       * i386-tbl.h: Regenerate.
+2015-02-19  Pedro Alves  <palves@redhat.com>
 
-2014-03-19  Jose E. Marchesi  <jose.marchesi@oracle.com>
+       * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
 
-       * sparc-dis.c (v9_hpriv_reg_names): Names for %hstick_offset and
-       %hstick_enable added.
+2015-02-10  Pedro Alves  <palves@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
 
-2014-03-19  Nick Clifton  <nickc@redhat.com>
+       * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
+       microblaze_and, microblaze_xor.
+       * microblaze-opc.h (opcodes): Adjust.
 
-       * rx-decode.opc (bwl): Allow for bogus instructions with a size
-       field of 3.
-       (sbwl, ubwl, SCALE): Likewise.
-       * rx-decode.c: Regenerate.
-
-2014-03-12  Alan Modra  <amodra@gmail.com>
+2015-01-28  James Bowman  <james.bowman@ftdichip.com>
 
+       * Makefile.am: Add FT32 files.
+       * configure.ac: Handle FT32.
+       * disassemble.c (disassembler): Call print_insn_ft32.
+       * ft32-dis.c: New file.
+       * ft32-opc.c: New file.
        * Makefile.in: Regenerate.
-
-2014-03-05  Alan Modra  <amodra@gmail.com>
-
-       Update copyright years.
-
-2014-03-04  Heiher  <r@hev.cc>
-
-       * mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
-
-2014-03-04  Richard Sandiford  <rdsandiford@googlemail.com>
-
-       * mips-opc.c (mips_builtin_opcodes): Move the udi* instructions
-       so that they come after the Loongson extensions.
-
-2014-03-03  Alan Modra  <amodra@gmail.com>
-
-       * i386-gen.c (process_copyright): Emit copyright notice on one line.
-
-2014-02-28  Alan Modra  <amodra@gmail.com>
-
-       * msp430-decode.c: Regenerate.
-
-2014-02-27  Jiong Wang  <jiong.wang@arm.com>
-
-       * aarch64-tbl.h (aarch64_opcode_table): Replace IMM0 with
-       FPIMM0 for fcmeq, fcmgt, fcmge, fcmlt and fcmle.
-
-2014-02-27  Yufeng Zhang  <yufeng.zhang@arm.com>
-
-       * aarch64-opc.c (print_register_offset_address): Call
-       get_int_reg_name to prepare the register name.
-
-2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
-
-       * i386-opc.tbl: Remove wrong variant of vcvtps2ph
-       * i386-tbl.h: Regenerate.
-
-2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
-
-       * i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/
-       (cpu_flags): Add CpuPREFETCHWT1.
-       * i386-init.h: Regenerate.
-       * i386-opc.h (CpuPREFETCHWT1): New.
-       (i386_cpu_flags): Add cpuprefetchwt1.
-       * i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1.
-       * i386-tbl.h: Regenerate.
-
-2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
-
-       * i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD,
-       to CpuAVX512F.
-       * i386-tbl.h: Regenerate.
-
-2014-02-19  H.J. Lu  <hongjiu.lu@intel.com>
-
-       * i386-gen.c (output_cpu_flags): Don't output trailing space.
-       (output_opcode_modifier): Likewise.
-       (output_operand_type): Likewise.
-       * i386-init.h: Regenerated.
-       * i386-tbl.h: Likewise.
-
-2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>
-
-       * i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4,
-       MOD_0FC7_REG_5.
-       (PREFIX enum): Add PREFIX_0FAE_REG_7.
-       (reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5.
-       (prefix_table): Add clflusopt.
-       (mod_table): Add xrstors, xsavec, xsaves.
-       * i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS,
-       CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS.
-       (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
-       * i386-init.h: Regenerate.
-       * i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves,
-       xsaves64, xsavec, xsavec64.
-       * i386-tbl.h: Regenerate.
-
-2014-02-10  Alan Modra  <amodra@gmail.com>
-
+       * configure: Regenerate.
        * po/POTFILES.in: Regenerate.
-       * po/opcodes.pot: Regenerate.
-
-2014-01-30  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
-           Jan Beulich  <jbeulich@suse.com>
-
-       PR binutils/16490
-       * i386-dis.c (OP_E_memory): Fix shift computation for
-       vex_vsib_q_w_dq_mode.
 
-2014-01-09  Bradley Nelson  <bradnelson@google.com>
-           Roland McGrath  <mcgrathr@google.com>
+2015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
 
-       * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when
-       last_rex_prefix is -1.
+       * nds32-asm.c (keyword_sr): Add new system registers.
 
-2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
+2015-01-16  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
 
-       * i386-gen.c (process_copyright): Update copyright year to 2014.
+       * s390-dis.c (s390_extract_operand): Support vector register
+       operands.
+       (s390_print_insn_with_opcode): Support new operands types and add
+       new handling of optional operands.
+       * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
+       and include opcode/s390.h instead.
+       (struct op_struct): New field `flags'.
+       (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
+       (dumpTable): Dump flags.
+       (main): Parse flags from the s390-opc.txt file.  Add z13 as cpu
+       string.
+       * s390-opc.c: Add new operands types, instruction formats, and
+       instruction masks.
+       (s390_opformats): Add new formats for .insn.
+       * s390-opc.txt: Add new instructions.
 
-2014-01-03  Maciej W. Rozycki  <macro@codesourcery.com>
+2015-01-01  Alan Modra  <amodra@gmail.com>
 
-       * nds32-asm.c (parse_operand): Fix out-of-range integer constant.
+       Update year range in copyright notice of all files.
 
-For older changes see ChangeLog-2013
+For older changes see ChangeLog-2014
 \f
-Copyright (C) 2014 Free Software Foundation, Inc.
+Copyright (C) 2015 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
This page took 0.050181 seconds and 4 git commands to generate.