xref: /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ChangeLog-2011 (revision 75fd0b742a7e4a64301bc6c44e9bc5240c58bb92)
1*75fd0b74Schristos2011-12-15  Nick Clifton  <nickc@redhat.com>
2*75fd0b74Schristos
3*75fd0b74Schristos	* cgen-asm.c (cgen_parse_signed_integer): Add code to handle the
4*75fd0b74Schristos	sign extension of negative values on a 64-bit host.
5*75fd0b74Schristos	* frv-asm.c: Regenerate.
6*75fd0b74Schristos
7*75fd0b74Schristos2011-12-13  Alan Modra  <amodra@gmail.com>
8*75fd0b74Schristos
9*75fd0b74Schristos	* ppc-opc.c (ISA_V2): Define and use for relevant BO field tests.
10*75fd0b74Schristos	(valid_bo_pre_v2, valid_bo_post_v2): New functions, extracted from..
11*75fd0b74Schristos	(valid_bo): ..here.  When disassembling, accept either 'y' or 'at'
12*75fd0b74Schristos	type encoding on second pass.
13*75fd0b74Schristos	(powerpc_opcodes): Use ISA_V2 to enable branch insns rather than
14*75fd0b74Schristos	POWER4.
15*75fd0b74Schristos	* ppc-dis.c (print_insn_powerpc): Delete dialect_orig.  Instead
16*75fd0b74Schristos	ignore deprecated on second pass.
17*75fd0b74Schristos
18*75fd0b74Schristos2011-12-08  Andrew Pinski  <apinski@cavium.com>
19*75fd0b74Schristos
20*75fd0b74Schristos	* mips-opc.c (mips_builtin_opcodes): Add "pause".
21*75fd0b74Schristos
22*75fd0b74Schristos2011-12-08  Andrew Pinski  <apinski@cavium.com>
23*75fd0b74Schristos	    Adam Nemet  <anemet@caviumnetworks.com>
24*75fd0b74Schristos
25*75fd0b74Schristos	* mips-dis.c (mips_arch_choices): Add Octeon2.
26*75fd0b74Schristos	For "octeon+", just include OcteonP for the insn.
27*75fd0b74Schristos	* mips-opc.c (IOCT): Include Octeon2.
28*75fd0b74Schristos	(IOCTP): Include Octeon2.
29*75fd0b74Schristos	(IOCT2): New macro.
30*75fd0b74Schristos	(mips_builtin_opcodes): Add "laa", "laad", "lac", "lacd", "lad",
31*75fd0b74Schristos	"ladd", "lai", "laid", "las", "lasd", "law", "lawd".
32*75fd0b74Schristos	Move "lbux", "ldx", "lhx", "lwx", and "lwux" up to where the standard
33*75fd0b74Schristos	loads are, and add IOCT2 to them.
34*75fd0b74Schristos	Add "lbx" and "lhux".
35*75fd0b74Schristos	Add "qmac.00", "qmac.01", "qmac.02", "qmac.03", "qmacs.00",
36*75fd0b74Schristos	"qmacs.01", "qmacs.01", "qmacs.02" and "qmacs.03".
37*75fd0b74Schristos	Add "zcb" and "zcbt".
38*75fd0b74Schristos
39*75fd0b74Schristos2011-11-29  Andrew Pinski  <apinski@cavium.com>
40*75fd0b74Schristos
41*75fd0b74Schristos	* mips-dis.c (mips_arch_choices): Add Octeon+.
42*75fd0b74Schristos	* mips-opc.c (IOCT): Include Octeon+.
43*75fd0b74Schristos	(IOCTP): New macro.
44*75fd0b74Schristos	(mips_builtin_opcodes): Add "saa" and "saad".
45*75fd0b74Schristos
46*75fd0b74Schristos2011-11-25  Pierre Muller  <muller@ics.u-strasbg.fr>
47*75fd0b74Schristos
48*75fd0b74Schristos	* mips-dis.c (print_insn_micromips): Rename local variable iprintf
49*75fd0b74Schristos	to infprintf to avoid shadow warning.
50*75fd0b74Schristos
51*75fd0b74Schristos2011-11-25  Nick Clifton  <nickc@redhat.com>
52*75fd0b74Schristos
53*75fd0b74Schristos	* po/it.po: Updated Italian translation.
54*75fd0b74Schristos
55*75fd0b74Schristos2011-11-16  Maciej W. Rozycki  <macro@codesourcery.com>
56*75fd0b74Schristos
57*75fd0b74Schristos	* micromips-opc.c (micromips_opcodes): Use NODS rather than TRAP
58*75fd0b74Schristos	for "alnv.ps".
59*75fd0b74Schristos
60*75fd0b74Schristos2011-11-02  Nick Clifton  <nickc@redhat.com>
61*75fd0b74Schristos
62*75fd0b74Schristos	* po/it.po: New Italian translation.
63*75fd0b74Schristos	* configure.in (ALL_LINGUAS): Add it.
64*75fd0b74Schristos	* configure: Regenerate.
65*75fd0b74Schristos	* po/opcodes.pot: Regenerate.
66*75fd0b74Schristos
67*75fd0b74Schristos2011-11-01  DJ Delorie  <dj@redhat.com>
68*75fd0b74Schristos
69*75fd0b74Schristos	* Makefile.am (TARGET_LIBOPCODES_CFILES): Add rl78-decode.c and
70*75fd0b74Schristos	rl78-dis.c.
71*75fd0b74Schristos	(MAINTAINERCLEANFILES): Add rl78-decode.c.
72*75fd0b74Schristos	(rl78-decode.c): New rule, built from rl78-decode.opc and opc2c.
73*75fd0b74Schristos	* Makefile.in: Regenerate.
74*75fd0b74Schristos	* configure.in: Add bfd_rl78_arch case.
75*75fd0b74Schristos	* configure: Regenerate.
76*75fd0b74Schristos	* disassemble.c: Define ARCH_rl78.
77*75fd0b74Schristos	(disassembler): Add ARCH_rl78 case.
78*75fd0b74Schristos	* rl78-decode.c: New file.
79*75fd0b74Schristos	* rl78-decode.opc: New file.
80*75fd0b74Schristos	* rl78-dis.c: New file.
81*75fd0b74Schristos
82*75fd0b74Schristos2011-10-27  Peter Bergner  <bergner@vnet.ibm.com>
83*75fd0b74Schristos
84*75fd0b74Schristos	* ppc-opc.c (powerpc_opcodes) <drrndq, drrndq., dtstexq, dctqpq,
85*75fd0b74Schristos	dctqpq., dctfixq, dctfixq., dxexq, dxexq., dtstsfq, dcffixq, dcffixq.,
86*75fd0b74Schristos	diexq, diexq.>: Use FRT, FRA, FRB and FRBp repsectively on DFP quad
87*75fd0b74Schristos	instructions.
88*75fd0b74Schristos
89*75fd0b74Schristos2011-10-26  Nick Clifton  <nickc@redhat.com>
90*75fd0b74Schristos
91*75fd0b74Schristos	PR binutils/13348
92*75fd0b74Schristos	* i386-dis.c (print_insn): Fix testing of array subscript.
93*75fd0b74Schristos
94*75fd0b74Schristos2011-10-26  Joern Rennecke  <joern.rennecke@embecosm.com>
95*75fd0b74Schristos
96*75fd0b74Schristos	* disassemble.c (ARCH_epiphany): Move into alphasorted spot.
97*75fd0b74Schristos	* epiphany-asm.c, epiphany-opc.h: Regenerate.
98*75fd0b74Schristos
99*75fd0b74Schristos2011-10-25  Joern Rennecke  <joern.rennecke@embecosm.com>
100*75fd0b74Schristos
101*75fd0b74Schristos	* Makefile.am (HFILES): Add epiphany-desc.h and epiphany-opc.h .
102*75fd0b74Schristos	(TARGET_LIBOPCODES_CFILES): Add  epiphany-asm.c, epiphany-desc.c,
103*75fd0b74Schristos	epiphany-dis.c, epiphany-ibld.c and epiphany-opc.c .
104*75fd0b74Schristos	(CLEANFILES): Add stamp-epiphany.
105*75fd0b74Schristos	(EPIPHANY_DEPS): Set.  Make CGEN-generated Epiphany files depend on it.
106*75fd0b74Schristos	(stamp-epiphany): New rule.
107*75fd0b74Schristos	* configure.in: Handle bfd_epiphany_arch.
108*75fd0b74Schristos	* disassemble.c (ARCH_epiphany): Define.
109*75fd0b74Schristos	(disassembler): Handle bfd_arch_epiphany.
110*75fd0b74Schristos	* epiphany-asm.c: New file.
111*75fd0b74Schristos	* epiphany-desc.c: New file.
112*75fd0b74Schristos	* epiphany-desc.h: New file.
113*75fd0b74Schristos	* epiphany-dis.c: New file.
114*75fd0b74Schristos	* epiphany-ibld.c: New file.
115*75fd0b74Schristos	* epiphany-opc.c: New file.
116*75fd0b74Schristos	* epiphany-opc.h: New file.
117*75fd0b74Schristos	* Makefile.in: Regenerate.
118*75fd0b74Schristos	* configure: Regenerate.
119*75fd0b74Schristos	* po/POTFILES.in: Regenerate.
120*75fd0b74Schristos	* po/opcodes.pot: Regenerate.
121*75fd0b74Schristos
122*75fd0b74Schristos2011-10-24  Julian Brown  <julian@codesourcery.com>
123*75fd0b74Schristos
124*75fd0b74Schristos	* m68k-opc.c (m68k_opcodes): Fix entries for ColdFire moveml.
125*75fd0b74Schristos
126*75fd0b74Schristos2011-10-21  Jan Glauber  <jang@linux.vnet.ibm.com>
127*75fd0b74Schristos
128*75fd0b74Schristos	* s390-opc.txt: Add CPUMF instructions.
129*75fd0b74Schristos
130*75fd0b74Schristos2011-10-18  Jie Zhang  <jie@codesourcery.com>
131*75fd0b74Schristos	    Julian Brown  <julian@codesourcery.com>
132*75fd0b74Schristos
133*75fd0b74Schristos	* arm-dis.c (print_insn_arm): Explicitly specify rotation if needed.
134*75fd0b74Schristos
135*75fd0b74Schristos2011-10-10  Nick Clifton  <nickc@redhat.com>
136*75fd0b74Schristos
137*75fd0b74Schristos	* po/es.po: Updated Spanish translation.
138*75fd0b74Schristos	* po/fi.po: Updated Finnish translation.
139*75fd0b74Schristos
140*75fd0b74Schristos2011-09-28  Jan Beulich  <jbeulich@suse.com>
141*75fd0b74Schristos
142*75fd0b74Schristos	* ppc-opc.c (insert_nbi, insert_rbx, FRAp, FRBp, FRSp, FRTp, NBI, RAX,
143*75fd0b74Schristos	RBX): New.
144*75fd0b74Schristos	(insert_bo, insert_boe): Reject bcctr with bit 2 in bo unset.
145*75fd0b74Schristos	(powerpc_opcodes): Use RAX for second and RBXC for third operand of
146*75fd0b74Schristos	lswx. Use NBI for third operand of lswi. Use FRTp for first operand of
147*75fd0b74Schristos	lfdp and lfdpx. Use FRSp for first operand of stfdp and stfdpx, and
148*75fd0b74Schristos	mark them as invalid on POWER7. Use FRTp, FRAp, and FRBp repsectively
149*75fd0b74Schristos	on DFP quad instructions.
150*75fd0b74Schristos
151*75fd0b74Schristos2011-09-27  David S. Miller  <davem@davemloft.net>
152*75fd0b74Schristos
153*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Fix random instruction to write
154*75fd0b74Schristos	to a float instead of an integer register.
155*75fd0b74Schristos
156*75fd0b74Schristos2011-09-26  David S. Miller  <davem@davemloft.net>
157*75fd0b74Schristos
158*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Add integer multiply-add
159*75fd0b74Schristos	instructions.
160*75fd0b74Schristos
161*75fd0b74Schristos2011-09-21  David S. Miller  <davem@davemloft.net>
162*75fd0b74Schristos
163*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Annotate table with HWCAP flag
164*75fd0b74Schristos	bits.  Fix "fchksm16" mnemonic.
165*75fd0b74Schristos
166*75fd0b74Schristos2011-09-08  Mark Fortescue <mark@mtfhpc.demon.co.uk>
167*75fd0b74Schristos
168*75fd0b74Schristos	The changes below bring 'mov' and 'ticc' instructions into line
169*75fd0b74Schristos	with the V8 SPARC Architecture Manual.
170*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Add entry for 'ticc imm + regrs1'.
171*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Add alias entries for
172*75fd0b74Schristos	'mov regrs2,%asrX'; 'mov regrs2,%y'; 'mov regrs2,%prs';
173*75fd0b74Schristos	'mov regrs2,%wim' and 'mov regrs2,%tbr'.
174*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Move/Change entries for
175*75fd0b74Schristos	'mov imm,%asrX'; 'mov imm,%y'; 'mov imm,%prs'; 'mov imm,%wim'
176*75fd0b74Schristos	and 'mov imm,%tbr'.
177*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Add wr alias entries to match above
178*75fd0b74Schristos	mov aliases.
179*75fd0b74Schristos
180*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Add entry for 'save simm13,regrs1,regrd'
181*75fd0b74Schristos	This has been reported as being accepted by the Sun assmebler.
182*75fd0b74Schristos
183*75fd0b74Schristos2011-09-08  David S. Miller  <davem@davemloft.net>
184*75fd0b74Schristos
185*75fd0b74Schristos	* sparc-opc.c (pdistn): Destination is integer not float register.
186*75fd0b74Schristos
187*75fd0b74Schristos2011-09-07  Andreas Schwab  <schwab@linux-m68k.org>
188*75fd0b74Schristos
189*75fd0b74Schristos	PR gas/13145
190*75fd0b74Schristos	* m68k-opc.c: Use "y" in moveml pattern for mcfisa_a.
191*75fd0b74Schristos
192*75fd0b74Schristos2011-08-26  Nick Clifton  <nickc@redhat.com>
193*75fd0b74Schristos
194*75fd0b74Schristos	* po/es.po: Updated Spanish translation.
195*75fd0b74Schristos
196*75fd0b74Schristos2011-08-22  Nick Clifton  <nickc@redhat.com>
197*75fd0b74Schristos
198*75fd0b74Schristos	* Makefile.am (CPUDIR): Redfine to point to top level cpu
199*75fd0b74Schristos	directory.
200*75fd0b74Schristos	(stamp-frv): Use CPUDIR.
201*75fd0b74Schristos	(stamp-iq2000): Likewise.
202*75fd0b74Schristos	(stamp-lm32): Likewise.
203*75fd0b74Schristos	(stamp-m32c): Likewise.
204*75fd0b74Schristos	(stamp-mt): Likewise.
205*75fd0b74Schristos	(stamp-xc16x): Likewise.
206*75fd0b74Schristos	* Makefile.in: Regenerate.
207*75fd0b74Schristos
208*75fd0b74Schristos2011-08-09  Chao-ying Fu  <fu@mips.com>
209*75fd0b74Schristos	    Maciej W. Rozycki  <macro@codesourcery.com>
210*75fd0b74Schristos
211*75fd0b74Schristos	* mips-dis.c (mips_arch_choices): Enable MCU for "mips32r2"
212*75fd0b74Schristos	and "mips64r2".
213*75fd0b74Schristos	(print_insn_args, print_insn_micromips): Handle MCU.
214*75fd0b74Schristos	* micromips-opc.c (MC): New macro.
215*75fd0b74Schristos	(micromips_opcodes): Add "aclr", "aset" and "iret".
216*75fd0b74Schristos	* mips-opc.c (MC): New macro.
217*75fd0b74Schristos	(mips_builtin_opcodes): Add "aclr", "aset" and "iret".
218*75fd0b74Schristos
219*75fd0b74Schristos2011-08-09  Maciej W. Rozycki  <macro@codesourcery.com>
220*75fd0b74Schristos
221*75fd0b74Schristos	* micromips-opc.c (MOD_mb, MOD_mc, MOD_md): Remove macros.
222*75fd0b74Schristos	(MOD_me, MOD_mf, MOD_mg, MOD_mhi, MOD_mj, MOD_ml): Likewise.
223*75fd0b74Schristos	(MOD_mm, MOD_mn, MOD_mp, MOD_mq, MOD_sp): Likewise.
224*75fd0b74Schristos	(WR_mb, RD_mc, RD_md, WR_md, RD_me, RD_mf, WR_mf): New macros.
225*75fd0b74Schristos	(RD_mg, WR_mhi, RD_mj, WR_mj, RD_ml, RD_mmn): Likewise.
226*75fd0b74Schristos	(RD_mp, WR_mp, RD_mq, RD_sp, WR_sp): Likewise.
227*75fd0b74Schristos	(WR_s): Update macro.
228*75fd0b74Schristos	(micromips_opcodes): Update register use flags of: "addiu",
229*75fd0b74Schristos	"addiupc", "addiur1sp", "addiur2", "addius5", "addiusp", "addu",
230*75fd0b74Schristos	"and", "andi", "beq", "beqz", "bne", "bnez", "di", "ei", "j",
231*75fd0b74Schristos	"jalr", "jalrs", "jr", "jraddiusp", "jrc", "lbu", "lhu", "li",
232*75fd0b74Schristos	"lui", "lw", "lwm", "mfhi", "mflo", "move", "movep", "not",
233*75fd0b74Schristos	"nor", "or", "ori", "sb", "sh", "sll", "srl", "subu", "sw",
234*75fd0b74Schristos	"swm" and "xor" instructions.
235*75fd0b74Schristos
236*75fd0b74Schristos2011-08-05  David S. Miller  <davem@davemloft.net>
237*75fd0b74Schristos
238*75fd0b74Schristos	* sparc-dis.c (v9a_ast_reg_names): Add "cps".
239*75fd0b74Schristos	(X_RS3): New macro.
240*75fd0b74Schristos	(print_insn_sparc): Handle '4', '5', and '(' format codes.
241*75fd0b74Schristos	Accept %asr numbers below 28.
242*75fd0b74Schristos	* sparc-opc.c (sparc_opcodes): Add entries for HPC and VIS3
243*75fd0b74Schristos	instructions.
244*75fd0b74Schristos
245*75fd0b74Schristos2011-08-02  Quentin Neill  <quentin.neill@amd.com>
246*75fd0b74Schristos
247*75fd0b74Schristos	* i386-dis.c (xop_table): Remove spurious bextr insn.
248*75fd0b74Schristos
249*75fd0b74Schristos2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
250*75fd0b74Schristos
251*75fd0b74Schristos	PR ld/13048
252*75fd0b74Schristos	* i386-dis.c (print_insn): Optimize info->mach check.
253*75fd0b74Schristos
254*75fd0b74Schristos2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
255*75fd0b74Schristos
256*75fd0b74Schristos	PR gas/13046
257*75fd0b74Schristos	* i386-opc.tbl: Add Disp32S to 64bit call.
258*75fd0b74Schristos	* i386-tbl.h: Regenerated.
259*75fd0b74Schristos
260*75fd0b74Schristos2011-07-24  Chao-ying Fu  <fu@mips.com>
261*75fd0b74Schristos	    Maciej W. Rozycki  <macro@codesourcery.com>
262*75fd0b74Schristos
263*75fd0b74Schristos	* micromips-opc.c: New file.
264*75fd0b74Schristos	* mips-dis.c (micromips_to_32_reg_b_map): New array.
265*75fd0b74Schristos	(micromips_to_32_reg_c_map, micromips_to_32_reg_d_map): Likewise.
266*75fd0b74Schristos	(micromips_to_32_reg_e_map, micromips_to_32_reg_f_map): Likewise.
267*75fd0b74Schristos	(micromips_to_32_reg_g_map, micromips_to_32_reg_l_map): Likewise.
268*75fd0b74Schristos	(micromips_to_32_reg_q_map): Likewise.
269*75fd0b74Schristos	(micromips_imm_b_map, micromips_imm_c_map): Likewise.
270*75fd0b74Schristos	(micromips_ase): New variable.
271*75fd0b74Schristos	(is_micromips): New function.
272*75fd0b74Schristos	(set_default_mips_dis_options): Handle microMIPS ASE.
273*75fd0b74Schristos	(print_insn_micromips): New function.
274*75fd0b74Schristos	(is_compressed_mode_p): Likewise.
275*75fd0b74Schristos	(_print_insn_mips): Handle microMIPS instructions.
276*75fd0b74Schristos	* Makefile.am (CFILES): Add micromips-opc.c.
277*75fd0b74Schristos	* configure.in (bfd_mips_arch): Add micromips-opc.lo.
278*75fd0b74Schristos	* Makefile.in: Regenerate.
279*75fd0b74Schristos	* configure: Regenerate.
280*75fd0b74Schristos
281*75fd0b74Schristos	* mips-dis.c (micromips_to_32_reg_h_map): New variable.
282*75fd0b74Schristos	(micromips_to_32_reg_i_map): Likewise.
283*75fd0b74Schristos	(micromips_to_32_reg_m_map): Likewise.
284*75fd0b74Schristos	(micromips_to_32_reg_n_map): New macro.
285*75fd0b74Schristos
286*75fd0b74Schristos2011-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
287*75fd0b74Schristos
288*75fd0b74Schristos	* mips-opc.c (NODS): New macro.
289*75fd0b74Schristos	(TRAP): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT.
290*75fd0b74Schristos	(DSP_VOLA): Likewise.
291*75fd0b74Schristos	(mips_builtin_opcodes): Add NODS annotation to "deret" and
292*75fd0b74Schristos	"eret". Replace INSN_SYNC with NODS throughout.  Use NODS in
293*75fd0b74Schristos	place of TRAP for "wait", "waiti" and "yield".
294*75fd0b74Schristos	* mips16-opc.c (NODS): New macro.
295*75fd0b74Schristos	(TRAP): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT.
296*75fd0b74Schristos	(mips16_opcodes):  Use NODS in place of TRAP for "jalrc", "jrc",
297*75fd0b74Schristos	"restore" and "save".
298*75fd0b74Schristos
299*75fd0b74Schristos2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
300*75fd0b74Schristos
301*75fd0b74Schristos	* configure.in: Handle bfd_k1om_arch.
302*75fd0b74Schristos	* configure: Regenerated.
303*75fd0b74Schristos
304*75fd0b74Schristos	* disassemble.c (disassembler): Handle bfd_k1om_arch.
305*75fd0b74Schristos
306*75fd0b74Schristos	* i386-dis.c (print_insn): Handle bfd_mach_k1om and
307*75fd0b74Schristos	bfd_mach_k1om_intel_syntax.
308*75fd0b74Schristos
309*75fd0b74Schristos	* i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to
310*75fd0b74Schristos	~(CpuL1OM|CpuK1OM).  Add CPU_K1OM_FLAGS.
311*75fd0b74Schristos	(cpu_flags): Add CpuK1OM.
312*75fd0b74Schristos
313*75fd0b74Schristos	* i386-opc.h (CpuK1OM): New.
314*75fd0b74Schristos	(i386_cpu_flags): Add cpuk1om.
315*75fd0b74Schristos
316*75fd0b74Schristos	* i386-init.h: Regenerated.
317*75fd0b74Schristos	* i386-tbl.h: Likewise.
318*75fd0b74Schristos
319*75fd0b74Schristos2011-07-12  Nick Clifton  <nickc@redhat.com>
320*75fd0b74Schristos
321*75fd0b74Schristos	* arm-dis.c (print_insn_arm): Revert previous, undocumented,
322*75fd0b74Schristos	accidental change.
323*75fd0b74Schristos
324*75fd0b74Schristos2011-07-01  Nick Clifton  <nickc@redhat.com>
325*75fd0b74Schristos
326*75fd0b74Schristos	PR binutils/12329
327*75fd0b74Schristos	* avr-dis.c (avr_operand): Fix disassembly of ELPM, LPM and SPM
328*75fd0b74Schristos	insns using post-increment addressing.
329*75fd0b74Schristos
330*75fd0b74Schristos2011-06-30  H.J. Lu  <hongjiu.lu@intel.com>
331*75fd0b74Schristos
332*75fd0b74Schristos	* i386-dis.c (vex_len_table): Update rorxS.
333*75fd0b74Schristos
334*75fd0b74Schristos2011-06-30  H.J. Lu  <hongjiu.lu@intel.com>
335*75fd0b74Schristos
336*75fd0b74Schristos	AVX Programming Reference (June, 2011)
337*75fd0b74Schristos	* i386-dis.c (vex_len_table): Correct rorxS.
338*75fd0b74Schristos
339*75fd0b74Schristos	* i386-opc.tbl: Correct rorx.
340*75fd0b74Schristos	* i386-tbl.h: Regenerated.
341*75fd0b74Schristos
342*75fd0b74Schristos2011-06-29  H.J. Lu  <hongjiu.lu@intel.com>
343*75fd0b74Schristos
344*75fd0b74Schristos	* tilegx-opc.c (find_opcode): Replace "index" with "i".
345*75fd0b74Schristos	* tilepro-opc.c (find_opcode): Likewise.
346*75fd0b74Schristos
347*75fd0b74Schristos2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
348*75fd0b74Schristos
349*75fd0b74Schristos	* mips16-opc.c (jalrc, jrc): Move earlier in file.
350*75fd0b74Schristos
351*75fd0b74Schristos2011-06-21  H.J. Lu  <hongjiu.lu@intel.com>
352*75fd0b74Schristos
353*75fd0b74Schristos	* i386-dis.c (prefix_table): Re-indent PREFIX_VEX_0F388C and
354*75fd0b74Schristos	PREFIX_VEX_0F388E.
355*75fd0b74Schristos
356*75fd0b74Schristos2011-06-17  Andreas Schwab  <schwab@redhat.com>
357*75fd0b74Schristos
358*75fd0b74Schristos	* Makefile.am (MAINTAINERCLEANFILES): Move s390-opc.tab ...
359*75fd0b74Schristos	(MOSTLYCLEANFILES): ... here.
360*75fd0b74Schristos	* Makefile.in: Regenerate.
361*75fd0b74Schristos
362*75fd0b74Schristos2011-06-14  Alan Modra  <amodra@gmail.com>
363*75fd0b74Schristos
364*75fd0b74Schristos	* Makefile.in: Regenerate.
365*75fd0b74Schristos
366*75fd0b74Schristos2011-06-13  Walter Lee  <walt@tilera.com>
367*75fd0b74Schristos
368*75fd0b74Schristos	* Makefile.am (TARGET_LIBOPCODES_CFILES): Add tilegx-dis.c,
369*75fd0b74Schristos	tilegx-opc.c, tilepro-dis.c, and tilepro-opc.c.
370*75fd0b74Schristos	* Makefile.in: Regenerate.
371*75fd0b74Schristos	* configure.in: Handle bfd_tilegx_arch and bfd_tilepro_arch.
372*75fd0b74Schristos	* configure: Regenerate.
373*75fd0b74Schristos	* disassemble.c (disassembler): Add ARCH_tilegx and ARCH_tilepro.
374*75fd0b74Schristos	* po/POTFILES.in: Regenerate.
375*75fd0b74Schristos	* tilegx-dis.c: New file.
376*75fd0b74Schristos	* tilegx-opc.c: New file.
377*75fd0b74Schristos	* tilepro-dis.c: New file.
378*75fd0b74Schristos	* tilepro-opc.c: New file.
379*75fd0b74Schristos
380*75fd0b74Schristos2011-06-10  H.J. Lu  <hongjiu.lu@intel.com>
381*75fd0b74Schristos
382*75fd0b74Schristos	AVX Programming Reference (June, 2011)
383*75fd0b74Schristos	* i386-dis.c (XMGatherQ): New.
384*75fd0b74Schristos	* i386-dis.c (EXxmm_mb): New.
385*75fd0b74Schristos	(EXxmm_mb): Likewise.
386*75fd0b74Schristos	(EXxmm_mw): Likewise.
387*75fd0b74Schristos	(EXxmm_md): Likewise.
388*75fd0b74Schristos	(EXxmm_mq): Likewise.
389*75fd0b74Schristos	(EXxmmdw): Likewise.
390*75fd0b74Schristos	(EXxmmqd): Likewise.
391*75fd0b74Schristos	(VexGatherQ): Likewise.
392*75fd0b74Schristos	(MVexVSIBDWpX): Likewise.
393*75fd0b74Schristos	(MVexVSIBQWpX): Likewise.
394*75fd0b74Schristos	(xmm_mb_mode): Likewise.
395*75fd0b74Schristos	(xmm_mw_mode): Likewise.
396*75fd0b74Schristos	(xmm_md_mode): Likewise.
397*75fd0b74Schristos	(xmm_mq_mode): Likewise.
398*75fd0b74Schristos	(xmmdw_mode): Likewise.
399*75fd0b74Schristos	(xmmqd_mode): Likewise.
400*75fd0b74Schristos	(ymmxmm_mode): Likewise.
401*75fd0b74Schristos	(vex_vsib_d_w_dq_mode): Likewise.
402*75fd0b74Schristos	(vex_vsib_q_w_dq_mode): Likewise.
403*75fd0b74Schristos	(MOD_VEX_0F385A_PREFIX_2): Likewise.
404*75fd0b74Schristos	(MOD_VEX_0F388C_PREFIX_2): Likewise.
405*75fd0b74Schristos	(MOD_VEX_0F388E_PREFIX_2): Likewise.
406*75fd0b74Schristos	(PREFIX_0F3882): Likewise.
407*75fd0b74Schristos	(PREFIX_VEX_0F3816): Likewise.
408*75fd0b74Schristos	(PREFIX_VEX_0F3836): Likewise.
409*75fd0b74Schristos	(PREFIX_VEX_0F3845): Likewise.
410*75fd0b74Schristos	(PREFIX_VEX_0F3846): Likewise.
411*75fd0b74Schristos	(PREFIX_VEX_0F3847): Likewise.
412*75fd0b74Schristos	(PREFIX_VEX_0F3858): Likewise.
413*75fd0b74Schristos	(PREFIX_VEX_0F3859): Likewise.
414*75fd0b74Schristos	(PREFIX_VEX_0F385A): Likewise.
415*75fd0b74Schristos	(PREFIX_VEX_0F3878): Likewise.
416*75fd0b74Schristos	(PREFIX_VEX_0F3879): Likewise.
417*75fd0b74Schristos	(PREFIX_VEX_0F388C): Likewise.
418*75fd0b74Schristos	(PREFIX_VEX_0F388E): Likewise.
419*75fd0b74Schristos	(PREFIX_VEX_0F3890..PREFIX_VEX_0F3893): Likewise.
420*75fd0b74Schristos	(PREFIX_VEX_0F38F5): Likewise.
421*75fd0b74Schristos	(PREFIX_VEX_0F38F6): Likewise.
422*75fd0b74Schristos	(PREFIX_VEX_0F3A00): Likewise.
423*75fd0b74Schristos	(PREFIX_VEX_0F3A01): Likewise.
424*75fd0b74Schristos	(PREFIX_VEX_0F3A02): Likewise.
425*75fd0b74Schristos	(PREFIX_VEX_0F3A38): Likewise.
426*75fd0b74Schristos	(PREFIX_VEX_0F3A39): Likewise.
427*75fd0b74Schristos	(PREFIX_VEX_0F3A46): Likewise.
428*75fd0b74Schristos	(PREFIX_VEX_0F3AF0): Likewise.
429*75fd0b74Schristos	(VEX_LEN_0F3816_P_2): Likewise.
430*75fd0b74Schristos	(VEX_LEN_0F3819_P_2): Likewise.
431*75fd0b74Schristos	(VEX_LEN_0F3836_P_2): Likewise.
432*75fd0b74Schristos	(VEX_LEN_0F385A_P_2_M_0): Likewise.
433*75fd0b74Schristos	(VEX_LEN_0F38F5_P_0): Likewise.
434*75fd0b74Schristos	(VEX_LEN_0F38F5_P_1): Likewise.
435*75fd0b74Schristos	(VEX_LEN_0F38F5_P_3): Likewise.
436*75fd0b74Schristos	(VEX_LEN_0F38F6_P_3): Likewise.
437*75fd0b74Schristos	(VEX_LEN_0F38F7_P_1): Likewise.
438*75fd0b74Schristos	(VEX_LEN_0F38F7_P_2): Likewise.
439*75fd0b74Schristos	(VEX_LEN_0F38F7_P_3): Likewise.
440*75fd0b74Schristos	(VEX_LEN_0F3A00_P_2): Likewise.
441*75fd0b74Schristos	(VEX_LEN_0F3A01_P_2): Likewise.
442*75fd0b74Schristos	(VEX_LEN_0F3A38_P_2): Likewise.
443*75fd0b74Schristos	(VEX_LEN_0F3A39_P_2): Likewise.
444*75fd0b74Schristos	(VEX_LEN_0F3A46_P_2): Likewise.
445*75fd0b74Schristos	(VEX_LEN_0F3AF0_P_3): Likewise.
446*75fd0b74Schristos	(VEX_W_0F3816_P_2): Likewise.
447*75fd0b74Schristos	(VEX_W_0F3818_P_2): Likewise.
448*75fd0b74Schristos	(VEX_W_0F3819_P_2): Likewise.
449*75fd0b74Schristos	(VEX_W_0F3836_P_2): Likewise.
450*75fd0b74Schristos	(VEX_W_0F3846_P_2): Likewise.
451*75fd0b74Schristos	(VEX_W_0F3858_P_2): Likewise.
452*75fd0b74Schristos	(VEX_W_0F3859_P_2): Likewise.
453*75fd0b74Schristos	(VEX_W_0F385A_P_2_M_0): Likewise.
454*75fd0b74Schristos	(VEX_W_0F3878_P_2): Likewise.
455*75fd0b74Schristos	(VEX_W_0F3879_P_2): Likewise.
456*75fd0b74Schristos	(VEX_W_0F3A00_P_2): Likewise.
457*75fd0b74Schristos	(VEX_W_0F3A01_P_2): Likewise.
458*75fd0b74Schristos	(VEX_W_0F3A02_P_2): Likewise.
459*75fd0b74Schristos	(VEX_W_0F3A38_P_2): Likewise.
460*75fd0b74Schristos	(VEX_W_0F3A39_P_2): Likewise.
461*75fd0b74Schristos	(VEX_W_0F3A46_P_2): Likewise.
462*75fd0b74Schristos	(MOD_VEX_0F3818_PREFIX_2): Removed.
463*75fd0b74Schristos	(MOD_VEX_0F3819_PREFIX_2): Likewise.
464*75fd0b74Schristos	(VEX_LEN_0F60_P_2..VEX_LEN_0F6D_P_2): Likewise.
465*75fd0b74Schristos	(VEX_LEN_0F70_P_1..VEX_LEN_0F76_P_2): Likewise.
466*75fd0b74Schristos	(VEX_LEN_0FD1_P_2..VEX_LEN_0FD5_P_2): Likewise.
467*75fd0b74Schristos	(VEX_LEN_0FD7_P_2_M_1..VEX_LEN_0F3819_P_2_M_0): Likewise.
468*75fd0b74Schristos	(VEX_LEN_0F381C_P_2..VEX_LEN_0F3840_P_2): Likewise.
469*75fd0b74Schristos	(VEX_LEN_0F3A0E_P_2): Likewise.
470*75fd0b74Schristos	(VEX_LEN_0F3A0F_P_2): Likewise.
471*75fd0b74Schristos	(VEX_LEN_0F3A42_P_2): Likewise.
472*75fd0b74Schristos	(VEX_LEN_0F3A4C_P_2): Likewise.
473*75fd0b74Schristos	(VEX_W_0F3818_P_2_M_0): Likewise.
474*75fd0b74Schristos	(VEX_W_0F3819_P_2_M_0): Likewise.
475*75fd0b74Schristos	(prefix_table): Updated.
476*75fd0b74Schristos	(three_byte_table): Likewise.
477*75fd0b74Schristos	(vex_table): Likewise.
478*75fd0b74Schristos	(vex_len_table): Likewise.
479*75fd0b74Schristos	(vex_w_table): Likewise.
480*75fd0b74Schristos	(mod_table): Likewise.
481*75fd0b74Schristos	(putop): Handle "LW".
482*75fd0b74Schristos	(intel_operand_size): Handle xmm_mb_mode, xmm_mw_mode,
483*75fd0b74Schristos	xmm_md_mode, xmm_mq_mode, xmmdw_mode, xmmqd_mode, ymmxmm_mode,
484*75fd0b74Schristos	vex_vsib_d_w_dq_mode, vex_vsib_q_w_dq_mode.
485*75fd0b74Schristos	(OP_EX): Likewise.
486*75fd0b74Schristos	(OP_E_memory): Handle vex_vsib_d_w_dq_mode and
487*75fd0b74Schristos	vex_vsib_q_w_dq_mode.
488*75fd0b74Schristos	(OP_XMM): Handle vex_vsib_q_w_dq_mode.
489*75fd0b74Schristos	(OP_VEX): Likewise.
490*75fd0b74Schristos
491*75fd0b74Schristos	* i386-gen.c (cpu_flag_init): Add CpuAVX2 to CPU_ANY_SSE_FLAGS
492*75fd0b74Schristos	and CPU_ANY_AVX_FLAGS.  Add CPU_BMI2_FLAGS, CPU_LZCNT_FLAGS,
493*75fd0b74Schristos	CPU_INVPCID_FLAGS and CPU_AVX2_FLAGS.
494*75fd0b74Schristos	(cpu_flags): Add CpuAVX2, CpuBMI2, CpuLZCNT and CpuINVPCID.
495*75fd0b74Schristos	(opcode_modifiers): Add VecSIB.
496*75fd0b74Schristos
497*75fd0b74Schristos	* i386-opc.h (CpuAVX2): New.
498*75fd0b74Schristos	(CpuBMI2): Likewise.
499*75fd0b74Schristos	(CpuLZCNT): Likewise.
500*75fd0b74Schristos	(CpuINVPCID): Likewise.
501*75fd0b74Schristos	(VecSIB128): Likewise.
502*75fd0b74Schristos	(VecSIB256): Likewise.
503*75fd0b74Schristos	(VecSIB): Likewise.
504*75fd0b74Schristos	(i386_cpu_flags): Add cpuavx2, cpubmi2, cpulzcnt and cpuinvpcid.
505*75fd0b74Schristos	(i386_opcode_modifier): Add vecsib.
506*75fd0b74Schristos
507*75fd0b74Schristos	* i386-opc.tbl: Add invpcid, AVX2 and BMI2 instructions.
508*75fd0b74Schristos	* i386-init.h: Regenerated.
509*75fd0b74Schristos	* i386-tbl.h: Likewise.
510*75fd0b74Schristos
511*75fd0b74Schristos2011-06-03  Quentin Neill  <quentin.neill@amd.com>
512*75fd0b74Schristos
513*75fd0b74Schristos	* i386-gen.c (cpu_flag_init): Add CpuF16C to CPU_BDVER2_FLAGS.
514*75fd0b74Schristos	* i386-init.h: Regenerated.
515*75fd0b74Schristos
516*75fd0b74Schristos2011-06-03  Nick Clifton  <nickc@redhat.com>
517*75fd0b74Schristos
518*75fd0b74Schristos	PR binutils/12752
519*75fd0b74Schristos	* arm-dis.c (print_insn_coprocessor): Use bfd_vma type for
520*75fd0b74Schristos	computing address offsets.
521*75fd0b74Schristos	(print_arm_address): Likewise.
522*75fd0b74Schristos	(print_insn_arm): Likewise.
523*75fd0b74Schristos	(print_insn_thumb16): Likewise.
524*75fd0b74Schristos	(print_insn_thumb32): Likewise.
525*75fd0b74Schristos
526*75fd0b74Schristos2011-06-02  Jie Zhang <jie@codesourcery.com>
527*75fd0b74Schristos	    Nathan Sidwell <nathan@codesourcery.com>
528*75fd0b74Schristos	    Maciej Rozycki <macro@codesourcery.com>
529*75fd0b74Schristos
530*75fd0b74Schristos	* arm-dis.c (print_insn_coprocessor): Explicitly print #-0
531*75fd0b74Schristos	as address offset.
532*75fd0b74Schristos	(print_arm_address): Likewise. Elide positive #0 appropriately.
533*75fd0b74Schristos	(print_insn_arm): Likewise.
534*75fd0b74Schristos
535*75fd0b74Schristos2011-06-02  Nick Clifton  <nickc@redhat.com>
536*75fd0b74Schristos
537*75fd0b74Schristos	PR gas/12752
538*75fd0b74Schristos	* arm-dis.c (print_insn_thumb32): Do not sign extend  addresses
539*75fd0b74Schristos	passed to print_address_func.
540*75fd0b74Schristos
541*75fd0b74Schristos2011-06-02  Nick Clifton  <nickc@redhat.com>
542*75fd0b74Schristos
543*75fd0b74Schristos	* arm-dis.c: Fix spelling mistakes.
544*75fd0b74Schristos	* op/opcodes.pot: Regenerate.
545*75fd0b74Schristos
546*75fd0b74Schristos2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
547*75fd0b74Schristos
548*75fd0b74Schristos	* s390-opc.c: Replace S390_OPERAND_REG_EVEN with
549*75fd0b74Schristos	S390_OPERAND_REG_PAIR.  Fix INSTR_RRF_0UFEF instruction type.
550*75fd0b74Schristos	* s390-opc.txt: Fix cxr instruction type.
551*75fd0b74Schristos
552*75fd0b74Schristos2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
553*75fd0b74Schristos
554*75fd0b74Schristos	* s390-opc.c: Add new instruction types marking register pair
555*75fd0b74Schristos	operands.
556*75fd0b74Schristos	* s390-opc.txt: Match instructions having register pair operands
557*75fd0b74Schristos	to the new instruction types.
558*75fd0b74Schristos
559*75fd0b74Schristos2011-05-19  Nick Clifton  <nickc@redhat.com>
560*75fd0b74Schristos
561*75fd0b74Schristos	* v850-opc.c (cmpf.[sd]): Reverse the order of the reg1 and reg2
562*75fd0b74Schristos	operands.
563*75fd0b74Schristos
564*75fd0b74Schristos2011-05-10  Quentin Neill  <quentin.neill@amd.com>
565*75fd0b74Schristos
566*75fd0b74Schristos	* i386-gen.c (cpu_flag_init): Add new CPU_BDVER2_FLAGS.
567*75fd0b74Schristos	* i386-init.h: Regenerated.
568*75fd0b74Schristos
569*75fd0b74Schristos2011-04-27  Nick Clifton  <nickc@redhat.com>
570*75fd0b74Schristos
571*75fd0b74Schristos	* po/da.po: Updated Danish translation.
572*75fd0b74Schristos
573*75fd0b74Schristos2011-04-26  Anton Blanchard  <anton@samba.org>
574*75fd0b74Schristos
575*75fd0b74Schristos	* ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7.
576*75fd0b74Schristos
577*75fd0b74Schristos2011-04-21  DJ Delorie  <dj@redhat.com>
578*75fd0b74Schristos
579*75fd0b74Schristos	* rx-decode.opc (rx_decode_opcode): Set the syntax for multi-byte NOPs.
580*75fd0b74Schristos	* rx-decode.c: Regenerate.
581*75fd0b74Schristos
582*75fd0b74Schristos2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
583*75fd0b74Schristos
584*75fd0b74Schristos	* i386-init.h: Regenerated.
585*75fd0b74Schristos
586*75fd0b74Schristos2011-04-19  Quentin Neill  <quentin.neill@amd.com>
587*75fd0b74Schristos
588*75fd0b74Schristos	* i386-gen.c (cpu_flag_init): Remove 3dnow and 3dnowa bits
589*75fd0b74Schristos	from bdver1 flags.
590*75fd0b74Schristos
591*75fd0b74Schristos2011-04-13  Nick Clifton  <nickc@redhat.com>
592*75fd0b74Schristos
593*75fd0b74Schristos	* v850-dis.c (disassemble): Always print a closing square brace if
594*75fd0b74Schristos	an opening square brace was printed.
595*75fd0b74Schristos
596*75fd0b74Schristos2011-04-12  Nick Clifton  <nickc@redhat.com>
597*75fd0b74Schristos
598*75fd0b74Schristos	PR binutils/12534
599*75fd0b74Schristos	* arm-dis.c (thumb32_opcodes): Add %L suffix to LDRD and STRD insn
600*75fd0b74Schristos	patterns.
601*75fd0b74Schristos	(print_insn_thumb32): Handle %L.
602*75fd0b74Schristos
603*75fd0b74Schristos2011-04-11  Julian Brown  <julian@codesourcery.com>
604*75fd0b74Schristos
605*75fd0b74Schristos	* arm-dis.c (psr_name): Fix typo for BASEPRI_MAX.
606*75fd0b74Schristos	(print_insn_thumb32): Add APSR bitmask support.
607*75fd0b74Schristos
608*75fd0b74Schristos2011-04-07  Paul Carroll<pcarroll@codesourcery.com>
609*75fd0b74Schristos
610*75fd0b74Schristos	* arm-dis.c (print_insn): init vars moved into private_data structure.
611*75fd0b74Schristos
612*75fd0b74Schristos2011-03-24  Mike Frysinger  <vapier@gentoo.org>
613*75fd0b74Schristos
614*75fd0b74Schristos	* bfin-dis.c (decode_dsp32mac_0): Move MM zeroing down to MAC0 logic.
615*75fd0b74Schristos
616*75fd0b74Schristos2011-03-22  Eric B. Weddington  <eric.weddington@atmel.com>
617*75fd0b74Schristos
618*75fd0b74Schristos	* avr-dis.c (avr_operand): Add opcode_str parameter. Check for
619*75fd0b74Schristos	post-increment to support LPM Z+ instruction. Add support for 'E'
620*75fd0b74Schristos	constraint for DES instruction.
621*75fd0b74Schristos	(print_insn_avr): Adjust calls to avr_operand. Rename variable.
622*75fd0b74Schristos
623*75fd0b74Schristos2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
624*75fd0b74Schristos
625*75fd0b74Schristos	* arm-dis.c (get_sym_code_type): Treat STT_GNU_IFUNCs as code.
626*75fd0b74Schristos
627*75fd0b74Schristos2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
628*75fd0b74Schristos
629*75fd0b74Schristos	* arm-dis.c (get_sym_code_type): Don't check for STT_ARM_TFUNC.
630*75fd0b74Schristos	Use branch types instead.
631*75fd0b74Schristos	(print_insn): Likewise.
632*75fd0b74Schristos
633*75fd0b74Schristos2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
634*75fd0b74Schristos
635*75fd0b74Schristos	* mips-opc.c (mips_builtin_opcodes): Correct register use
636*75fd0b74Schristos	annotation of "alnv.ps".
637*75fd0b74Schristos
638*75fd0b74Schristos2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
639*75fd0b74Schristos
640*75fd0b74Schristos	* mips-opc.c (mips_builtin_opcodes): Add "pref" macro.
641*75fd0b74Schristos
642*75fd0b74Schristos2011-02-22  Mike Frysinger  <vapier@gentoo.org>
643*75fd0b74Schristos
644*75fd0b74Schristos	* bfin-dis.c (OUTS): Remove p NULL check and txt NUL check.
645*75fd0b74Schristos
646*75fd0b74Schristos2011-02-22  Mike Frysinger  <vapier@gentoo.org>
647*75fd0b74Schristos
648*75fd0b74Schristos	* bfin-dis.c (print_insn_bfin): Change outf->fprintf_func to OUTS.
649*75fd0b74Schristos
650*75fd0b74Schristos2011-02-19  Mike Frysinger  <vapier@gentoo.org>
651*75fd0b74Schristos
652*75fd0b74Schristos	* bfin-dis.c (saved_state): Mark static.  Change a[01]x to ax[] and
653*75fd0b74Schristos	a[01]w to aw[].  Delete ac0, ac0_copy, ac1, an, aq, av0, av0s, av1,
654*75fd0b74Schristos	av1s, az, cc, v, v_copy, vs, rnd_mod, v_internal, pc, ticks, insts,
655*75fd0b74Schristos	exception, end_of_registers, msize, memory, bfd_mach.
656*75fd0b74Schristos	(CCREG, PCREG, A0XREG, A0WREG, A1XREG, A1WREG, LC0REG, LT0REG,
657*75fd0b74Schristos	LB0REG, LC1REG, LT1REG, LB1REG): Delete
658*75fd0b74Schristos	(AXREG, AWREG, LCREG, LTREG, LBREG): Define.
659*75fd0b74Schristos	(get_allreg): Change to new defines.  Fallback to abort().
660*75fd0b74Schristos
661*75fd0b74Schristos2011-02-14  Mike Frysinger  <vapier@gentoo.org>
662*75fd0b74Schristos
663*75fd0b74Schristos	* bfin-dis.c: Add whitespace/parenthesis where needed.
664*75fd0b74Schristos
665*75fd0b74Schristos2011-02-14  Mike Frysinger  <vapier@gentoo.org>
666*75fd0b74Schristos
667*75fd0b74Schristos	* bfin-dis.c (decode_LoopSetup_0): Return when reg is greater
668*75fd0b74Schristos	than 7.
669*75fd0b74Schristos
670*75fd0b74Schristos2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
671*75fd0b74Schristos
672*75fd0b74Schristos	* configure: Regenerate.
673*75fd0b74Schristos
674*75fd0b74Schristos2011-02-13  Mike Frysinger  <vapier@gentoo.org>
675*75fd0b74Schristos
676*75fd0b74Schristos	* bfin-dis.c (decode_dsp32alu_0): Fix typo with A1 reg.
677*75fd0b74Schristos
678*75fd0b74Schristos2011-02-13  Mike Frysinger  <vapier@gentoo.org>
679*75fd0b74Schristos
680*75fd0b74Schristos	* bfin-dis.c (decode_dsp32mult_0): Add 1 to dst for mac1.  Output
681*75fd0b74Schristos	dregs only when P is set, and dregs_lo otherwise.
682*75fd0b74Schristos
683*75fd0b74Schristos2011-02-13  Mike Frysinger  <vapier@gentoo.org>
684*75fd0b74Schristos
685*75fd0b74Schristos	* bfin-dis.c (decode_dsp32alu_0): Delete BYTEOP2M code.
686*75fd0b74Schristos
687*75fd0b74Schristos2011-02-12  Mike Frysinger  <vapier@gentoo.org>
688*75fd0b74Schristos
689*75fd0b74Schristos	* bfin-dis.c (decode_pseudoDEBUG_0): Add space after PRNT.
690*75fd0b74Schristos
691*75fd0b74Schristos2011-02-12  Mike Frysinger  <vapier@gentoo.org>
692*75fd0b74Schristos
693*75fd0b74Schristos	* bfin-dis.c (machine_registers): Delete REG_GP.
694*75fd0b74Schristos	(reg_names): Delete "GP".
695*75fd0b74Schristos	(decode_allregs): Change REG_GP to REG_LASTREG.
696*75fd0b74Schristos
697*75fd0b74Schristos2011-02-12  Mike Frysinger  <vapier@gentoo.org>
698*75fd0b74Schristos
699*75fd0b74Schristos	* bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
700*75fd0b74Schristos	M_IH, M_IU): Delete.
701*75fd0b74Schristos
702*75fd0b74Schristos2011-02-11  Mike Frysinger  <vapier@gentoo.org>
703*75fd0b74Schristos
704*75fd0b74Schristos	* bfin-dis.c (reg_names): Add const.
705*75fd0b74Schristos	(decode_dregs_lo, decode_dregs_hi, decode_dregs, decode_dregs_byte,
706*75fd0b74Schristos	decode_pregs, decode_iregs, decode_mregs, decode_dpregs, decode_gregs,
707*75fd0b74Schristos	decode_regs, decode_regs_lo, decode_regs_hi, decode_statbits,
708*75fd0b74Schristos	decode_counters, decode_allregs): Likewise.
709*75fd0b74Schristos
710*75fd0b74Schristos2011-02-09  Michael Snyder  <msnyder@vmware.com>
711*75fd0b74Schristos
712*75fd0b74Schristos	* i386-dis.c (OP_J): Parenthesize expression to prevent
713*75fd0b74Schristos	truncated addresses.
714*75fd0b74Schristos	(print_insn): Fix indentation off-by-one.
715*75fd0b74Schristos
716*75fd0b74Schristos2011-02-01  Nick Clifton  <nickc@redhat.com>
717*75fd0b74Schristos
718*75fd0b74Schristos	* po/da.po: Updated Danish translation.
719*75fd0b74Schristos
720*75fd0b74Schristos2011-01-21  Dave Murphy  <davem@devkitpro.org>
721*75fd0b74Schristos
722*75fd0b74Schristos	* ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
723*75fd0b74Schristos
724*75fd0b74Schristos2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
725*75fd0b74Schristos
726*75fd0b74Schristos	* i386-dis.c (sIbT): New.
727*75fd0b74Schristos	(b_T_mode): Likewise.
728*75fd0b74Schristos	(dis386): Replace sIb with sIbT on "pushT".
729*75fd0b74Schristos	(x86_64_table): Replace sIb with Ib on "aam" and "aad".
730*75fd0b74Schristos	(OP_sI): Handle b_T_mode.  Properly sign-extend byte.
731*75fd0b74Schristos
732*75fd0b74Schristos2011-01-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
733*75fd0b74Schristos
734*75fd0b74Schristos	* i386-init.h: Regenerated.
735*75fd0b74Schristos	* i386-tbl.h: Regenerated
736*75fd0b74Schristos
737*75fd0b74Schristos2011-01-17  Quentin Neill  <quentin.neill@amd.com>
738*75fd0b74Schristos
739*75fd0b74Schristos	* i386-dis.c (REG_XOP_TBM_01): New.
740*75fd0b74Schristos	(REG_XOP_TBM_02): New.
741*75fd0b74Schristos	(reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
742*75fd0b74Schristos	(xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
743*75fd0b74Schristos	entries, and add bextr instruction.
744*75fd0b74Schristos
745*75fd0b74Schristos	* i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
746*75fd0b74Schristos	(cpu_flags): Add CpuTBM.
747*75fd0b74Schristos
748*75fd0b74Schristos	* i386-opc.h (CpuTBM) New.
749*75fd0b74Schristos	(i386_cpu_flags): Add bit cputbm.
750*75fd0b74Schristos
751*75fd0b74Schristos	* i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
752*75fd0b74Schristos	blcs, blsfill, blsic, t1mskc, and tzmsk.
753*75fd0b74Schristos
754*75fd0b74Schristos2011-01-12  DJ Delorie  <dj@redhat.com>
755*75fd0b74Schristos
756*75fd0b74Schristos	* rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
757*75fd0b74Schristos
758*75fd0b74Schristos2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
759*75fd0b74Schristos
760*75fd0b74Schristos	* mips-dis.c (print_insn_args): Adjust the value to print the real
761*75fd0b74Schristos	offset for "+c" argument.
762*75fd0b74Schristos
763*75fd0b74Schristos2011-01-10  Nick Clifton  <nickc@redhat.com>
764*75fd0b74Schristos
765*75fd0b74Schristos	* po/da.po: Updated Danish translation.
766*75fd0b74Schristos
767*75fd0b74Schristos2011-01-05  Nathan Sidwell  <nathan@codesourcery.com>
768*75fd0b74Schristos
769*75fd0b74Schristos	* arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
770*75fd0b74Schristos
771*75fd0b74Schristos2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
772*75fd0b74Schristos
773*75fd0b74Schristos	* i386-dis.c (REG_VEX_38F3): New.
774*75fd0b74Schristos	(PREFIX_0FBC): Likewise.
775*75fd0b74Schristos	(PREFIX_VEX_38F2): Likewise.
776*75fd0b74Schristos	(PREFIX_VEX_38F3_REG_1): Likewise.
777*75fd0b74Schristos	(PREFIX_VEX_38F3_REG_2): Likewise.
778*75fd0b74Schristos	(PREFIX_VEX_38F3_REG_3): Likewise.
779*75fd0b74Schristos	(PREFIX_VEX_38F7): Likewise.
780*75fd0b74Schristos	(VEX_LEN_38F2_P_0): Likewise.
781*75fd0b74Schristos	(VEX_LEN_38F3_R_1_P_0): Likewise.
782*75fd0b74Schristos	(VEX_LEN_38F3_R_2_P_0): Likewise.
783*75fd0b74Schristos	(VEX_LEN_38F3_R_3_P_0): Likewise.
784*75fd0b74Schristos	(VEX_LEN_38F7_P_0): Likewise.
785*75fd0b74Schristos	(dis386_twobyte): Use PREFIX_0FBC.
786*75fd0b74Schristos	(reg_table): Add REG_VEX_38F3.
787*75fd0b74Schristos	(prefix_table): Add PREFIX_0FBC, PREFIX_VEX_38F2,
788*75fd0b74Schristos	PREFIX_VEX_38F3_REG_1, PREFIX_VEX_38F3_REG_2,
789*75fd0b74Schristos	PREFIX_VEX_38F3_REG_3 and PREFIX_VEX_38F7.
790*75fd0b74Schristos	(vex_table): Use PREFIX_VEX_38F2, REG_VEX_38F3 and
791*75fd0b74Schristos	PREFIX_VEX_38F7.
792*75fd0b74Schristos	(vex_len_table): Add VEX_LEN_38F2_P_0, VEX_LEN_38F3_R_1_P_0,
793*75fd0b74Schristos	VEX_LEN_38F3_R_2_P_0, VEX_LEN_38F3_R_3_P_0 and
794*75fd0b74Schristos	VEX_LEN_38F7_P_0.
795*75fd0b74Schristos
796*75fd0b74Schristos	* i386-gen.c (cpu_flag_init): Add CPU_BMI_FLAGS.
797*75fd0b74Schristos	(cpu_flags): Add CpuBMI.
798*75fd0b74Schristos
799*75fd0b74Schristos	* i386-opc.h (CpuBMI): New.
800*75fd0b74Schristos	(i386_cpu_flags): Add cpubmi.
801*75fd0b74Schristos
802*75fd0b74Schristos	* i386-opc.tbl: Add andn, bextr, blsi, blsmsk, blsr and tzcnt.
803*75fd0b74Schristos	* i386-init.h: Regenerated.
804*75fd0b74Schristos	* i386-tbl.h: Likewise.
805*75fd0b74Schristos
806*75fd0b74Schristos2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
807*75fd0b74Schristos
808*75fd0b74Schristos	* i386-dis.c (VexGdq): New.
809*75fd0b74Schristos	(OP_VEX): Handle dq_mode.
810*75fd0b74Schristos
811*75fd0b74Schristos2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
812*75fd0b74Schristos
813*75fd0b74Schristos	* i386-gen.c (process_copyright): Update copyright to 2011.
814*75fd0b74Schristos
815*75fd0b74SchristosFor older changes see ChangeLog-2010
816*75fd0b74Schristos
817*75fd0b74SchristosCopyright (C) 2011 Free Software Foundation, Inc.
818*75fd0b74Schristos
819*75fd0b74SchristosCopying and distribution of this file, with or without modification,
820*75fd0b74Schristosare permitted in any medium without royalty provided the copyright
821*75fd0b74Schristosnotice and this notice are preserved.
822*75fd0b74Schristos
823*75fd0b74SchristosLocal Variables:
824*75fd0b74Schristosmode: change-log
825*75fd0b74Schristosleft-margin: 8
826*75fd0b74Schristosfill-column: 74
827*75fd0b74Schristosversion-control: never
828*75fd0b74SchristosEnd:
829