Add AC_PROG_CXX.
[binutils.git] / opcodes / ChangeLog
blob070eb10b32b835fa6afdd4b784144e8be833787d
1 2011-01-21  Dave Murphy  <davem@devkitpro.org>
3         * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
5 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
7         * i386-dis.c (sIbT): New.
8         (b_T_mode): Likewise.
9         (dis386): Replace sIb with sIbT on "pushT".
10         (x86_64_table): Replace sIb with Ib on "aam" and "aad".
11         (OP_sI): Handle b_T_mode.  Properly sign-extend byte.
13 2011-01-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
15         * i386-init.h: Regenerated.
16         * i386-tbl.h: Regenerated
18 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
20         * i386-dis.c (REG_XOP_TBM_01): New.
21         (REG_XOP_TBM_02): New.
22         (reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
23         (xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
24         entries, and add bextr instruction.
26         * i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
27         (cpu_flags): Add CpuTBM.
29         * i386-opc.h (CpuTBM) New.
30         (i386_cpu_flags): Add bit cputbm.
32         * i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
33         blcs, blsfill, blsic, t1mskc, and tzmsk.
35 2011-01-12  DJ Delorie  <dj@redhat.com>
37         * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
39 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
41         * mips-dis.c (print_insn_args): Adjust the value to print the real
42         offset for "+c" argument.
44 2011-01-10  Nick Clifton  <nickc@redhat.com>
46         * po/da.po: Updated Danish translation.
48 2011-01-05  Nathan Sidwell  <nathan@codesourcery.com>
50         * arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
52 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
54         * i386-dis.c (REG_VEX_38F3): New.
55         (PREFIX_0FBC): Likewise.
56         (PREFIX_VEX_38F2): Likewise.
57         (PREFIX_VEX_38F3_REG_1): Likewise.
58         (PREFIX_VEX_38F3_REG_2): Likewise.
59         (PREFIX_VEX_38F3_REG_3): Likewise.
60         (PREFIX_VEX_38F7): Likewise.
61         (VEX_LEN_38F2_P_0): Likewise.
62         (VEX_LEN_38F3_R_1_P_0): Likewise.
63         (VEX_LEN_38F3_R_2_P_0): Likewise.
64         (VEX_LEN_38F3_R_3_P_0): Likewise.
65         (VEX_LEN_38F7_P_0): Likewise.
66         (dis386_twobyte): Use PREFIX_0FBC.
67         (reg_table): Add REG_VEX_38F3.
68         (prefix_table): Add PREFIX_0FBC, PREFIX_VEX_38F2,
69         PREFIX_VEX_38F3_REG_1, PREFIX_VEX_38F3_REG_2,
70         PREFIX_VEX_38F3_REG_3 and PREFIX_VEX_38F7.
71         (vex_table): Use PREFIX_VEX_38F2, REG_VEX_38F3 and
72         PREFIX_VEX_38F7.
73         (vex_len_table): Add VEX_LEN_38F2_P_0, VEX_LEN_38F3_R_1_P_0,
74         VEX_LEN_38F3_R_2_P_0, VEX_LEN_38F3_R_3_P_0 and
75         VEX_LEN_38F7_P_0.
77         * i386-gen.c (cpu_flag_init): Add CPU_BMI_FLAGS.
78         (cpu_flags): Add CpuBMI.
80         * i386-opc.h (CpuBMI): New.
81         (i386_cpu_flags): Add cpubmi.
83         * i386-opc.tbl: Add andn, bextr, blsi, blsmsk, blsr and tzcnt.
84         * i386-init.h: Regenerated.
85         * i386-tbl.h: Likewise.
87 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
89         * i386-dis.c (VexGdq): New.
90         (OP_VEX): Handle dq_mode.
92 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
94         * i386-gen.c (process_copyright): Update copyright to 2011.
96 For older changes see ChangeLog-2010
98 Local Variables:
99 mode: change-log
100 left-margin: 8
101 fill-column: 74
102 version-control: never
103 End: