opcodes: blackfin: use OUTS helper
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
f5caf9f4
MF
12011-02-22 Mike Frysinger <vapier@gentoo.org>
2
3 * bfin-dis.c (print_insn_bfin): Change outf->fprintf_func to OUTS.
4
e5bc4265
MF
52011-02-19 Mike Frysinger <vapier@gentoo.org>
6
7 * bfin-dis.c (saved_state): Mark static. Change a[01]x to ax[] and
8 a[01]w to aw[]. Delete ac0, ac0_copy, ac1, an, aq, av0, av0s, av1,
9 av1s, az, cc, v, v_copy, vs, rnd_mod, v_internal, pc, ticks, insts,
10 exception, end_of_registers, msize, memory, bfd_mach.
11 (CCREG, PCREG, A0XREG, A0WREG, A1XREG, A1WREG, LC0REG, LT0REG,
12 LB0REG, LC1REG, LT1REG, LB1REG): Delete
13 (AXREG, AWREG, LCREG, LTREG, LBREG): Define.
14 (get_allreg): Change to new defines. Fallback to abort().
15
602427c4
MF
162011-02-14 Mike Frysinger <vapier@gentoo.org>
17
18 * bfin-dis.c: Add whitespace/parenthesis where needed.
19
298c1ec2
MF
202011-02-14 Mike Frysinger <vapier@gentoo.org>
21
22 * bfin-dis.c (decode_LoopSetup_0): Return when reg is greater
23 than 7.
24
822ce8ee
RW
252011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26
27 * configure: Regenerate.
28
13c02f06
MF
292011-02-13 Mike Frysinger <vapier@gentoo.org>
30
31 * bfin-dis.c (decode_dsp32alu_0): Fix typo with A1 reg.
32
4db66394
MF
332011-02-13 Mike Frysinger <vapier@gentoo.org>
34
35 * bfin-dis.c (decode_dsp32mult_0): Add 1 to dst for mac1. Output
36 dregs only when P is set, and dregs_lo otherwise.
37
36f44611
MF
382011-02-13 Mike Frysinger <vapier@gentoo.org>
39
40 * bfin-dis.c (decode_dsp32alu_0): Delete BYTEOP2M code.
41
9805c0a5
MF
422011-02-12 Mike Frysinger <vapier@gentoo.org>
43
44 * bfin-dis.c (decode_pseudoDEBUG_0): Add space after PRNT.
45
43a6aa65
MF
462011-02-12 Mike Frysinger <vapier@gentoo.org>
47
48 * bfin-dis.c (machine_registers): Delete REG_GP.
49 (reg_names): Delete "GP".
50 (decode_allregs): Change REG_GP to REG_LASTREG.
51
26bb3ddd
MF
522011-02-12 Mike Frysinger <vapier@gentoo.org>
53
54 * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
55 M_IU): Define.
56 (is_macmod_pmove, is_macmod_hmove): New functions.
57
69b8ea4a
MF
582011-02-11 Mike Frysinger <vapier@gentoo.org>
59
60 * bfin-dis.c (reg_names): Add const.
61 (decode_dregs_lo, decode_dregs_hi, decode_dregs, decode_dregs_byte,
62 decode_pregs, decode_iregs, decode_mregs, decode_dpregs, decode_gregs,
63 decode_regs, decode_regs_lo, decode_regs_hi, decode_statbits,
64 decode_counters, decode_allregs): Likewise.
65
42d5f9c6
MS
662011-02-09 Michael Snyder <msnyder@vmware.com>
67
68 * i386-dis.c (OP_J): Parenthesize expression to prevent
69 truncated addresses.
70 (print_insn): Fix indentation off-by-one.
71
4be0c941
NC
722011-02-01 Nick Clifton <nickc@redhat.com>
73
74 * po/da.po: Updated Danish translation.
75
6b069ee7
AM
762011-01-21 Dave Murphy <davem@devkitpro.org>
77
78 * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
79
e3949f17
L
802011-01-18 H.J. Lu <hongjiu.lu@intel.com>
81
82 * i386-dis.c (sIbT): New.
83 (b_T_mode): Likewise.
84 (dis386): Replace sIb with sIbT on "pushT".
85 (x86_64_table): Replace sIb with Ib on "aam" and "aad".
86 (OP_sI): Handle b_T_mode. Properly sign-extend byte.
87
752573b2
JK
882011-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
89
90 * i386-init.h: Regenerated.
91 * i386-tbl.h: Regenerated
92
2a2a0f38
QN
932011-01-17 Quentin Neill <quentin.neill@amd.com>
94
95 * i386-dis.c (REG_XOP_TBM_01): New.
96 (REG_XOP_TBM_02): New.
97 (reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
98 (xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
99 entries, and add bextr instruction.
100
101 * i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
102 (cpu_flags): Add CpuTBM.
103
104 * i386-opc.h (CpuTBM) New.
105 (i386_cpu_flags): Add bit cputbm.
106
107 * i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
108 blcs, blsfill, blsic, t1mskc, and tzmsk.
109
90d6ff62
DD
1102011-01-12 DJ Delorie <dj@redhat.com>
111
112 * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
113
c95354ed
MX
1142011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
115
116 * mips-dis.c (print_insn_args): Adjust the value to print the real
117 offset for "+c" argument.
118
f7465604
NC
1192011-01-10 Nick Clifton <nickc@redhat.com>
120
121 * po/da.po: Updated Danish translation.
122
639e30d2
NS
1232011-01-05 Nathan Sidwell <nathan@codesourcery.com>
124
125 * arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
126
f12dc422
L
1272011-01-04 H.J. Lu <hongjiu.lu@intel.com>
128
129 * i386-dis.c (REG_VEX_38F3): New.
130 (PREFIX_0FBC): Likewise.
131 (PREFIX_VEX_38F2): Likewise.
132 (PREFIX_VEX_38F3_REG_1): Likewise.
133 (PREFIX_VEX_38F3_REG_2): Likewise.
134 (PREFIX_VEX_38F3_REG_3): Likewise.
135 (PREFIX_VEX_38F7): Likewise.
136 (VEX_LEN_38F2_P_0): Likewise.
137 (VEX_LEN_38F3_R_1_P_0): Likewise.
138 (VEX_LEN_38F3_R_2_P_0): Likewise.
139 (VEX_LEN_38F3_R_3_P_0): Likewise.
140 (VEX_LEN_38F7_P_0): Likewise.
141 (dis386_twobyte): Use PREFIX_0FBC.
142 (reg_table): Add REG_VEX_38F3.
143 (prefix_table): Add PREFIX_0FBC, PREFIX_VEX_38F2,
144 PREFIX_VEX_38F3_REG_1, PREFIX_VEX_38F3_REG_2,
145 PREFIX_VEX_38F3_REG_3 and PREFIX_VEX_38F7.
146 (vex_table): Use PREFIX_VEX_38F2, REG_VEX_38F3 and
147 PREFIX_VEX_38F7.
148 (vex_len_table): Add VEX_LEN_38F2_P_0, VEX_LEN_38F3_R_1_P_0,
149 VEX_LEN_38F3_R_2_P_0, VEX_LEN_38F3_R_3_P_0 and
150 VEX_LEN_38F7_P_0.
151
152 * i386-gen.c (cpu_flag_init): Add CPU_BMI_FLAGS.
153 (cpu_flags): Add CpuBMI.
154
155 * i386-opc.h (CpuBMI): New.
156 (i386_cpu_flags): Add cpubmi.
157
158 * i386-opc.tbl: Add andn, bextr, blsi, blsmsk, blsr and tzcnt.
159 * i386-init.h: Regenerated.
160 * i386-tbl.h: Likewise.
161
cb21baef
L
1622011-01-04 H.J. Lu <hongjiu.lu@intel.com>
163
164 * i386-dis.c (VexGdq): New.
165 (OP_VEX): Handle dq_mode.
166
0db46eb4
L
1672011-01-01 H.J. Lu <hongjiu.lu@intel.com>
168
169 * i386-gen.c (process_copyright): Update copyright to 2011.
170
9e9e0820 171For older changes see ChangeLog-2010
252b5132
RH
172\f
173Local Variables:
2f6d2f85
NC
174mode: change-log
175left-margin: 8
176fill-column: 74
252b5132
RH
177version-control: never
178End:
This page took 0.526841 seconds and 4 git commands to generate.