opcodes: blackfin: add missing space after PRNT insn
[binutils.git] / opcodes / ChangeLog
blobc11d8320bad27c117c8fde843a83ff08d860b6cc
1 2011-02-12  Mike Frysinger  <vapier@gentoo.org>
3         * bfin-dis.c (decode_pseudoDEBUG_0): Add space after PRNT.
5 2011-02-12  Mike Frysinger  <vapier@gentoo.org>
7         * bfin-dis.c (machine_registers): Delete REG_GP.
8         (reg_names): Delete "GP".
9         (decode_allregs): Change REG_GP to REG_LASTREG.
11 2011-02-12  Mike Frysinger  <vapier@gentoo.org>
13         * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
14         M_IU): Define.
15         (is_macmod_pmove, is_macmod_hmove): New functions.
17 2011-02-11  Mike Frysinger  <vapier@gentoo.org>
19         * bfin-dis.c (reg_names): Add const.
20         (decode_dregs_lo, decode_dregs_hi, decode_dregs, decode_dregs_byte,
21         decode_pregs, decode_iregs, decode_mregs, decode_dpregs, decode_gregs,
22         decode_regs, decode_regs_lo, decode_regs_hi, decode_statbits,
23         decode_counters, decode_allregs): Likewise.
25 2011-02-09  Michael Snyder  <msnyder@vmware.com>
27         * i386-dis.c (OP_J): Parenthesize expression to prevent 
28         truncated addresses.
29         (print_insn): Fix indentation off-by-one.
31 2011-02-01  Nick Clifton  <nickc@redhat.com>
33         * po/da.po: Updated Danish translation.
35 2011-01-21  Dave Murphy  <davem@devkitpro.org>
37         * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
39 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
41         * i386-dis.c (sIbT): New.
42         (b_T_mode): Likewise.
43         (dis386): Replace sIb with sIbT on "pushT".
44         (x86_64_table): Replace sIb with Ib on "aam" and "aad".
45         (OP_sI): Handle b_T_mode.  Properly sign-extend byte.
47 2011-01-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
49         * i386-init.h: Regenerated.
50         * i386-tbl.h: Regenerated
52 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
54         * i386-dis.c (REG_XOP_TBM_01): New.
55         (REG_XOP_TBM_02): New.
56         (reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
57         (xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
58         entries, and add bextr instruction.
60         * i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
61         (cpu_flags): Add CpuTBM.
63         * i386-opc.h (CpuTBM) New.
64         (i386_cpu_flags): Add bit cputbm.
66         * i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
67         blcs, blsfill, blsic, t1mskc, and tzmsk.
69 2011-01-12  DJ Delorie  <dj@redhat.com>
71         * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
73 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
75         * mips-dis.c (print_insn_args): Adjust the value to print the real
76         offset for "+c" argument.
78 2011-01-10  Nick Clifton  <nickc@redhat.com>
80         * po/da.po: Updated Danish translation.
82 2011-01-05  Nathan Sidwell  <nathan@codesourcery.com>
84         * arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
86 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
88         * i386-dis.c (REG_VEX_38F3): New.
89         (PREFIX_0FBC): Likewise.
90         (PREFIX_VEX_38F2): Likewise.
91         (PREFIX_VEX_38F3_REG_1): Likewise.
92         (PREFIX_VEX_38F3_REG_2): Likewise.
93         (PREFIX_VEX_38F3_REG_3): Likewise.
94         (PREFIX_VEX_38F7): Likewise.
95         (VEX_LEN_38F2_P_0): Likewise.
96         (VEX_LEN_38F3_R_1_P_0): Likewise.
97         (VEX_LEN_38F3_R_2_P_0): Likewise.
98         (VEX_LEN_38F3_R_3_P_0): Likewise.
99         (VEX_LEN_38F7_P_0): Likewise.
100         (dis386_twobyte): Use PREFIX_0FBC.
101         (reg_table): Add REG_VEX_38F3.
102         (prefix_table): Add PREFIX_0FBC, PREFIX_VEX_38F2,
103         PREFIX_VEX_38F3_REG_1, PREFIX_VEX_38F3_REG_2,
104         PREFIX_VEX_38F3_REG_3 and PREFIX_VEX_38F7.
105         (vex_table): Use PREFIX_VEX_38F2, REG_VEX_38F3 and
106         PREFIX_VEX_38F7.
107         (vex_len_table): Add VEX_LEN_38F2_P_0, VEX_LEN_38F3_R_1_P_0,
108         VEX_LEN_38F3_R_2_P_0, VEX_LEN_38F3_R_3_P_0 and
109         VEX_LEN_38F7_P_0.
111         * i386-gen.c (cpu_flag_init): Add CPU_BMI_FLAGS.
112         (cpu_flags): Add CpuBMI.
114         * i386-opc.h (CpuBMI): New.
115         (i386_cpu_flags): Add cpubmi.
117         * i386-opc.tbl: Add andn, bextr, blsi, blsmsk, blsr and tzcnt.
118         * i386-init.h: Regenerated.
119         * i386-tbl.h: Likewise.
121 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
123         * i386-dis.c (VexGdq): New.
124         (OP_VEX): Handle dq_mode.
126 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
128         * i386-gen.c (process_copyright): Update copyright to 2011.
130 For older changes see ChangeLog-2010
132 Local Variables:
133 mode: change-log
134 left-margin: 8
135 fill-column: 74
136 version-control: never
137 End: