Home | History | Annotate | Line # | Download | only in opcodes
ChangeLog-2014 revision 1.1
      1  1.1  christos 2014-12-27  Anthony Green  <green (a] moxielofic.com
      2  1.1  christos 
      3  1.1  christos 	* moxie-opc.c (moxie_form1_opc_info): sto/ldo are now encoded with
      4  1.1  christos 	16-bit immediat values instead of 32.
      5  1.1  christos 	* moxie-dis.c (print_insn_moxie): Ditto.
      6  1.1  christos 
      7  1.1  christos 2014-12-24  Anthony Green  <green (a] moxielogic.com>
      8  1.1  christos 
      9  1.1  christos 	* moxie-opc: Define mul.x and umul.x instructions.  Remove
     10  1.1  christos 	trailing .l from add, sub, mul, div and udiv instructions.
     11  1.1  christos 
     12  1.1  christos 2014-12-16  Matthew Fortune  <matthew.fortune (a] imgtec.com>
     13  1.1  christos 
     14  1.1  christos 	* mips-opc.c (mips_builtin_opcodes): Add JALRC alias for
     15  1.1  christos 	JIALC.  Remove the operand from NAL.
     16  1.1  christos 
     17  1.1  christos 2014-12-12  Anthony Green  <green (a] moxielogic.com>
     18  1.1  christos 
     19  1.1  christos 	* moxie-opc.c: Define zex instructions.
     20  1.1  christos 
     21  1.1  christos 2014-12-06  Eric Botcazou  <ebotcazou (a] adacore.com>
     22  1.1  christos 
     23  1.1  christos 	* configure.ac: Add Visium support.
     24  1.1  christos 	* configure: Regenerate.
     25  1.1  christos 	* Makefile.am (TARGET_LIBOPCODES_CFILES): Add visium-dis.c and
     26  1.1  christos 	visium-opc.c.
     27  1.1  christos 	* Makefile.in: Regenerate.
     28  1.1  christos 	* disassemble.c (ARCH_visium): Define if ARCH_all.
     29  1.1  christos 	(disassembler): Deal with bfd_arch_visium if ARCH_visium.
     30  1.1  christos 	* visium-dis.c: New file.
     31  1.1  christos 	* visium-opc.c: Likewise.
     32  1.1  christos 	* po/POTFILES.in: Regenerate.
     33  1.1  christos 
     34  1.1  christos 2014-11-30  Alan Modra  <amodra (a] gmail.com>
     35  1.1  christos 
     36  1.1  christos 	* ppc-opc.c (powerpc_opcodes): Make mftb* generate mfspr for
     37  1.1  christos 	power4 and later.
     38  1.1  christos 
     39  1.1  christos 2014-11-28  Sandra Loosemore  <sandra (a] codesourcery.com>
     40  1.1  christos 
     41  1.1  christos 	* nios2-opc.c (nios2_r1_opcodes): Remove deleted attributes
     42  1.1  christos 	from descriptors.
     43  1.1  christos 
     44  1.1  christos 2014-11-28  Alan Modra  <amodra (a] gmail.com>
     45  1.1  christos 
     46  1.1  christos 	* ppc-opc.c (powerpc_opcodes <mftb>): Don't deprecate for power7.
     47  1.1  christos 	(TB): Delete.
     48  1.1  christos 	(insert_tbr, extract_tbr): Validate tbr number.
     49  1.1  christos 
     50  1.1  christos 2014-11-24  H.J. Lu  <hongjiu.lu (a] intel.com>
     51  1.1  christos 
     52  1.1  christos 	* configure: Regenerated.
     53  1.1  christos 
     54  1.1  christos 2014-11-17  Ilya Tocar  <ilya.tocar (a] intel.com>
     55  1.1  christos 
     56  1.1  christos 	* i386-dis-evex.c (evex_table): Add vpermi2b, vpermt2b, vpermb,
     57  1.1  christos 	vpmultishiftqb.
     58  1.1  christos 	* i386-dis.c (PREFIX enum): Add PREFIX_EVEX_0F3883, EVEX_W_0F3883_P_2.
     59  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_AVX512VBMI_FLAGS.
     60  1.1  christos 	(cpu_flags): Add CpuAVX512VBMI.
     61  1.1  christos 	* i386-opc.h (enum): Add CpuAVX512VBMI.
     62  1.1  christos 	(i386_cpu_flags): Add cpuavx512vbmi.
     63  1.1  christos 	* i386-opc.tbl: Add vpmadd52luq, vpmultishiftqb, vpermb, vpermi2b,
     64  1.1  christos 	vpermt2b.
     65  1.1  christos 	* i386-init.h: Regenerated.
     66  1.1  christos 	* i386-tbl.h: Likewise.
     67  1.1  christos 
     68  1.1  christos 2014-11-17  Ilya Tocar  <ilya.tocar (a] intel.com>
     69  1.1  christos 
     70  1.1  christos 	* i386-dis-evex.c (evex_table): Add vpmadd52luq, vpmadd52huq.
     71  1.1  christos 	* i386-dis.c (PREFIX enum): Add PREFIX_EVEX_0F38B4,
     72  1.1  christos 	PREFIX_EVEX_0F38B5.
     73  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_AVX512IFMA_FLAGS.
     74  1.1  christos 	(cpu_flags): Add CpuAVX512IFMA.
     75  1.1  christos 	* i386-opc.h (enum): Add CpuAVX512IFMA.
     76  1.1  christos 	(i386_cpu_flags): Add cpuavx512ifma.
     77  1.1  christos 	* i386-opc.tbl: Add vpmadd52huq, vpmadd52luq.
     78  1.1  christos 	* i386-init.h: Regenerated.
     79  1.1  christos 	* i386-tbl.h: Likewise.
     80  1.1  christos 
     81  1.1  christos 2014-11-17  Ilya Tocar  <ilya.tocar (a] intel.com>
     82  1.1  christos 
     83  1.1  christos 	* i386-dis.c (PREFIX enum): Add PREFIX_RM_0_0FAE_REG_7.
     84  1.1  christos 	(prefix_table): Add pcommit.
     85  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_PCOMMIT_FLAGS.
     86  1.1  christos 	(cpu_flags): Add CpuPCOMMIT.
     87  1.1  christos 	* i386-opc.h (enum): Add CpuPCOMMIT.
     88  1.1  christos 	(i386_cpu_flags): Add cpupcommit.
     89  1.1  christos 	* i386-opc.tbl: Add pcommit.
     90  1.1  christos 	* i386-init.h: Regenerated.
     91  1.1  christos 	* i386-tbl.h: Likewise.
     92  1.1  christos 
     93  1.1  christos 2014-11-17  Ilya Tocar  <ilya.tocar (a] intel.com>
     94  1.1  christos 
     95  1.1  christos 	* i386-dis.c (PREFIX enum): Add PREFIX_0FAE_REG_6.
     96  1.1  christos 	(prefix_table): Add clwb.
     97  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_CLWB_FLAGS.
     98  1.1  christos 	(cpu_flags): Add CpuCLWB.
     99  1.1  christos 	* i386-opc.h (enum): Add CpuCLWB.
    100  1.1  christos 	(i386_cpu_flags): Add cpuclwb.
    101  1.1  christos 	* i386-opc.tbl: Add clwb.
    102  1.1  christos 	* i386-init.h: Regenerated.
    103  1.1  christos 	* i386-tbl.h: Likewise.
    104  1.1  christos 
    105  1.1  christos 2014-11-06  Sandra Loosemore  <sandra (a] codesourcery.com>
    106  1.1  christos 
    107  1.1  christos 	* nios2-dis.c (nios2_find_opcode_hash): Add mach parameter.
    108  1.1  christos 	(nios2_disassemble): Adjust call to nios2_find_opcode_hash.
    109  1.1  christos 
    110  1.1  christos 2014-11-03  Nick Clifton  <nickc (a] redhat.com>
    111  1.1  christos 
    112  1.1  christos 	* po/fi.po: Updated Finnish translation.
    113  1.1  christos 
    114  1.1  christos 2014-10-31  Andrew Pinski  <apinski (a] cavium.com>
    115  1.1  christos             Naveen H.S  <Naveen.Hurugalawadi (a] caviumnetworks.com>
    116  1.1  christos 
    117  1.1  christos 	* mips-dis.c (mips_arch_choices): Add octeon3.
    118  1.1  christos 	* mips-opc.c (IOCT): Include INSN_OCTEON3.
    119  1.1  christos 	(IOCT2): Likewise.
    120  1.1  christos 	(IOCT3): New define.
    121  1.1  christos 	(IVIRT): New define.
    122  1.1  christos 	(mips_builtin_opcodes): Add dmfgc0, dmtgc0, hypcall, mfgc0, mtgc0,
    123  1.1  christos 	tlbinv, tlbinvf, tlbgr, tlbgwi, tlbginv, tlbginvf, tlbgwr, tlbgp, tlti
    124  1.1  christos 	IVIRT instructions.
    125  1.1  christos 	Extend mtm0, mtm1, mtm2, mtp0, mtp1, mtp2 instructions to take another
    126  1.1  christos 	operand for IOCT3.
    127  1.1  christos 
    128  1.1  christos 2014-10-29  Nick Clifton  <nickc (a] redhat.com>
    129  1.1  christos 
    130  1.1  christos 	* po/de.po: Updated German translation.
    131  1.1  christos 
    132  1.1  christos 2014-10-23  Sandra Loosemore  <sandra (a] codesourcery.com>
    133  1.1  christos 
    134  1.1  christos 	* nios2-opc.c (nios2_builtin_regs): Add regtype field initializers.
    135  1.1  christos 	(nios2_builtin_opcodes): Rename to nios2_r1_opcodes.  Use new
    136  1.1  christos 	MATCH_R1_<insn> and MASK_R1_<insn> macros in initializers.  Add
    137  1.1  christos 	size and format initializers.  Merge 'b' arguments into 'j'.
    138  1.1  christos 	(NIOS2_NUM_OPCODES): Adjust definition.
    139  1.1  christos 	(bfd_nios2_num_builtin_opcodes): Rename to nios2_num_r1_opcodes.
    140  1.1  christos 	(nios2_opcodes): Adjust.
    141  1.1  christos 	(bfd_nios2_num_opcodes): Rename to nios2_num_opcodes.
    142  1.1  christos 	* nios2-dis.c (INSNLEN): Update comment.
    143  1.1  christos 	(nios2_hash_init, nios2_hash): Delete.
    144  1.1  christos 	(OPCODE_HASH_SIZE): New.
    145  1.1  christos 	(nios2_r1_extract_opcode): New.
    146  1.1  christos 	(nios2_disassembler_state): New.
    147  1.1  christos 	(nios2_r1_disassembler_state): New.
    148  1.1  christos 	(nios2_init_opcode_hash): Add state parameter.  Adjust to use it.
    149  1.1  christos 	(nios2_find_opcode_hash): Use state object.
    150  1.1  christos 	(bad_opcode): New.
    151  1.1  christos 	(nios2_print_insn_arg): Add op parameter.  Use it to access
    152  1.1  christos 	format.  Remove 'b' case.
    153  1.1  christos 	(nios2_disassemble): Remove special case for nop.  Remove
    154  1.1  christos 	hard-coded instruction size.
    155  1.1  christos 
    156  1.1  christos 2014-10-21  Jan Beulich  <jbeulich (a] suse.com>
    157  1.1  christos 
    158  1.1  christos 	* ppc-opc.c (powerpc_opcodes): Enable msgclr and msgsnd on Power8.
    159  1.1  christos 
    160  1.1  christos 2014-10-17  Jose E. Marchesi  <jose.marchesi (a] oracle.com>
    161  1.1  christos 
    162  1.1  christos 	* sparc-opc.c (sparc-opcodes): Fix several misplaced hwcap
    163  1.1  christos 	entries.
    164  1.1  christos 	Annotate several instructions with the HWCAP2_VIS3B hwcap.
    165  1.1  christos 
    166  1.1  christos 2014-10-15  Tristan Gingold  <gingold (a] adacore.com>
    167  1.1  christos 
    168  1.1  christos 	* configure: Regenerate.
    169  1.1  christos 
    170  1.1  christos 2014-10-09  Jose E. Marchesi  &lt;jose.marchesi (a] oracle.com&gt;
    171  1.1  christos 
    172  1.1  christos 	* sparc-opc.c (sparc-opcodes): Remove instructions `chkpt',
    173  1.1  christos 	`commit', `random', `wr r,r,%cps', `wr r,i,%cps' and `rd %cps,r'.
    174  1.1  christos 	Annotate table with HWCAP2 bits.
    175  1.1  christos 	Add instructions xmontmul, xmontsqr, xmpmul.
    176  1.1  christos 	(sparc-opcodes): Add the `mwait',  `wr r,r,%mwait', `wr
    177  1.1  christos 	r,i,%mwait' and `rd %mwait,r' instructions.
    178  1.1  christos 	Add rd/wr instructions for accessing the %mcdper ancillary state
    179  1.1  christos 	register.
    180  1.1  christos 	(sparc-opcodes): Add sparc5/vis4.0 instructions:
    181  1.1  christos 	subxc, subxccc, fpadd8, fpadds8, fpaddus8, fpaddus16, fpcmple8,
    182  1.1  christos 	fpcmpgt8, fpcmpule16, fpcmpugt16, fpcmpule32, fpcmpugt32, fpmax8,
    183  1.1  christos 	fpmax16, fpmax32, fpmaxu8, fpmaxu16, fpmaxu32, fpmin8, fpmin16,
    184  1.1  christos 	fpmin32, fpminu8, fpminu16, fpminu32, fpsub8, fpsubs8, fpsubus8,
    185  1.1  christos 	fpsubus16, and faligndatai.
    186  1.1  christos 	* sparc-dis.c (v9a_asr_reg_names): Add the %mwait (%asr28)
    187  1.1  christos 	ancillary state register to the table.
    188  1.1  christos 	(print_insn_sparc): Handle the %mcdper ancillary state register.
    189  1.1  christos 	(print_insn_sparc): Handle new operand type '}'.
    190  1.1  christos 
    191  1.1  christos 2014-09-22  H.J. Lu  <hongjiu.lu (a] intel.com>
    192  1.1  christos 
    193  1.1  christos 	* i386-dis.c (MOD_0F20): Removed.
    194  1.1  christos 	(MOD_0F21): Likewise.
    195  1.1  christos 	(MOD_0F22): Likewise.
    196  1.1  christos 	(MOD_0F23): Likewise.
    197  1.1  christos 	(dis386_twobyte): Replace MOD_0F20, MOD_0F21, MOD_0F22 and
    198  1.1  christos 	MOD_0F23 with "movZ".
    199  1.1  christos 	(mod_table): Remove MOD_0F20, MOD_0F21, MOD_0F22 and MOD_0F23.
    200  1.1  christos 	(OP_R): Check mod/rm byte and call OP_E_register.
    201  1.1  christos 
    202  1.1  christos 2014-09-16 Kuan-Lin Chen <kuanlinchentw (a] gmail.com>
    203  1.1  christos 
    204  1.1  christos 	* nds32-asm.c (nds32_opcodes, operand_fields, keyword_im5_i,
    205  1.1  christos 	keyword_im5_m, keyword_accumulator, keyword_aridx, keyword_aridx2,
    206  1.1  christos 	keyword_aridxi): Add audio ISA extension.
    207  1.1  christos 	(keyword_gpr, keyword_usr, keyword_sr, keyword_cp, keyword_cpr,
    208  1.1  christos 	keyword_fsr, keyword_fdr, keyword_abdim, keyword_abm, keyword_dpref_st,
    209  1.1  christos 	keyword_cctl_lv, keyword_standby_st, keyword_msync_st): Adjust scrope
    210  1.1  christos 	for nds32-dis.c using.
    211  1.1  christos 	(build_opcode_syntax): Remove dead code.
    212  1.1  christos 	(parse_re, parse_a30b20, parse_rt21, parse_rte_start, parse_rte_end,
    213  1.1  christos 	parse_rte69_start, parse_rte69_end, parse_im5_ip, parse_im5_mr,
    214  1.1  christos 	parse_im6_ip, parse_im6_iq, parse_im6_mr, parse_im6_ms): Add audio ISA
    215  1.1  christos 	operand parser.
    216  1.1  christos 	* nds32-asm.h: Declare.
    217  1.1  christos 	* nds32-dis.c: Use array nds32_opcodes to disassemble instead of
    218  1.1  christos 	decoding by switch.
    219  1.1  christos 
    220  1.1  christos 2014-09-15  Andrew Bennett  <andrew.bennett (a] imgtec.com>
    221  1.1  christos 	    Matthew Fortune  <matthew.fortune (a] imgtec.com>
    222  1.1  christos 
    223  1.1  christos 	* mips-dis.c (mips_arch_choices): Add entries for mips32r6 and
    224  1.1  christos 	mips64r6.
    225  1.1  christos 	(parse_mips_dis_option): Allow MSA and virtualization support for
    226  1.1  christos 	mips64r6.
    227  1.1  christos 	(mips_print_arg_state): Add fields dest_regno and seen_dest.
    228  1.1  christos 	(mips_seen_register): New function.
    229  1.1  christos 	(print_insn_arg): Refactored code to use mips_seen_register
    230  1.1  christos 	function.  Add support for OP_SAME_RS_RT, OP_CHECK_PREV and
    231  1.1  christos 	OP_NON_ZERO_REG.  Changed OP_REPEAT_DEST_REG case to print out
    232  1.1  christos 	the register rather than aborting.
    233  1.1  christos 	(print_insn_args): Add length argument.  Add code to correctly
    234  1.1  christos 	calculate the instruction address for pc relative instructions.
    235  1.1  christos 	(validate_insn_args): New static function.
    236  1.1  christos 	(print_insn_mips): Prevent jalx disassembling for r6.  Use
    237  1.1  christos 	validate_insn_args.
    238  1.1  christos 	(print_insn_micromips): Use validate_insn_args.
    239  1.1  christos 	all the arguments are valid.
    240  1.1  christos 	* mips-formats.h (PREV_CHECK): New define.
    241  1.1  christos 	* mips-opc.c (decode_mips_operand): Add support for -a, -b, -d, -s,
    242  1.1  christos 	-t, -u, -v, -w, -x, -y, -A, -B, +I, +O, +R, +:, +\, +", +;
    243  1.1  christos 	(RD_pc): New define.
    244  1.1  christos 	(FS): New define.
    245  1.1  christos 	(I37): New define.
    246  1.1  christos 	(I69): New define.
    247  1.1  christos 	(mips_builtin_opcodes): Add MIPS R6 instructions.  Exclude recoded
    248  1.1  christos 	MIPS R6 instructions from MIPS R2 instructions.
    249  1.1  christos 
    250  1.1  christos 2014-09-10  H.J. Lu  <hongjiu.lu (a] intel.com>
    251  1.1  christos 
    252  1.1  christos 	* i386-dis.c (dis386): Replace "P" with "%LP" for iret and sysret.
    253  1.1  christos 	(putop): Handle "%LP".
    254  1.1  christos 
    255  1.1  christos 2014-09-03  Jiong Wang  <jiong.wang (a] arm.com>
    256  1.1  christos 
    257  1.1  christos 	* aarch64-tbl.h (aarch64_opcode_table): Update encoding for mrs/msr.
    258  1.1  christos 	* aarch64-dis-2.c: Update auto-generated file.
    259  1.1  christos 
    260  1.1  christos 2014-09-03  Jiong Wang  <jiong.wang (a] arm.com>
    261  1.1  christos 
    262  1.1  christos 	* aarch64-tbl.h (QL_R4NIL): New qualifiers.
    263  1.1  christos 	(aarch64_feature_lse): New feature added.
    264  1.1  christos 	(LSE): New Added.
    265  1.1  christos 	(aarch64_opcode_table): New LSE instructions added.  Improve
    266  1.1  christos 	descriptions for ldarb/ldarh/ldar.
    267  1.1  christos 	(aarch64_opcode_table): Describe PAIRREG.
    268  1.1  christos 	* aarch64-opc.h (aarch64_field_kind): Add FLD_lse_sz.
    269  1.1  christos 	* aarch64-opc.c (fields): Add entry for F_LSE_SZ.
    270  1.1  christos 	(aarch64_print_operand): Recognize PAIRREG.
    271  1.1  christos 	(operand_general_constraint_met_p): Check reg pair constraints for CASP
    272  1.1  christos 	instructions.
    273  1.1  christos 	* aarch64-dis.c (aarch64_ext_regno_pair): New extractor for paired reg.
    274  1.1  christos 	(do_special_decoding): Recognize F_LSE_SZ.
    275  1.1  christos 	* aarch64-asm.c (do_special_encoding): Recognize F_LSE_SZ.
    276  1.1  christos 
    277  1.1  christos 2014-08-26  Maciej W. Rozycki  <macro (a] codesourcery.com>
    278  1.1  christos 
    279  1.1  christos 	* micromips-opc.c (decode_micromips_operand): Rename `B' to `+J'.
    280  1.1  christos 	(micromips_opcodes): Use "+J" in place of "B" for "hypcall",
    281  1.1  christos 	"sdbbp", "syscall" and "wait".
    282  1.1  christos 
    283  1.1  christos 2014-08-21  Nathan Sidwell  <nathan (a] codesourcery.com>
    284  1.1  christos 	    Maciej W. Rozycki  <macro (a] codesourcery.com>
    285  1.1  christos 
    286  1.1  christos 	* arm-dis.c (print_arm_address): Negate the GPR-relative offset
    287  1.1  christos 	returned if the U bit is set.
    288  1.1  christos 
    289  1.1  christos 2014-08-21  Maciej W. Rozycki  <macro (a] codesourcery.com>
    290  1.1  christos 
    291  1.1  christos 	* micromips-opc.c (micromips_opcodes): Remove #ifdef-ed out
    292  1.1  christos 	48-bit "li" encoding.
    293  1.1  christos 
    294  1.1  christos 2014-08-19  Andreas Arnez  <arnez (a] linux.vnet.ibm.com>
    295  1.1  christos 
    296  1.1  christos 	* s390-dis.c (s390_insn_length, s390_insn_matches_opcode)
    297  1.1  christos 	(s390_print_insn_with_opcode, opcode_mask_more_specific): New
    298  1.1  christos 	static functions, code was moved from...
    299  1.1  christos 	(print_insn_s390): ...here.
    300  1.1  christos 	(s390_extract_operand): Adjust comment.  Change type of first
    301  1.1  christos 	parameter from 'unsigned char *' to 'const bfd_byte *'.
    302  1.1  christos 	(union operand_value): New.
    303  1.1  christos 	(s390_extract_operand): Change return type to union operand_value.
    304  1.1  christos 	Also avoid integer overflow in sign-extension.
    305  1.1  christos 	(s390_print_insn_with_opcode): Adjust to changed return value from
    306  1.1  christos 	s390_extract_operand().  Change "%i" printf format to "%u" for
    307  1.1  christos 	unsigned values.
    308  1.1  christos 	(init_disasm): Simplify initialization of opc_index[].  This also
    309  1.1  christos 	fixes an access after the last element of s390_opcodes[].
    310  1.1  christos 	(print_insn_s390): Simplify the opcode search loop.
    311  1.1  christos 	Check architecture mask against all searched opcodes, not just the
    312  1.1  christos 	first matching one.
    313  1.1  christos 	(s390_print_insn_with_opcode): Drop function pointer dereferences
    314  1.1  christos 	without effect.
    315  1.1  christos 	(print_insn_s390): Likewise.
    316  1.1  christos 	(s390_insn_length): Simplify formula for return value.
    317  1.1  christos 	(s390_print_insn_with_opcode): Avoid special handling for the
    318  1.1  christos 	separator before the first operand.  Use new local variable
    319  1.1  christos 	'flags' in place of 'operand->flags'.
    320  1.1  christos 
    321  1.1  christos 2014-08-14  Mike Frysinger  <vapier (a] gentoo.org>
    322  1.1  christos 
    323  1.1  christos 	* bfin-dis.c (struct private): Change int's to bfd_boolean's.
    324  1.1  christos 	(decode_LOGI2op_0, decode_COMPI2opD_0, decode_COMPI2opP_0,
    325  1.1  christos 	decode_dagMODik_0, decode_LDIMMhalf_0, decode_linkage_0):
    326  1.1  christos 	Change assignment of 1 to priv->comment to TRUE.
    327  1.1  christos 	(print_insn_bfin): Change legal to a bfd_boolean.  Change
    328  1.1  christos 	assignment of 0/1 with priv comment and parallel and legal
    329  1.1  christos 	to FALSE/TRUE.
    330  1.1  christos 
    331  1.1  christos 2014-08-14  Mike Frysinger  <vapier (a] gentoo.org>
    332  1.1  christos 
    333  1.1  christos 	* bfin-dis.c (OUT): Define.
    334  1.1  christos 	(decode_CC2stat_0): Declare new op_names array.
    335  1.1  christos 	Replace multiple if statements with a single one.
    336  1.1  christos 
    337  1.1  christos 2014-08-14  Mike Frysinger  <vapier (a] gentoo.org>
    338  1.1  christos 
    339  1.1  christos 	* bfin-dis.c (struct private): Add iw0.
    340  1.1  christos 	(_print_insn_bfin): Assign iw0 to priv.iw0.
    341  1.1  christos 	(print_insn_bfin): Drop ifetch and use priv.iw0.
    342  1.1  christos 
    343  1.1  christos 2014-08-13  Mike Frysinger  <vapier (a] gentoo.org>
    344  1.1  christos 
    345  1.1  christos 	* bfin-dis.c (comment, parallel): Move from global scope ...
    346  1.1  christos 	(struct private): ... to this new struct.
    347  1.1  christos 	(decode_ProgCtrl_0, decode_CaCTRL_0, decode_PushPopReg_0,
    348  1.1  christos 	decode_PushPopMultiple_0, decode_ccMV_0, decode_CCflag_0,
    349  1.1  christos 	decode_CC2dreg_0, decode_CC2stat_0, decode_BRCC_0, decode_UJUMP_0,
    350  1.1  christos 	decode_LOGI2op_0, decode_COMPI2opD_0, decode_COMPI2opP_0,
    351  1.1  christos 	decode_dagMODik_0, decode_LoopSetup_0, decode_LDIMMhalf_0,
    352  1.1  christos 	decode_CALLa_0, decode_linkage_0, decode_pseudoDEBUG_0,
    353  1.1  christos 	decode_pseudoOChar_0, decode_pseudodbg_assert_0, _print_insn_bfin,
    354  1.1  christos 	print_insn_bfin): Declare private struct.  Use priv's comment and
    355  1.1  christos 	parallel members.
    356  1.1  christos 
    357  1.1  christos 2014-08-13  Mike Frysinger  <vapier (a] gentoo.org>
    358  1.1  christos 
    359  1.1  christos 	* bfin-dis.c (ifetch): Do not align pc to 2 bytes.
    360  1.1  christos 	(_print_insn_bfin): Add check for unaligned pc.
    361  1.1  christos 
    362  1.1  christos 2014-08-13  Mike Frysinger  <vapier (a] gentoo.org>
    363  1.1  christos 
    364  1.1  christos 	* bfin-dis.c (ifetch): New function.
    365  1.1  christos 	(_print_insn_bfin, print_insn_bfin): Call new ifetch and return
    366  1.1  christos 	-1 when it errors.
    367  1.1  christos 
    368  1.1  christos 2014-07-29  Matthew Fortune  <matthew.fortune (a] imgtec.com>
    369  1.1  christos 
    370  1.1  christos 	* micromips-opc.c (COD): Rename throughout to...
    371  1.1  christos 	(CM): New define, update to use INSN_COPROC_MOVE.
    372  1.1  christos 	(LCD): Rename throughout to...
    373  1.1  christos 	(LC): New define, update to use INSN_LOAD_COPROC.
    374  1.1  christos 	* mips-opc.c: Likewise.
    375  1.1  christos 
    376  1.1  christos 2014-07-29  Matthew Fortune  <matthew.fortune (a] imgtec.com>
    377  1.1  christos 
    378  1.1  christos 	* micromips-opc.c (COD, LCD) New macros.
    379  1.1  christos 	(cfc1, ctc1): Remove FP_S attribute.
    380  1.1  christos 	(dmfc1, mfc1, mfhc1): Add LCD attribute.
    381  1.1  christos 	(dmtc1, mtc1, mthc1): Add COD attribute.
    382  1.1  christos 	* mips-opc.c (cfc1, cftc1, ctc, cttc1): Remove FP_S attribute.
    383  1.1  christos 
    384  1.1  christos 2014-07-22  Sergey Guriev  <sergey.s.guriev (a] intel.com>
    385  1.1  christos 	    Alexander Ivchenko  <alexander.ivchenko (a] intel.com>
    386  1.1  christos 	    Maxim Kuznetsov  <maxim.kuznetsov (a] intel.com>
    387  1.1  christos 	    Sergey Lega  <sergey.s.lega (a] intel.com>
    388  1.1  christos 	    Anna Tikhonova  <anna.tikhonova (a] intel.com>
    389  1.1  christos 	    Ilya Tocar  <ilya.tocar (a] intel.com>
    390  1.1  christos 	    Andrey Turetskiy  <andrey.turetskiy (a] intel.com>
    391  1.1  christos 	    Ilya Verbin  <ilya.verbin (a] intel.com>
    392  1.1  christos 	    Kirill Yukhin  <kirill.yukhin (a] intel.com>
    393  1.1  christos 	    Michael Zolotukhin  <michael.v.zolotukhin (a] intel.com>
    394  1.1  christos 
    395  1.1  christos 	* i386-dis-evex.h: Updated.
    396  1.1  christos 	* i386-dis.c (PREFIX enum): Add PREFIX_EVEX_0F54, PREFIX_EVEX_0F55,
    397  1.1  christos 	PREFIX_EVEX_0F56, PREFIX_EVEX_0F57, PREFIX_EVEX_0F3A16,
    398  1.1  christos 	PREFIX_EVEX_0F3A22, PREFIX_EVEX_0F3A50, PREFIX_EVEX_0F3A51,
    399  1.1  christos 	PREFIX_EVEX_0F3A56, PREFIX_EVEX_0F3A57, PREFIX_EVEX_0F3A66,
    400  1.1  christos 	PREFIX_EVEX_0F3A67.
    401  1.1  christos 	(VEX_LEN enum): Add VEX_LEN_0F92_P_2, VEX_LEN_0F93_P_2,
    402  1.1  christos 	VEX_W_0F92_P_2_LEN_0, VEX_W_0F93_P_2_LEN_0.
    403  1.1  christos 	(VEX_W enum): Add EVEX_W_0F54_P_0, EVEX_W_0F54_P_2, EVEX_W_0F55_P_0,
    404  1.1  christos 	EVEX_W_0F55_P_2, EVEX_W_0F56_P_0, EVEX_W_0F56_P_2, EVEX_W_0F57_P_0,
    405  1.1  christos 	EVEX_W_0F57_P_2, EVEX_W_0F78_P_2, EVEX_W_0F79_P_2, EVEX_W_0F7A_P_2,
    406  1.1  christos 	EVEX_W_0F7B_P_2, EVEX_W_0F3838_P_1, EVEX_W_0F3839_P_1,
    407  1.1  christos 	EVEX_W_0F3A16_P_2, EVEX_W_0F3A22_P_2, EVEX_W_0F3A50_P_2,
    408  1.1  christos 	EVEX_W_0F3A51_P_2, EVEX_W_0F3A56_P_2, EVEX_W_0F3A57_P_2,
    409  1.1  christos 	EVEX_W_0F3A66_P_2, EVEX_W_0F3A67_P_2.
    410  1.1  christos 	(prefix_table): Add entries for new instructions.
    411  1.1  christos 	(vex_len_table): Ditto.
    412  1.1  christos 	(vex_w_table): Ditto.
    413  1.1  christos 	(OP_E_memory): Update xmmq_mode handling.
    414  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_AVX512DQ_FLAGS.
    415  1.1  christos 	(cpu_flags): Add CpuAVX512DQ.
    416  1.1  christos 	* i386-init.h: Regenerared.
    417  1.1  christos 	* i386-opc.h (CpuAVX512DQ): New.
    418  1.1  christos 	(i386_cpu_flags): Add cpuavx512dq.
    419  1.1  christos 	* i386-opc.tbl: Add AVX512DQ instructions.
    420  1.1  christos 	* i386-tbl.h: Regenerate.
    421  1.1  christos 
    422  1.1  christos 2014-07-22  Sergey Guriev  <sergey.s.guriev (a] intel.com>
    423  1.1  christos 	    Alexander Ivchenko  <alexander.ivchenko (a] intel.com>
    424  1.1  christos 	    Maxim Kuznetsov  <maxim.kuznetsov (a] intel.com>
    425  1.1  christos 	    Sergey Lega  <sergey.s.lega (a] intel.com>
    426  1.1  christos 	    Anna Tikhonova  <anna.tikhonova (a] intel.com>
    427  1.1  christos 	    Ilya Tocar  <ilya.tocar (a] intel.com>
    428  1.1  christos 	    Andrey Turetskiy  <andrey.turetskiy (a] intel.com>
    429  1.1  christos 	    Ilya Verbin  <ilya.verbin (a] intel.com>
    430  1.1  christos 	    Kirill Yukhin  <kirill.yukhin (a] intel.com>
    431  1.1  christos 	    Michael Zolotukhin  <michael.v.zolotukhin (a] intel.com>
    432  1.1  christos 
    433  1.1  christos 	* i386-dis-evex.h: Add new instructions (prefixes bellow).
    434  1.1  christos 	* i386-dis.c (fetch_data): Add EdqwS, Edb, Edw, MaskBDE.
    435  1.1  christos 	(enum): Add dqw_swap_mode, db_mode, dw_mode, mask_bd_mode, REG_EVEX_0F71.
    436  1.1  christos 	(PREFIX enum): Add PREFIX_VEX_0F4A, PREFIX_VEX_0F99, PREFIX_VEX_0F3A31,
    437  1.1  christos 	PREFIX_VEX_0F3A33, PREFIX_EVEX_0F60, PREFIX_EVEX_0F61, PREFIX_EVEX_0F63,
    438  1.1  christos 	PREFIX_EVEX_0F64, PREFIX_EVEX_0F65, PREFIX_EVEX_0F67, PREFIX_EVEX_0F68,
    439  1.1  christos 	PREFIX_EVEX_0F69, PREFIX_EVEX_0F6B, PREFIX_EVEX_0F71_REG_2, PREFIX_EVEX_0F71_REG_4,
    440  1.1  christos 	PREFIX_EVEX_0F71_REG_6, PREFIX_EVEX_0F73_REG_3, PREFIX_EVEX_0F73_REG_7,
    441  1.1  christos 	PREFIX_EVEX_0F74, PREFIX_EVEX_0F75, PREFIX_EVEX_0FC4, PREFIX_EVEX_0FC5,
    442  1.1  christos 	PREFIX_EVEX_0FD1, PREFIX_EVEX_0FD5, PREFIX_EVEX_0FD8, PREFIX_EVEX_0FD9,
    443  1.1  christos 	PREFIX_EVEX_0FDA, PREFIX_EVEX_0FDC, PREFIX_EVEX_0FDD, PREFIX_EVEX_0FDE,
    444  1.1  christos 	PREFIX_EVEX_0FE0, PREFIX_EVEX_0FE1, PREFIX_EVEX_0FE3, PREFIX_EVEX_0FE4,
    445  1.1  christos 	PREFIX_EVEX_0FE5, PREFIX_EVEX_0FE8, PREFIX_EVEX_0FE9, PREFIX_EVEX_0FEA,
    446  1.1  christos 	PREFIX_EVEX_0FEC, PREFIX_EVEX_0FED, PREFIX_EVEX_0FEE, PREFIX_EVEX_0FF1,
    447  1.1  christos 	PREFIX_EVEX_0FF5, PREFIX_EVEX_0FF6, PREFIX_EVEX_0FF8, PREFIX_EVEX_0FF9,
    448  1.1  christos 	PREFIX_EVEX_0FFC, PREFIX_EVEX_0FFD, PREFIX_EVEX_0F3800, PREFIX_EVEX_0F3804,
    449  1.1  christos 	PREFIX_EVEX_0F380B, PREFIX_EVEX_0F3810, PREFIX_EVEX_0F381C, PREFIX_EVEX_0F381D,
    450  1.1  christos 	PREFIX_EVEX_0F3820, PREFIX_EVEX_0F3826, PREFIX_EVEX_0F382B, PREFIX_EVEX_0F3830,
    451  1.1  christos 	PREFIX_EVEX_0F3838, PREFIX_EVEX_0F383C, PREFIX_EVEX_0F383E, PREFIX_EVEX_0F3866,
    452  1.1  christos 	PREFIX_EVEX_0F3875, PREFIX_EVEX_0F3878, PREFIX_EVEX_0F3879, PREFIX_EVEX_0F387A,
    453  1.1  christos 	PREFIX_EVEX_0F387B, PREFIX_EVEX_0F387D, PREFIX_EVEX_0F388D, PREFIX_EVEX_0F3A0F,
    454  1.1  christos 	PREFIX_EVEX_0F3A14, PREFIX_EVEX_0F3A15, PREFIX_EVEX_0F3A20, PREFIX_EVEX_0F3A3E,
    455  1.1  christos 	PREFIX_EVEX_0F3A3F, PREFIX_EVEX_0F3A42.
    456  1.1  christos 	(VEX_LEN enum): Add VEX_LEN_0F41_P_2, VEX_LEN_0F42_P_2, VEX_LEN_0F44_P_2,
    457  1.1  christos 	VEX_LEN_0F45_P_2, VEX_LEN_0F46_P_2, VEX_LEN_0F47_P_2, VEX_LEN_0F4A_P_0,
    458  1.1  christos 	VEX_LEN_0F4A_P_2, VEX_LEN_0F4B_P_0, VEX_LEN_0F90_P_2, VEX_LEN_0F91_P_2,
    459  1.1  christos 	VEX_LEN_0F92_P_3, VEX_LEN_0F93_P_3, VEX_LEN_0F98_P_2, VEX_LEN_0F99_P_0,
    460  1.1  christos 	VEX_LEN_0F99_P_2, VEX_LEN_0F3A31_P_2, VEX_LEN_0F3A33_P_2, VEX_W_0F41_P_2_LEN_1,
    461  1.1  christos 	VEX_W_0F42_P_2_LEN_1, VEX_W_0F44_P_2_LEN_0, VEX_W_0F45_P_2_LEN_1,
    462  1.1  christos 	VEX_W_0F46_P_2_LEN_1, VEX_W_0F47_P_2_LEN_1, VEX_W_0F4A_P_0_LEN_1,
    463  1.1  christos 	VEX_W_0F4A_P_2_LEN_1, VEX_W_0F4B_P_0_LEN_1, VEX_W_0F90_P_2_LEN_0,
    464  1.1  christos 	VEX_W_0F91_P_2_LEN_0, VEX_W_0F92_P_3_LEN_0, VEX_W_0F93_P_3_LEN_0,
    465  1.1  christos 	VEX_W_0F98_P_2_LEN_0, VEX_W_0F99_P_0_LEN_0, VEX_W_0F99_P_2_LEN_0,
    466  1.1  christos 	VEX_W_0F3A31_P_2_LEN_0, VEX_W_0F3A33_P_2_LEN_0.
    467  1.1  christos 	(VEX_W enum): Add EVEX_W_0F6B_P_2, EVEX_W_0F6F_P_3, EVEX_W_0F7F_P_3,
    468  1.1  christos 	EVEX_W_0F3810_P_1, EVEX_W_0F3810_P_2, EVEX_W_0F3811_P_2, EVEX_W_0F3812_P_2,
    469  1.1  christos 	EVEX_W_0F3820_P_1, EVEX_W_0F3826_P_1, EVEX_W_0F3826_P_2, EVEX_W_0F3828_P_1,
    470  1.1  christos 	EVEX_W_0F3829_P_1, EVEX_W_0F382B_P_2, EVEX_W_0F3830_P_1, EVEX_W_0F3866_P_2,
    471  1.1  christos 	EVEX_W_0F3875_P_2, EVEX_W_0F3878_P_2, EVEX_W_0F3879_P_2, EVEX_W_0F387A_P_2,
    472  1.1  christos 	EVEX_W_0F387B_P_2, EVEX_W_0F387D_P_2, EVEX_W_0F388D_P_2, EVEX_W_0F3A3E_P_2,
    473  1.1  christos 	EVEX_W_0F3A3F_P_2, EVEX_W_0F3A42_P_2.
    474  1.1  christos 	(prefix_table): Add entries for new instructions.
    475  1.1  christos 	(vex_table) : Ditto.
    476  1.1  christos 	(vex_len_table): Ditto.
    477  1.1  christos 	(vex_w_table): Ditto.
    478  1.1  christos 	(intel_operand_size): Add db_mode, dw_mode, dqw_swap_mode,
    479  1.1  christos 	mask_bd_mode handling.
    480  1.1  christos 	(OP_E_register): Add dqw_swap_mode, dw_mode, db_mode, mask_bd_mode
    481  1.1  christos 	handling.
    482  1.1  christos 	(OP_E_memory): Add dqw_mode, dw_mode, dqw_swap_mode, dqb_mode, db_mode
    483  1.1  christos 	handling.
    484  1.1  christos 	(OP_G): Add db_mode, dw_mode, dqw_swap_mode, mask_bd_mode handling.
    485  1.1  christos 	(OP_EX): Add dqw_swap_mode handling.
    486  1.1  christos 	(OP_VEX): Add mask_bd_mode handling.
    487  1.1  christos 	(OP_Mask): Add mask_bd_mode handling.
    488  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_AVX512BW_FLAGS.
    489  1.1  christos 	(cpu_flags): Add CpuAVX512BW.
    490  1.1  christos 	* i386-init.h: Regenerated.
    491  1.1  christos 	* i386-opc.h (CpuAVX512BW): New.
    492  1.1  christos 	(i386_cpu_flags): Add cpuavx512bw.
    493  1.1  christos 	* i386-opc.tbl: Add AVX512BW instructions.
    494  1.1  christos 	* i386-tbl.h: Regenerate.
    495  1.1  christos 
    496  1.1  christos 2014-07-22  Sergey Guriev  <sergey.s.guriev (a] intel.com>
    497  1.1  christos 	    Alexander Ivchenko  <alexander.ivchenko (a] intel.com>
    498  1.1  christos 	    Maxim Kuznetsov  <maxim.kuznetsov (a] intel.com>
    499  1.1  christos 	    Sergey Lega  <sergey.s.lega (a] intel.com>
    500  1.1  christos 	    Anna Tikhonova  <anna.tikhonova (a] intel.com>
    501  1.1  christos 	    Ilya Tocar  <ilya.tocar (a] intel.com>
    502  1.1  christos 	    Andrey Turetskiy  <andrey.turetskiy (a] intel.com>
    503  1.1  christos 	    Ilya Verbin  <ilya.verbin (a] intel.com>
    504  1.1  christos 	    Kirill Yukhin  <kirill.yukhin (a] intel.com>
    505  1.1  christos 	    Michael Zolotukhin  <michael.v.zolotukhin (a] intel.com>
    506  1.1  christos 
    507  1.1  christos 	* i386-opc.tbl: Add AVX512VL and AVX512CD instructions.
    508  1.1  christos 	* i386-tbl.h: Regenerate.
    509  1.1  christos 
    510  1.1  christos 2014-07-22  Sergey Guriev  <sergey.s.guriev (a] intel.com>
    511  1.1  christos 	    Alexander Ivchenko  <alexander.ivchenko (a] intel.com>
    512  1.1  christos 	    Maxim Kuznetsov  <maxim.kuznetsov (a] intel.com>
    513  1.1  christos 	    Sergey Lega  <sergey.s.lega (a] intel.com>
    514  1.1  christos 	    Anna Tikhonova  <anna.tikhonova (a] intel.com>
    515  1.1  christos 	    Ilya Tocar  <ilya.tocar (a] intel.com>
    516  1.1  christos 	    Andrey Turetskiy  <andrey.turetskiy (a] intel.com>
    517  1.1  christos 	    Ilya Verbin  <ilya.verbin (a] intel.com>
    518  1.1  christos 	    Kirill Yukhin  <kirill.yukhin (a] intel.com>
    519  1.1  christos 	    Michael Zolotukhin  <michael.v.zolotukhin (a] intel.com>
    520  1.1  christos 
    521  1.1  christos 	* i386-dis.c (intel_operand_size): Support 128/256 length in
    522  1.1  christos 	vex_vsib_q_w_dq_mode.
    523  1.1  christos 	(OP_E_memory): Add ymmq_mode handling, handle new broadcast.
    524  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_AVX512VL_FLAGS.
    525  1.1  christos 	(cpu_flags): Add CpuAVX512VL.
    526  1.1  christos 	* i386-init.h: Regenerated.
    527  1.1  christos 	* i386-opc.h (CpuAVX512VL): New.
    528  1.1  christos 	(i386_cpu_flags): Add cpuavx512vl.
    529  1.1  christos 	(BROADCAST_1TO4, BROADCAST_1TO2): Define.
    530  1.1  christos 	* i386-opc.tbl: Add AVX512VL instructions.
    531  1.1  christos 	* i386-tbl.h: Regenerate.
    532  1.1  christos 
    533  1.1  christos 2014-07-20  Stefan Kristiansson  <stefan.kristiansson (a] saunalahti.fi>
    534  1.1  christos 
    535  1.1  christos 	* or1k-desc.c, * or1k-desc.h, * or1k-opc.c, * or1k-opc.h,
    536  1.1  christos 	* or1k-opinst.c: Regenerate.
    537  1.1  christos 
    538  1.1  christos 2014-07-08  Ilya Tocar  <ilya.tocar (a] intel.com>
    539  1.1  christos 
    540  1.1  christos 	* i386-dis-evex.h (EVEX_W_0F10_P_1_M_1): Fix vmovss.
    541  1.1  christos 	(EVEX_W_0F10_P_3_M_1): Fix vmovsd.
    542  1.1  christos 
    543  1.1  christos 2014-07-04  Alan Modra  <amodra (a] gmail.com>
    544  1.1  christos 
    545  1.1  christos 	* configure.ac: Rename from configure.in.
    546  1.1  christos 	* Makefile.in: Regenerate.
    547  1.1  christos 	* config.in: Regenerate.
    548  1.1  christos 
    549  1.1  christos 2014-07-04  Alan Modra  <amodra (a] gmail.com>
    550  1.1  christos 
    551  1.1  christos 	* configure.in: Include bfd/version.m4.
    552  1.1  christos 	(AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
    553  1.1  christos 	(BFD_VERSION): Delete.
    554  1.1  christos 	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
    555  1.1  christos 	* configure: Regenerate.
    556  1.1  christos 	* Makefile.in: Regenerate.
    557  1.1  christos 
    558  1.1  christos 2014-07-01  Barney Stratford   <barney_stratford (a] fastmail.fm>
    559  1.1  christos             Senthil Kumar Selvaraj  <senthil_kumar.selvaraj (a] atmel.com>
    560  1.1  christos             Pitchumani Sivanupandi  <pitchumani.s (a] atmel.com>
    561  1.1  christos             Soundararajan  <Sounderarajan.D (a] atmel.com>
    562  1.1  christos 
    563  1.1  christos 	* avr-dis.c (avr_operand): Handle constraint j for 16 bit lds/sts.
    564  1.1  christos 	(print_insn_avr): Do not select opcode if insn ISA is avrtiny and
    565  1.1  christos 	machine is not avrtiny.
    566  1.1  christos 
    567  1.1  christos 2014-06-26  Philippe De Muyter <phdm (a] macqel.be>
    568  1.1  christos 
    569  1.1  christos 	* or1k-desc.h (spr_field_masks): Add U suffix to the end of long
    570  1.1  christos 	constants.
    571  1.1  christos 
    572  1.1  christos 2014-06-12  Alan Modra  <amodra (a] gmail.com>
    573  1.1  christos 
    574  1.1  christos 	* or1k-asm.c, * or1k-desc.c, * or1k-desc.h, * or1k-dis.c,
    575  1.1  christos 	* or1k-ibld.c, * or1k-opc.c, * or1k-opc.h, * or1k-opinst.c: Regenerate.
    576  1.1  christos 
    577  1.1  christos 2014-06-10  H.J. Lu  <hongjiu.lu (a] intel.com>
    578  1.1  christos 
    579  1.1  christos 	* i386-dis.c (fwait_prefix): New.
    580  1.1  christos 	(ckprefix): Set fwait_prefix.
    581  1.1  christos 	(print_insn): Properly print prefixes before fwait.
    582  1.1  christos 
    583  1.1  christos 2014-06-07  Alan Modra  <amodra (a] gmail.com>
    584  1.1  christos 
    585  1.1  christos 	* ppc-opc.c (UISIGNOPT): Define and use with cmpli.
    586  1.1  christos 
    587  1.1  christos 2014-06-05  Joel Brobecker  <brobecker (a] adacore.com>
    588  1.1  christos 
    589  1.1  christos 	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
    590  1.1  christos 	bfd's development.sh.
    591  1.1  christos 	* Makefile.in, configure: Regenerate.
    592  1.1  christos 
    593  1.1  christos 2014-06-03  Nick Clifton  <nickc (a] redhat.com>
    594  1.1  christos 
    595  1.1  christos 	* msp430-dis.c (msp430_doubleoperand): Use extension_word to
    596  1.1  christos 	decide when extended addressing is being used.
    597  1.1  christos 
    598  1.1  christos 2014-06-02  Eric Botcazou  <ebotcazou (a] adacore.com>
    599  1.1  christos 
    600  1.1  christos 	* sparc-opc.c (cas): Disable for LEON.
    601  1.1  christos 	(casl): Likewise.
    602  1.1  christos 
    603  1.1  christos 2014-05-20  Alan Modra  <amodra (a] gmail.com>
    604  1.1  christos 
    605  1.1  christos 	* m68k-dis.c: Don't include setjmp.h.
    606  1.1  christos 
    607  1.1  christos 2014-05-09  H.J. Lu  <hongjiu.lu (a] intel.com>
    608  1.1  christos 
    609  1.1  christos 	* i386-dis.c (ADDR16_PREFIX): Removed.
    610  1.1  christos 	(ADDR32_PREFIX): Likewise.
    611  1.1  christos 	(DATA16_PREFIX): Likewise.
    612  1.1  christos 	(DATA32_PREFIX): Likewise.
    613  1.1  christos 	(prefix_name): Updated.
    614  1.1  christos 	(print_insn): Simplify data and address size prefixes processing.
    615  1.1  christos 
    616  1.1  christos 2014-05-08  Stefan Kristiansson  <stefan.kristiansson (a] saunalahti.fi>
    617  1.1  christos 
    618  1.1  christos 	* or1k-desc.c: Regenerated.
    619  1.1  christos 	* or1k-desc.h: Likewise.
    620  1.1  christos 	* or1k-opc.c: Likewise.
    621  1.1  christos 	* or1k-opc.h: Likewise.
    622  1.1  christos 	* or1k-opinst.c: Likewise.
    623  1.1  christos 
    624  1.1  christos 2014-05-07  Andrew Bennett  <andrew.bennett (a] imgtec.com>
    625  1.1  christos 
    626  1.1  christos 	* mips-opc.c (mips_builtin_opcodes): Add MIPS32r5 eretnc instruction.
    627  1.1  christos 	(I34): New define.
    628  1.1  christos 	(I36): New define.
    629  1.1  christos 	(I66): New define.
    630  1.1  christos 	(I68): New define.
    631  1.1  christos 	* mips-dis.c (mips_arch_choices): Add mips32r3, mips32r5, mips64r3 and
    632  1.1  christos 	mips64r5.
    633  1.1  christos 	(parse_mips_dis_option): Update MSA and virtualization support to
    634  1.1  christos 	allow mips64r3 and mips64r5.
    635  1.1  christos 
    636  1.1  christos 2014-05-07  Andrew Bennett  <andrew.bennett (a] imgtec.com>
    637  1.1  christos 
    638  1.1  christos 	* mips-opc.c (G3): Remove I4.
    639  1.1  christos 
    640  1.1  christos 2014-05-05  H.J. Lu  <hongjiu.lu (a] intel.com>
    641  1.1  christos 
    642  1.1  christos 	PR binutils/16893
    643  1.1  christos 	* i386-dis.c (twobyte_has_mandatory_prefix): New variable.
    644  1.1  christos 	(end_codep): Likewise.
    645  1.1  christos 	(mandatory_prefix): Likewise.
    646  1.1  christos 	(active_seg_prefix): Likewise.
    647  1.1  christos 	(ckprefix): Set active_seg_prefix to the active segment register
    648  1.1  christos 	prefix.
    649  1.1  christos 	(seg_prefix): Removed.
    650  1.1  christos 	(get_valid_dis386): Use the last of PREFIX_REPNZ and PREFIX_REPZ
    651  1.1  christos 	for prefix index.  Ignore the index if it is invalid and the
    652  1.1  christos 	mandatory prefix isn't required.
    653  1.1  christos 	(print_insn): Set mandatory_prefix if the PREFIX_XXX prefix is
    654  1.1  christos 	mandatory.  Don't set PREFIX_REPZ/PREFIX_REPNZ/PREFIX_LOCK bits
    655  1.1  christos 	in used_prefixes here.  Don't print unused prefixes.  Check
    656  1.1  christos 	active_seg_prefix for the active segment register prefix.
    657  1.1  christos 	Restore the DFLAG bit in sizeflag if the data size prefix is
    658  1.1  christos 	unused.  Check the unused mandatory PREFIX_XXX prefixes
    659  1.1  christos 	(append_seg): Only print the segment register which gets used.
    660  1.1  christos 	(OP_E_memory): Check active_seg_prefix for the segment register
    661  1.1  christos 	prefix.
    662  1.1  christos 	(OP_OFF): Likewise.
    663  1.1  christos 	(OP_OFF64): Likewise.
    664  1.1  christos 	(OP_DSreg): Set active_seg_prefix to PREFIX_DS if it is unset.
    665  1.1  christos 
    666  1.1  christos 2014-05-02  H.J. Lu  <hongjiu.lu (a] intel.com>
    667  1.1  christos 
    668  1.1  christos 	PR binutils/16886
    669  1.1  christos 	* config.in: Regenerated.
    670  1.1  christos 	* configure: Likewise.
    671  1.1  christos 	* configure.in: Check if sigsetjmp is available.
    672  1.1  christos 	* h8500-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
    673  1.1  christos 	(fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
    674  1.1  christos 	(print_insn_h8500): Replace setjmp with OPCODES_SIGSETJMP.
    675  1.1  christos 	* i386-dis.c (dis_private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
    676  1.1  christos 	(fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
    677  1.1  christos 	(print_insn): Replace setjmp with OPCODES_SIGSETJMP.
    678  1.1  christos 	* ns32k-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
    679  1.1  christos 	(fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
    680  1.1  christos 	(print_insn_ns32k): Replace setjmp with OPCODES_SIGSETJMP.
    681  1.1  christos 	* sysdep.h (OPCODES_SIGJMP_BUF): New macro.
    682  1.1  christos 	(OPCODES_SIGSETJMP): Likewise.
    683  1.1  christos 	(OPCODES_SIGLONGJMP): Likewise.
    684  1.1  christos 	* vax-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
    685  1.1  christos 	(fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
    686  1.1  christos 	(print_insn_vax): Replace setjmp with OPCODES_SIGSETJMP.
    687  1.1  christos 	* xtensa-dis.c (dis_private): Replace jmp_buf with
    688  1.1  christos 	OPCODES_SIGJMP_BUF.
    689  1.1  christos 	(fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
    690  1.1  christos 	(print_insn_xtensa): Replace setjmp with OPCODES_SIGSETJMP.
    691  1.1  christos 	* z8k-dis.c(instr_data_s): Replace jmp_buf with OPCODES_SIGJMP_BUF.
    692  1.1  christos 	(fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
    693  1.1  christos 	(print_insn_z8k): Replace setjmp with OPCODES_SIGSETJMP.
    694  1.1  christos 
    695  1.1  christos 2014-05-01  H.J. Lu  <hongjiu.lu (a] intel.com>
    696  1.1  christos 
    697  1.1  christos 	PR binutils/16891
    698  1.1  christos 	* i386-dis.c (print_insn): Handle prefixes before fwait.
    699  1.1  christos 
    700  1.1  christos 2014-04-26  Alan Modra  <amodra (a] gmail.com>
    701  1.1  christos 
    702  1.1  christos 	* po/POTFILES.in: Regenerate.
    703  1.1  christos 
    704  1.1  christos 2014-04-23  Andrew Bennett  <andrew.bennett (a] imgtec.com>
    705  1.1  christos 
    706  1.1  christos 	* mips-dis.c (mips_arch_choices): Update mips32r2 and mips64r2
    707  1.1  christos 	to allow the MIPS XPA ASE.
    708  1.1  christos 	(parse_mips_dis_option): Process the -Mxpa option.
    709  1.1  christos 	* mips-opc.c (XPA): New define.
    710  1.1  christos 	(mips_builtin_opcodes): Add MIPS XPA instructions and move the
    711  1.1  christos 	locations of the ctc0 and cfc0 instructions.
    712  1.1  christos 
    713  1.1  christos 2014-04-22  Christian Svensson  <blue (a] cmd.nu>
    714  1.1  christos 
    715  1.1  christos 	* Makefile.am: Remove openrisc and or32 support.  Add support for or1k.
    716  1.1  christos 	* configure.in: Likewise.
    717  1.1  christos 	* disassemble.c: Likewise.
    718  1.1  christos 	* or1k-asm.c: New file.
    719  1.1  christos 	* or1k-desc.c: New file.
    720  1.1  christos 	* or1k-desc.h: New file.
    721  1.1  christos 	* or1k-dis.c: New file.
    722  1.1  christos 	* or1k-ibld.c: New file.
    723  1.1  christos 	* or1k-opc.c: New file.
    724  1.1  christos 	* or1k-opc.h: New file.
    725  1.1  christos 	* or1k-opinst.c: New file.
    726  1.1  christos 	* Makefile.in: Regenerate.
    727  1.1  christos 	* configure: Regenerate.
    728  1.1  christos 	* openrisc-asm.c: Delete.
    729  1.1  christos 	* openrisc-desc.c: Delete.
    730  1.1  christos 	* openrisc-desc.h: Delete.
    731  1.1  christos 	* openrisc-dis.c: Delete.
    732  1.1  christos 	* openrisc-ibld.c: Delete.
    733  1.1  christos 	* openrisc-opc.c: Delete.
    734  1.1  christos 	* openrisc-opc.h: Delete.
    735  1.1  christos 	* or32-dis.c: Delete.
    736  1.1  christos 	* or32-opc.c: Delete.
    737  1.1  christos 
    738  1.1  christos 2014-04-04  Ilya Tocar  <ilya.tocar (a] intel.com>
    739  1.1  christos 
    740  1.1  christos 	* i386-dis.c (rm_table): Add encls, enclu.
    741  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_SE1_FLAGS,
    742  1.1  christos 	(cpu_flags): Add CpuSE1.
    743  1.1  christos 	* i386-opc.h (enum): Add CpuSE1.
    744  1.1  christos 	(i386_cpu_flags): Add cpuse1.
    745  1.1  christos 	* i386-opc.tbl: Add encls, enclu.
    746  1.1  christos 	* i386-init.h: Regenerated.
    747  1.1  christos 	* i386-tbl.h: Likewise.
    748  1.1  christos 
    749  1.1  christos 2014-04-02  Anthony Green  <green (a] moxielogic.com>
    750  1.1  christos 
    751  1.1  christos 	* moxie-opc.c (moxie_form1_opc_info): Add sign-extension
    752  1.1  christos 	instructions, sex.b and sex.s.
    753  1.1  christos 
    754  1.1  christos 2014-03-26  Jiong Wang  <jiong.wang (a] arm.com>
    755  1.1  christos 
    756  1.1  christos 	* aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
    757  1.1  christos 	instructions.
    758  1.1  christos 
    759  1.1  christos 2014-03-20  Ilya Tocar  <ilya.tocar (a] intel.com>
    760  1.1  christos 
    761  1.1  christos 	* i386-opc.tbl: Change memory size for vgatherpf0qps, vgatherpf1qps,
    762  1.1  christos 	vscatterpf0qps, vscatterpf1qps, vgatherqps, vpgatherqd, vpscatterqd,
    763  1.1  christos 	vscatterqps.
    764  1.1  christos 	* i386-tbl.h: Regenerate.
    765  1.1  christos 
    766  1.1  christos 2014-03-19  Jose E. Marchesi  <jose.marchesi (a] oracle.com>
    767  1.1  christos 
    768  1.1  christos 	* sparc-dis.c (v9_hpriv_reg_names): Names for %hstick_offset and
    769  1.1  christos 	%hstick_enable added.
    770  1.1  christos 
    771  1.1  christos 2014-03-19  Nick Clifton  <nickc (a] redhat.com>
    772  1.1  christos 
    773  1.1  christos 	* rx-decode.opc (bwl): Allow for bogus instructions with a size
    774  1.1  christos 	field of 3.
    775  1.1  christos 	(sbwl, ubwl, SCALE): Likewise.
    776  1.1  christos 	* rx-decode.c: Regenerate.
    777  1.1  christos 
    778  1.1  christos 2014-03-12  Alan Modra  <amodra (a] gmail.com>
    779  1.1  christos 
    780  1.1  christos 	* Makefile.in: Regenerate.
    781  1.1  christos 
    782  1.1  christos 2014-03-05  Alan Modra  <amodra (a] gmail.com>
    783  1.1  christos 
    784  1.1  christos 	Update copyright years.
    785  1.1  christos 
    786  1.1  christos 2014-03-04  Heiher  <r (a] hev.cc>
    787  1.1  christos 
    788  1.1  christos 	* mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
    789  1.1  christos 
    790  1.1  christos 2014-03-04  Richard Sandiford  <rdsandiford (a] googlemail.com>
    791  1.1  christos 
    792  1.1  christos 	* mips-opc.c (mips_builtin_opcodes): Move the udi* instructions
    793  1.1  christos 	so that they come after the Loongson extensions.
    794  1.1  christos 
    795  1.1  christos 2014-03-03  Alan Modra  <amodra (a] gmail.com>
    796  1.1  christos 
    797  1.1  christos 	* i386-gen.c (process_copyright): Emit copyright notice on one line.
    798  1.1  christos 
    799  1.1  christos 2014-02-28  Alan Modra  <amodra (a] gmail.com>
    800  1.1  christos 
    801  1.1  christos 	* msp430-decode.c: Regenerate.
    802  1.1  christos 
    803  1.1  christos 2014-02-27  Jiong Wang  <jiong.wang (a] arm.com>
    804  1.1  christos 
    805  1.1  christos 	* aarch64-tbl.h (aarch64_opcode_table): Replace IMM0 with
    806  1.1  christos 	FPIMM0 for fcmeq, fcmgt, fcmge, fcmlt and fcmle.
    807  1.1  christos 
    808  1.1  christos 2014-02-27  Yufeng Zhang  <yufeng.zhang (a] arm.com>
    809  1.1  christos 
    810  1.1  christos 	* aarch64-opc.c (print_register_offset_address): Call
    811  1.1  christos 	get_int_reg_name to prepare the register name.
    812  1.1  christos 
    813  1.1  christos 2014-02-25  Ilya Tocar  <ilya.tocar (a] intel.com>
    814  1.1  christos 
    815  1.1  christos 	* i386-opc.tbl: Remove wrong variant of vcvtps2ph
    816  1.1  christos 	* i386-tbl.h: Regenerate.
    817  1.1  christos 
    818  1.1  christos 2014-02-20  Ilya Tocar  <ilya.tocar (a] intel.com>
    819  1.1  christos 
    820  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/
    821  1.1  christos 	(cpu_flags): Add CpuPREFETCHWT1.
    822  1.1  christos 	* i386-init.h: Regenerate.
    823  1.1  christos 	* i386-opc.h (CpuPREFETCHWT1): New.
    824  1.1  christos 	(i386_cpu_flags): Add cpuprefetchwt1.
    825  1.1  christos 	* i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1.
    826  1.1  christos 	* i386-tbl.h: Regenerate.
    827  1.1  christos 
    828  1.1  christos 2014-02-20  Ilya Tocar  <ilya.tocar (a] intel.com>
    829  1.1  christos 
    830  1.1  christos 	* i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD,
    831  1.1  christos 	to CpuAVX512F.
    832  1.1  christos 	* i386-tbl.h: Regenerate.
    833  1.1  christos 
    834  1.1  christos 2014-02-19  H.J. Lu  <hongjiu.lu (a] intel.com>
    835  1.1  christos 
    836  1.1  christos 	* i386-gen.c (output_cpu_flags): Don't output trailing space.
    837  1.1  christos 	(output_opcode_modifier): Likewise.
    838  1.1  christos 	(output_operand_type): Likewise.
    839  1.1  christos 	* i386-init.h: Regenerated.
    840  1.1  christos 	* i386-tbl.h: Likewise.
    841  1.1  christos 
    842  1.1  christos 2014-02-12  Ilya Tocar  <ilya.tocar (a] intel.com>
    843  1.1  christos 
    844  1.1  christos 	* i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4,
    845  1.1  christos 	MOD_0FC7_REG_5.
    846  1.1  christos 	(PREFIX enum): Add PREFIX_0FAE_REG_7.
    847  1.1  christos 	(reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5.
    848  1.1  christos 	(prefix_table): Add clflusopt.
    849  1.1  christos 	(mod_table): Add xrstors, xsavec, xsaves.
    850  1.1  christos 	* i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS,
    851  1.1  christos 	CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS.
    852  1.1  christos 	(cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
    853  1.1  christos 	* i386-init.h: Regenerate.
    854  1.1  christos 	* i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves,
    855  1.1  christos 	xsaves64, xsavec, xsavec64.
    856  1.1  christos 	* i386-tbl.h: Regenerate.
    857  1.1  christos 
    858  1.1  christos 2014-02-10  Alan Modra  <amodra (a] gmail.com>
    859  1.1  christos 
    860  1.1  christos 	* po/POTFILES.in: Regenerate.
    861  1.1  christos 	* po/opcodes.pot: Regenerate.
    862  1.1  christos 
    863  1.1  christos 2014-01-30  Michael Zolotukhin  <michael.v.zolotukhin (a] gmail.com>
    864  1.1  christos 	    Jan Beulich  <jbeulich (a] suse.com>
    865  1.1  christos 
    866  1.1  christos 	PR binutils/16490
    867  1.1  christos 	* i386-dis.c (OP_E_memory): Fix shift computation for
    868  1.1  christos 	vex_vsib_q_w_dq_mode.
    869  1.1  christos 
    870  1.1  christos 2014-01-09  Bradley Nelson  <bradnelson (a] google.com>
    871  1.1  christos 	    Roland McGrath  <mcgrathr (a] google.com>
    872  1.1  christos 
    873  1.1  christos 	* i386-dis.c (print_insn): Do not touch all_prefixes[-1] when
    874  1.1  christos 	last_rex_prefix is -1.
    875  1.1  christos 
    876  1.1  christos 2014-01-08  H.J. Lu  <hongjiu.lu (a] intel.com>
    877  1.1  christos 
    878  1.1  christos 	* i386-gen.c (process_copyright): Update copyright year to 2014.
    879  1.1  christos 
    880  1.1  christos 2014-01-03  Maciej W. Rozycki  <macro (a] codesourcery.com>
    881  1.1  christos 
    882  1.1  christos 	* nds32-asm.c (parse_operand): Fix out-of-range integer constant.
    883  1.1  christos 
    884  1.1  christos For older changes see ChangeLog-2013
    885  1.1  christos 
    887  1.1  christos Copyright (C) 2014 Free Software Foundation, Inc.
    888  1.1  christos 
    889  1.1  christos Copying and distribution of this file, with or without modification,
    890  1.1  christos are permitted in any medium without royalty provided the copyright
    891  1.1  christos notice and this notice are preserved.
    892  1.1  christos 
    893  1.1  christos Local Variables:
    894  1.1  christos mode: change-log
    895  1.1  christos left-margin: 8
    896  1.1  christos fill-column: 74
    897  1.1  christos version-control: never
    898                End:
    899