xref: /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ChangeLog-0415 (revision e058c8347842b87e4b9a56e53953d195abd0ac94)
1*e058c834Schristos2015-12-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2*e058c834Schristos
3*e058c834Schristos	* arm.h (ARM_EXT2_V6T2_V8M): New extension bit.
4*e058c834Schristos	(ARM_AEXT2_V8A): New architecture extension bitfield.
5*e058c834Schristos	(ARM_AEXT2_V8_1A): Use ARM_AEXT2_V8A instead of ARM_EXT2_ATOMICS.
6*e058c834Schristos	(ARM_AEXT_V8M_BASE): New architecture extension bitfield.
7*e058c834Schristos	(ARM_AEXT2_V8M): Add extension bit ARM_EXT2_V6T2_V8M.
8*e058c834Schristos	(ARM_ARCH_V6T2): Use ARM_EXT2_V6T2_V8M for the second extension
9*e058c834Schristos	bitfield.
10*e058c834Schristos	(ARM_ARCH_V6KT2): Likewise.
11*e058c834Schristos	(ARM_ARCH_V6ZT2): Likewise.
12*e058c834Schristos	(ARM_ARCH_V6KZT2): Likewise.
13*e058c834Schristos	(ARM_ARCH_V7): Likewise.
14*e058c834Schristos	(ARM_ARCH_V7A): Likewise.
15*e058c834Schristos	(ARM_ARCH_V7VE): Likewise.
16*e058c834Schristos	(ARM_ARCH_V7R): Likewise.
17*e058c834Schristos	(ARM_ARCH_V7M): Likewise.
18*e058c834Schristos	(ARM_ARCH_V7EM): Likewise.
19*e058c834Schristos	(ARM_ARCH_V8A): Likewise.
20*e058c834Schristos	(ARM_ARCH_V8M_BASE): New architecture bitfield.
21*e058c834Schristos	(ARM_ARCH_THUMB2): Include instructions shared by ARMv6t2 and ARMv8-M.
22*e058c834Schristos	(ARM_ARCH_V7A_SEC): Use ARM_EXT2_V6T2_V8M for the second extension
23*e058c834Schristos	bitfield and reindent.
24*e058c834Schristos	(ARM_ARCH_V7A_MP_SEC): Likewise.
25*e058c834Schristos	(ARM_ARCH_V7R_IDIV): Likewise.
26*e058c834Schristos	(ARM_ARCH_V8A_FP): Use ARM_AEXT2_V8A instead of ARM_EXT2_ATOMICS.
27*e058c834Schristos	(ARM_ARCH_V8A_SIMD): Likewise.
28*e058c834Schristos	(ARM_ARCH_V8A_CRYPTOV1): Likewise.
29*e058c834Schristos
30*e058c834Schristos2015-12-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
31*e058c834Schristos
32*e058c834Schristos	* arm.h (ARM_EXT2_ATOMICS): New extension bit.
33*e058c834Schristos	(ARM_EXT2_V8M): Likewise.
34*e058c834Schristos	(ARM_EXT_V8): Adjust comment with regards to atomics and remove
35*e058c834Schristos	mention of legacy use for that bit.
36*e058c834Schristos	(ARM_AEXT2_V8_1A): New architecture extension bitfield.
37*e058c834Schristos	(ARM_AEXT2_V8_2A): Likewise.
38*e058c834Schristos	(ARM_AEXT_V8M_MAIN): Likewise.
39*e058c834Schristos	(ARM_AEXT2_V8M): Likewise.
40*e058c834Schristos	(ARM_ARCH_V8A): Use ARM_EXT2_ATOMICS for features in second bitfield.
41*e058c834Schristos	(ARM_ARCH_V8_1A): Likewise with ARM_AEXT2_V8_1A.
42*e058c834Schristos	(ARM_ARCH_V8_2A): Likewise with ARM_AEXT2_V8_2A.
43*e058c834Schristos	(ARM_ARCH_V8M_MAIN): New architecture feature bitfield.
44*e058c834Schristos	(ARM_ARCH_V8A_FP): Use ARM_EXT2_ATOMICS for features in second bitfield
45*e058c834Schristos	and reindent.
46*e058c834Schristos	(ARM_ARCH_V8A_SIMD): Likewise.
47*e058c834Schristos	(ARM_ARCH_V8A_CRYPTOV1): Likewise.
48*e058c834Schristos	(ARM_ARCH_V8_1A_FP): Use ARM_AEXT2_V8_1A to set second bitfield of
49*e058c834Schristos	feature bits.
50*e058c834Schristos	(ARM_ARCH_V8_1A_SIMD): Likewise.
51*e058c834Schristos	(ARM_ARCH_V8_1A_CRYPTOV1): Likewise.
52*e058c834Schristos
53*e058c834Schristos2015-12-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
54*e058c834Schristos
55*e058c834Schristos	* arm.h (ARM_ARCH_THUMB2): Add comment explaining its meaning and
56*e058c834Schristos	remove extension bit not including any Thumb-2 instruction.
57*e058c834Schristos
58*e058c834Schristos2015-12-15  Matthew Wahab  <matthew.wahab@arm.com>
59*e058c834Schristos
60*e058c834Schristos	* arm.h (ARM_ARCH_V8_1A): Add the CRC_EXT_ARMV8 co-processor
61*e058c834Schristos	feature macro.
62*e058c834Schristos	(ARM_ARCH_V8_2A): Likewise.
63*e058c834Schristos
64*e058c834Schristos2015-12-14  Matthew Wahab  <matthew.wahab@arm.com>
65*e058c834Schristos
66*e058c834Schristos	* aarch64.h (enum aarch64_opnd_qualifier): Add
67*e058c834Schristos	AARCH64_OPND_QLF_V_2H.
68*e058c834Schristos
69*e058c834Schristos2015-12-14  Yoshinori Sato <ysato@users.sourceforge.jp>
70*e058c834Schristos
71*e058c834Schristos	* rx.h: Add new instructions.
72*e058c834Schristos
73*e058c834Schristos2015-12-11  Matthew Wahab  <matthew.wahab@arm.com>
74*e058c834Schristos
75*e058c834Schristos	* aarch64.h (aarch64_opnd): Add AARCH64_OPND_BARRIER_PSB.
76*e058c834Schristos	* aarch64-asm-2.c: Regenerate.
77*e058c834Schristos	* aarch64-dis-2.c: Regenerate.
78*e058c834Schristos	* aarch64-opc-2.c: Regenerate.
79*e058c834Schristos	* aarch64-opc.c (aarch64_hint_options): Add "csync".
80*e058c834Schristos	(aarch64_print_operands): Handle AARCH64_OPND_BARRIER_PSB.
81*e058c834Schristos	* aarch64-tbl.h (aarch64_feature_stat_profile): New.
82*e058c834Schristos	(STAT_PROFILE): New.
83*e058c834Schristos	(aarch64_opcode_table): Add "psb".
84*e058c834Schristos	(AARCH64_OPERANDS): Add "BARRIER_PSB".
85*e058c834Schristos
86*e058c834Schristos2015-12-11  Matthew Wahab  <matthew.wahab@arm.com>
87*e058c834Schristos
88*e058c834Schristos	* aarch64.h (aarch64_hint_options): Declare.
89*e058c834Schristos	(aarch64_opnd_info): Add field hint_option.
90*e058c834Schristos
91*e058c834Schristos2015-12-11  Matthew Wahab  <matthew.wahab@arm.com>
92*e058c834Schristos
93*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_PROFILE): New.
94*e058c834Schristos
95*e058c834Schristos2015-12-10  Matthew Wahab  <matthew.wahab@arm.com>
96*e058c834Schristos
97*e058c834Schristos	* aarch64.h (aarch64_sys_ins_reg_supported_p): Declare.
98*e058c834Schristos
99*e058c834Schristos2015-12-10  Matthew Wahab  <matthew.wahab@arm.com>
100*e058c834Schristos
101*e058c834Schristos	* aarch64.h (aarch64_sys_ins_reg): Replace has_xt with flags.
102*e058c834Schristos	(aarch64_sys_ins_reg_has_xt): Declare.
103*e058c834Schristos
104*e058c834Schristos2015-12-10  Matthew Wahab  <matthew.wahab@arm.com>
105*e058c834Schristos
106*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_RAS): New.
107*e058c834Schristos	(AARCH64_ARCH_V8_2): Add AARCH64_FEATURE_RAS.
108*e058c834Schristos
109*e058c834Schristos2015-12-10  Matthew Wahab  <matthew.wahab@arm.com>
110*e058c834Schristos
111*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_F16): Fix clash with
112*e058c834Schristos	AARCH64_FEATURE_V8_1.
113*e058c834Schristos	(AARCH64_ARCH_V8_1): Add AARCH64_FEATURE_CRC.
114*e058c834Schristos	(AARCH64_ARCH_V8_2): Add AARCH64_FEATURE_CRC and
115*e058c834Schristos	AARCH64_FEATURE_V8_1.
116*e058c834Schristos
117*e058c834Schristos2015-12-04  Claudiu Zissulescu  <claziss@synopsys.com>
118*e058c834Schristos
119*e058c834Schristos	* arc.h (arc_reloc_equiv_tab): Replace flagcode with flags[32].
120*e058c834Schristos
121*e058c834Schristos2015-11-27  Matthew Wahab  <matthew.wahab@arm.com>
122*e058c834Schristos
123*e058c834Schristos	* aarch64.h (aarch64_op): Add OP_BFC.
124*e058c834Schristos
125*e058c834Schristos2015-11-27  Matthew Wahab  <matthew.wahab@arm.com>
126*e058c834Schristos
127*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_F16): New.
128*e058c834Schristos	(AARCH64_ARCH_V8_2): Add AARCH64_FEATURE_F16 to ARMv8.2
129*e058c834Schristos	features.
130*e058c834Schristos
131*e058c834Schristos2015-11-20  Matthew Wahab  <matthew.wahab@arm.com>
132*e058c834Schristos
133*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_V8_1): New.
134*e058c834Schristos	(AARCH64_ARCH_v8_1): Add AARCH64_FEATURE_V8_1.
135*e058c834Schristos
136*e058c834Schristos2015-11-19  Matthew Wahab  <matthew.wahab@arm.com>
137*e058c834Schristos
138*e058c834Schristos	* arm.h (ARM_EXT2_V8_2A): New.
139*e058c834Schristos	(ARM_ARCH_V8_2A): New.
140*e058c834Schristos
141*e058c834Schristos2015-11-19  Matthew Wahab  <matthew.wahab@arm.com>
142*e058c834Schristos
143*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_V8_2): New.
144*e058c834Schristos	(AARCH64_ARCH_V8_2): New.
145*e058c834Schristos
146*e058c834Schristos2015-11-11  Alan Modra  <amodra@gmail.com>
147*e058c834Schristos	    Peter Bergner <bergner@vnet.ibm.com>
148*e058c834Schristos
149*e058c834Schristos	* ppc.h (PPC_OPCODE_POWER9): New define.
150*e058c834Schristos	(PPC_OPCODE_VSX3): Likewise.
151*e058c834Schristos
152*e058c834Schristos2015-11-02  Nick Clifton  <nickc@redhat.com>
153*e058c834Schristos
154*e058c834Schristos	* rx.h (enum RX_Opcode_ID): Add more NOP opcodes.
155*e058c834Schristos
156*e058c834Schristos2015-11-02  Nick Clifton  <nickc@redhat.com>
157*e058c834Schristos
158*e058c834Schristos	* rx.h (enum RX_Operand_Type): Add RX_Operand_Zero_Indirect.
159*e058c834Schristos
160*e058c834Schristos2015-10-28  Yao Qi  <yao.qi@linaro.org>
161*e058c834Schristos
162*e058c834Schristos	* aarch64.h (aarch64_decode_insn): Update declaration.
163*e058c834Schristos
164*e058c834Schristos2015-10-07  Yao Qi  <yao.qi@linaro.org>
165*e058c834Schristos
166*e058c834Schristos	* aarch64.h (aarch64_sys_ins_reg) <template>: Removed.
167*e058c834Schristos	<name>: New field.
168*e058c834Schristos
169*e058c834Schristos2015-10-07  Yao Qi  <yao.qi@linaro.org>
170*e058c834Schristos
171*e058c834Schristos	* aarch64.h [__cplusplus]: Wrap in extern "C".
172*e058c834Schristos
173*e058c834Schristos2015-10-07  Claudiu Zissulescu  <claziss@synopsys.com>
174*e058c834Schristos	    Cupertino Miranda  <cmiranda@synopsys.com>
175*e058c834Schristos
176*e058c834Schristos	* arc-func.h: New file.
177*e058c834Schristos	* arc.h: Likewise.
178*e058c834Schristos
179*e058c834Schristos2015-10-02  Yao Qi  <yao.qi@linaro.org>
180*e058c834Schristos
181*e058c834Schristos	* aarch64.h (aarch64_zero_register_p): Move the declaration
182*e058c834Schristos	to column one.
183*e058c834Schristos
184*e058c834Schristos2015-10-02  Yao Qi  <yao.qi@linaro.org>
185*e058c834Schristos
186*e058c834Schristos	* aarch64.h (aarch64_decode_insn): Declare it.
187*e058c834Schristos
188*e058c834Schristos2015-09-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
189*e058c834Schristos
190*e058c834Schristos	* s390.h (S390_INSTR_FLAG_HTM): New flag.
191*e058c834Schristos	(S390_INSTR_FLAG_VX): New flag.
192*e058c834Schristos	(S390_INSTR_FLAG_FACILITY_MASK): New flag mask.
193*e058c834Schristos
194*e058c834Schristos2015-09-26  James Bowman  <james.bowman@ftdichip.com>
195*e058c834Schristos
196*e058c834Schristos	* ft32.h: Add instruction macros FT32_*()
197*e058c834Schristos
198*e058c834Schristos2015-09-23  Nick Clifton  <nickc@redhat.com>
199*e058c834Schristos
200*e058c834Schristos	* ppc.h (PPC_OPSHIFT_INV): Use an unsigned constant when left
201*e058c834Schristos	shifting.
202*e058c834Schristos
203*e058c834Schristos2015-09-22  Nick Clifton  <nickc@redhat.com>
204*e058c834Schristos
205*e058c834Schristos	* rx.h (enum RX_Size): Add RX_Bad_Size entry.
206*e058c834Schristos
207*e058c834Schristos2015-09-09  Daniel Santos  <daniel.santos@pobox.com>
208*e058c834Schristos
209*e058c834Schristos	* visium.h (gen_reg_table): Make static.
210*e058c834Schristos	(fp_reg_table): Likewise.
211*e058c834Schristos	(cc_table): Likewise.
212*e058c834Schristos
213*e058c834Schristos2015-07-20  Matthew Wahab  <matthew.wahab@arm.com>
214*e058c834Schristos
215*e058c834Schristos	* arm.h (ARM_AEXT_V6ZK): Rename to ARM_AEXT_V6KZ.
216*e058c834Schristos	(ARM_AEXT_V6ZKT2): Rename to ARM_AEXT_V6KZT2.
217*e058c834Schristos	(ARM_ARCH_V6ZK): Rename to ARM_ARCH_V6KZ.
218*e058c834Schristos	(ARM_ARCH_V6ZKT2): Rename to ARM_ARCH_V6KZT2.
219*e058c834Schristos
220*e058c834Schristos2015-07-03  Alan Modra  <amodra@gmail.com>
221*e058c834Schristos
222*e058c834Schristos	* ppc.h (PPC_OPCODE_750, PPC_OPCODE_7450, PPC_OPCODE_860): Define.
223*e058c834Schristos
224*e058c834Schristos2015-07-01  Sandra Loosemore  <sandra@codesourcery.com>
225*e058c834Schristos	    Cesar Philippidis  <cesar@codesourcery.com>
226*e058c834Schristos
227*e058c834Schristos	* nios2.h (enum iw_format_type): Add R2 formats.
228*e058c834Schristos	(enum overflow_type): Add signed_immed12_overflow and
229*e058c834Schristos	enumeration_overflow for R2.
230*e058c834Schristos	(struct nios2_opcode): Document new argument letters for R2.
231*e058c834Schristos	(REG_3BIT, REG_LDWM, REG_POP): Define.
232*e058c834Schristos	(includes): Include nios2r2.h.
233*e058c834Schristos	(nios2_r2_opcodes, nios2_num_r2_opcodes): Declare.
234*e058c834Schristos	(nios2_r2_asi_n_mappings, nios2_num_r2_asi_n_mappings): Declare.
235*e058c834Schristos	(nios2_r2_shi_n_mappings, nios2_num_r2_shi_n_mappings): Declare.
236*e058c834Schristos	(nios2_r2_andi_n_mappings, nios2_num_r2_andi_n_mappings): Declare.
237*e058c834Schristos	(nios2_r2_reg3_mappings, nios2_num_r2_reg3_mappings): Declare.
238*e058c834Schristos	(nios2_r2_reg_range_mappings, nios2_num_r2_reg_range_mappings):
239*e058c834Schristos	Declare.
240*e058c834Schristos	* nios2r2.h: New file.
241*e058c834Schristos
242*e058c834Schristos2015-06-19  Peter Bergner <bergner@vnet.ibm.com>
243*e058c834Schristos
244*e058c834Schristos	* ppc.h (PPC_OPERAND_OPTIONAL_VALUE): New.
245*e058c834Schristos	(ppc_optional_operand_value): New inline function.
246*e058c834Schristos
247*e058c834Schristos2015-06-04  Matthew Wahab  <matthew.wahab@arm.com>
248*e058c834Schristos
249*e058c834Schristos	* aarch64.h (AARCH64_V8_1): New.
250*e058c834Schristos
251*e058c834Schristos2015-06-03  Matthew Wahab  <matthew.wahab@arm.com>
252*e058c834Schristos
253*e058c834Schristos	* arm.h (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1): New.
254*e058c834Schristos	(ARM_ARCH_V8_1A): New.
255*e058c834Schristos	(ARM_ARCH_V8_1A_FP): New.
256*e058c834Schristos	(ARM_ARCH_V8_1A_SIMD): New.
257*e058c834Schristos	(ARM_ARCH_V8_1A_CRYPTOV1): New.
258*e058c834Schristos	(ARM_FEATURE_CORE): New.
259*e058c834Schristos
260*e058c834Schristos2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
261*e058c834Schristos
262*e058c834Schristos	* arm.h (ARM_EXT2_PAN): New.
263*e058c834Schristos	(ARM_FEATURE_CORE_HIGH): New.
264*e058c834Schristos
265*e058c834Schristos2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
266*e058c834Schristos
267*e058c834Schristos	* arm.h (ARM_FEATURE_ALL): New.
268*e058c834Schristos
269*e058c834Schristos2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
270*e058c834Schristos
271*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_RDMA): New.
272*e058c834Schristos
273*e058c834Schristos2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
274*e058c834Schristos
275*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_LOR): New.
276*e058c834Schristos
277*e058c834Schristos2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
278*e058c834Schristos
279*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_PAN): New.
280*e058c834Schristos	(aarch64_sys_reg_supported_p): Declare.
281*e058c834Schristos	(aarch64_pstatefield_supported_p): Declare.
282*e058c834Schristos
283*e058c834Schristos2015-04-30  DJ Delorie  <dj@redhat.com>
284*e058c834Schristos
285*e058c834Schristos	* rl78.h (RL78_Dis_Isa): New.
286*e058c834Schristos	(rl78_decode_opcode): Add ISA parameter.
287*e058c834Schristos
288*e058c834Schristos2015-03-24  Terry Guo  <terry.guo@arm.com>
289*e058c834Schristos
290*e058c834Schristos	* arm.h (arm_feature_set): Extended to provide more available bits.
291*e058c834Schristos	(ARM_ANY): Updated to follow above new definition.
292*e058c834Schristos	(ARM_CPU_HAS_FEATURE): Likewise.
293*e058c834Schristos	(ARM_CPU_IS_ANY): Likewise.
294*e058c834Schristos	(ARM_MERGE_FEATURE_SETS): Likewise.
295*e058c834Schristos	(ARM_CLEAR_FEATURE): Likewise.
296*e058c834Schristos	(ARM_FEATURE): Likewise.
297*e058c834Schristos	(ARM_FEATURE_COPY): New macro.
298*e058c834Schristos	(ARM_FEATURE_EQUAL): Likewise.
299*e058c834Schristos	(ARM_FEATURE_ZERO): Likewise.
300*e058c834Schristos	(ARM_FEATURE_CORE_EQUAL): Likewise.
301*e058c834Schristos	(ARM_FEATURE_LOW): Likewise.
302*e058c834Schristos	(ARM_FEATURE_CORE_LOW): Likewise.
303*e058c834Schristos	(ARM_FEATURE_CORE_COPROC): Likewise.
304*e058c834Schristos
305*e058c834Schristos2015-02-19  Pedro Alves  <palves@redhat.com>
306*e058c834Schristos
307*e058c834Schristos	* cgen.h [__cplusplus]: Wrap in extern "C".
308*e058c834Schristos	* msp430-decode.h [__cplusplus]: Likewise.
309*e058c834Schristos	* nios2.h [__cplusplus]: Likewise.
310*e058c834Schristos	* rl78.h [__cplusplus]: Likewise.
311*e058c834Schristos	* rx.h [__cplusplus]: Likewise.
312*e058c834Schristos	* tilegx.h [__cplusplus]: Likewise.
313*e058c834Schristos
314*e058c834Schristos2015-01-28  James Bowman  <james.bowman@ftdichip.com>
315*e058c834Schristos
316*e058c834Schristos	* ft32.h: New file.
317*e058c834Schristos
318*e058c834Schristos2015-01-16  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
319*e058c834Schristos
320*e058c834Schristos	* s390.h (s390_opcode_cpu_val): Add S390_OPCODE_Z13.
321*e058c834Schristos
322*e058c834Schristos2015-01-01  Alan Modra  <amodra@gmail.com>
323*e058c834Schristos
324*e058c834Schristos	Update year range in copyright notice of all files.
325*e058c834Schristos
326*e058c834Schristos2014-12-27  Anthony Green  <green@moxielogic.com>
327*e058c834Schristos
328*e058c834Schristos	* moxie.h (MOXIE_F1_AiB2, MOXIE_F1_ABi2): Renamed from
329*e058c834Schristos	MOXIE_F1_AiB4 and MOXIE_F1_ABi2.
330*e058c834Schristos
331*e058c834Schristos2014-12-06  Eric Botcazou  <ebotcazou@adacore.com>
332*e058c834Schristos
333*e058c834Schristos	* visium.h: New file.
334*e058c834Schristos
335*e058c834Schristos2014-11-28  Sandra Loosemore  <sandra@codesourcery.com>
336*e058c834Schristos
337*e058c834Schristos	* nios2.h (NIOS2_INSN_ADDI, NIOS2_INSN_ANDI): Delete.
338*e058c834Schristos	(NIOS2_INSN_ORI, NIOS2_INSN_XORI): Delete.
339*e058c834Schristos	(NIOS2_INSN_OPTARG): Renumber.
340*e058c834Schristos
341*e058c834Schristos2014-11-21  Terry Guo  <terry.guo@arm.com>
342*e058c834Schristos
343*e058c834Schristos	* arm.h (FPU_VFP_EXT_ARMV8xD): New macro.
344*e058c834Schristos	(FPU_VFP_V5D16): Likewise.
345*e058c834Schristos	(FPU_VFP_V5_SP_D16): Likewise.
346*e058c834Schristos	(FPU_ARCH_VFP_V5D16): Likewise.
347*e058c834Schristos	(FPU_ARCH_VFP_V5_SP_D16): Likewise.
348*e058c834Schristos
349*e058c834Schristos2014-11-06  Sandra Loosemore  <sandra@codesourcery.com>
350*e058c834Schristos
351*e058c834Schristos	* nios2.h (nios2_find_opcode_hash): Add mach parameter to
352*e058c834Schristos	declaration.  Fix obsolete comment.
353*e058c834Schristos
354*e058c834Schristos2014-10-23  Sandra Loosemore  <sandra@codesourcery.com>
355*e058c834Schristos
356*e058c834Schristos	* nios2.h (enum iw_format_type): New.
357*e058c834Schristos	(struct nios2_opcode): Update comments.  Add size and format fields.
358*e058c834Schristos	(NIOS2_INSN_OPTARG): New.
359*e058c834Schristos	(REG_NORMAL, REG_CONTROL, REG_COPROCESSOR): New.
360*e058c834Schristos	(struct nios2_reg): Add regtype field.
361*e058c834Schristos	(GET_INSN_FIELD, SET_INSN_FIELD): Delete.
362*e058c834Schristos	(IW_A_LSB, IW_A_MSB, IW_A_SZ, IW_A_MASK): Delete.
363*e058c834Schristos	(IW_B_LSB, IW_B_MSB, IW_B_SZ, IW_B_MASK): Delete.
364*e058c834Schristos	(IW_C_LSB, IW_C_MSB, IW_C_SZ, IW_C_MASK): Delete.
365*e058c834Schristos	(IW_IMM16_LSB, IW_IMM16_MSB, IW_IMM16_SZ, IW_IMM16_MASK): Delete.
366*e058c834Schristos	(IW_IMM26_LSB, IW_IMM26_MSB, IW_IMM26_SZ, IW_IMM26_MASK): Delete.
367*e058c834Schristos	(IW_OP_LSB, IW_OP_MSB, IW_OP_SZ, IW_OP_MASK): Delete.
368*e058c834Schristos	(IW_OPX_LSB, IW_OPX_MSB, IW_OPX_SZ, IW_OPX_MASK): Delete.
369*e058c834Schristos	(IW_SHIFT_IMM5_LSB, IW_SHIFT_IMM5_MSB): Delete.
370*e058c834Schristos	(IW_SHIFT_IMM5_SZ, IW_SHIFT_IMM5_MASK): Delete.
371*e058c834Schristos	(IW_CONTROL_REGNUM_LSB, IW_CONTROL_REGNUM_MSB): Delete.
372*e058c834Schristos	(IW_CONTROL_REGNUM_SZ, IW_CONTROL_REGNUM_MASK): Delete.
373*e058c834Schristos	(OP_MASK_OP, OP_SH_OP): Delete.
374*e058c834Schristos	(OP_MASK_IOP, OP_SH_IOP): Delete.
375*e058c834Schristos	(OP_MASK_IRD, OP_SH_IRD): Delete.
376*e058c834Schristos	(OP_MASK_IRT, OP_SH_IRT): Delete.
377*e058c834Schristos	(OP_MASK_IRS, OP_SH_IRS): Delete.
378*e058c834Schristos	(OP_MASK_ROP, OP_SH_ROP): Delete.
379*e058c834Schristos	(OP_MASK_RRD, OP_SH_RRD): Delete.
380*e058c834Schristos	(OP_MASK_RRT, OP_SH_RRT): Delete.
381*e058c834Schristos	(OP_MASK_RRS, OP_SH_RRS): Delete.
382*e058c834Schristos	(OP_MASK_JOP, OP_SH_JOP): Delete.
383*e058c834Schristos	(OP_MASK_IMM26, OP_SH_IMM26): Delete.
384*e058c834Schristos	(OP_MASK_RCTL, OP_SH_RCTL): Delete.
385*e058c834Schristos	(OP_MASK_IMM5, OP_SH_IMM5): Delete.
386*e058c834Schristos	(OP_MASK_CACHE_OPX, OP_SH_CACHE_OPX): Delete.
387*e058c834Schristos	(OP_MASK_CACHE_RRS, OP_SH_CACHE_RRS): Delete.
388*e058c834Schristos	(OP_MASK_CUSTOM_A, OP_SH_CUSTOM_A): Delete.
389*e058c834Schristos	(OP_MASK_CUSTOM_B, OP_SH_CUSTOM_B): Delete.
390*e058c834Schristos	(OP_MASK_CUSTOM_C, OP_SH_CUSTOM_C): Delete.
391*e058c834Schristos	(OP_MASK_CUSTOM_N, OP_SH_CUSTOM_N): Delete.
392*e058c834Schristos	(OP_<insn>, OPX_<insn>, OP_MATCH_<insn>, OPX_MATCH_<insn>): Delete.
393*e058c834Schristos	(OP_MASK_<insn>, OP_MASK): Delete.
394*e058c834Schristos	(GET_IW_A, GET_IW_B, GET_IW_C, GET_IW_CONTROL_REGNUM): Delete.
395*e058c834Schristos	(GET_IW_IMM16, GET_IW_IMM26, GET_IW_OP, GET_IW_OPX): Delete.
396*e058c834Schristos	Include nios2r1.h to define new instruction opcode constants
397*e058c834Schristos	and accessors.
398*e058c834Schristos	(nios2_builtin_opcodes): Rename to nios2_r1_opcodes.
399*e058c834Schristos	(bfd_nios2_num_builtin_opcodes): Rename to nios2_num_r1_opcodes.
400*e058c834Schristos	(bfd_nios2_num_opcodes): Rename to nios2_num_opcodes.
401*e058c834Schristos	(NUMOPCODES, NUMREGISTERS): Delete.
402*e058c834Schristos	* nios2r1.h: New file.
403*e058c834Schristos
404*e058c834Schristos2014-10-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
405*e058c834Schristos
406*e058c834Schristos	* sparc.h (HWCAP2_VIS3B): Documentation improved.
407*e058c834Schristos
408*e058c834Schristos2014-10-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
409*e058c834Schristos
410*e058c834Schristos	* sparc.h (sparc_opcode): new field `hwcaps2'.
411*e058c834Schristos	(HWCAP2_FJATHPLUS): New define.
412*e058c834Schristos	(HWCAP2_VIS3B): Likewise.
413*e058c834Schristos	(HWCAP2_ADP): Likewise.
414*e058c834Schristos	(HWCAP2_SPARC5): Likewise.
415*e058c834Schristos	(HWCAP2_MWAIT): Likewise.
416*e058c834Schristos	(HWCAP2_XMPMUL): Likewise.
417*e058c834Schristos	(HWCAP2_XMONT): Likewise.
418*e058c834Schristos	(HWCAP2_NSEC): Likewise.
419*e058c834Schristos	(HWCAP2_FJATHHPC): Likewise.
420*e058c834Schristos	(HWCAP2_FJDES): Likewise.
421*e058c834Schristos	(HWCAP2_FJAES): Likewise.
422*e058c834Schristos	Document the new operand kind `{', corresponding to the mcdper
423*e058c834Schristos	ancillary state register.
424*e058c834Schristos	Document the new operand kind }, which represents frsd floating
425*e058c834Schristos	point registers (double precision) which must be the same than
426*e058c834Schristos	frs1 in its containing instruction.
427*e058c834Schristos
428*e058c834Schristos2014-09-16  Kuan-Lin Chen <kuanlinchentw@gmail.com>
429*e058c834Schristos
430*e058c834Schristos	* nds32.h: Add new opcode declaration.
431*e058c834Schristos
432*e058c834Schristos2014-09-15  Andrew Bennett  <andrew.bennett@imgtec.com>
433*e058c834Schristos	    Matthew Fortune  <matthew.fortune@imgtec.com>
434*e058c834Schristos
435*e058c834Schristos	* mips.h (mips_operand_type): Add new entries: OP_SAME_RS_RT,
436*e058c834Schristos	OP_CHECK_PREV and OP_NON_ZERO_REG.  Add descriptions for the MIPS R6
437*e058c834Schristos	instruction arguments: -a, -b, -d, -s, -t, -u, -v, -w, -x, -y, -A, -B,
438*e058c834Schristos	+I, +O, +R, +:, +\, +", +;
439*e058c834Schristos	(mips_check_prev_operand): New struct.
440*e058c834Schristos	(INSN2_FORBIDDEN_SLOT): New define.
441*e058c834Schristos	(INSN_ISA32R6): New define.
442*e058c834Schristos	(INSN_ISA64R6): New define.
443*e058c834Schristos	(INSN_UPTO32R6): New define.
444*e058c834Schristos	(INSN_UPTO64R6): New define.
445*e058c834Schristos	(mips_isa_table): Add INSN_UPTO32R6 and INSN_UPTO64R6.
446*e058c834Schristos	(ISA_MIPS32R6): New define.
447*e058c834Schristos	(ISA_MIPS64R6): New define.
448*e058c834Schristos	(CPU_MIPS32R6): New define.
449*e058c834Schristos	(CPU_MIPS64R6): New define.
450*e058c834Schristos	(cpu_is_member): Add cases for CPU_MIPS32R6, and CPU_MIPS64R6.
451*e058c834Schristos
452*e058c834Schristos2014-09-03  Jiong Wang  <jiong.wang@arm.com>
453*e058c834Schristos
454*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_LSE): New feature added.
455*e058c834Schristos	(aarch64_opnd): Add AARCH64_OPND_PAIRREG.
456*e058c834Schristos	(aarch64_insn_class): Add lse_atomic.
457*e058c834Schristos	(F_LSE_SZ): New field added.
458*e058c834Schristos	(opcode_has_special_coder): Recognize F_LSE_SZ.
459*e058c834Schristos
460*e058c834Schristos2014-08-26  Maciej W. Rozycki  <macro@codesourcery.com>
461*e058c834Schristos
462*e058c834Schristos	* mips.h: Document the move of `MICROMIPSOP_*_CODE10' from `B'
463*e058c834Schristos	over to `+J'.
464*e058c834Schristos
465*e058c834Schristos2014-07-29  Matthew Fortune  <matthew.fortune@imgtec.com>
466*e058c834Schristos
467*e058c834Schristos	* mips.h (INSN_LOAD_COPROC_DELAY): Rename to...
468*e058c834Schristos	(INSN_LOAD_COPROC): New define.
469*e058c834Schristos	(INSN_COPROC_MOVE_DELAY): Rename to...
470*e058c834Schristos	(INSN_COPROC_MOVE): New define.
471*e058c834Schristos
472*e058c834Schristos2014-07-01  Barney Stratford   <barney_stratford@fastmail.fm>
473*e058c834Schristos	    Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
474*e058c834Schristos	    Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
475*e058c834Schristos	    Soundararajan  <Sounderarajan.D@atmel.com>
476*e058c834Schristos
477*e058c834Schristos	* avr.h (AVR_ISA_TINY): Define avrtiny specific ISA.
478*e058c834Schristos	(AVR_ISA_2xxxa): Define ISA without LPM.
479*e058c834Schristos	(AVR_ISA_AVRTINY): Define avrtiny arch ISA.
480*e058c834Schristos	Add doc for contraint used in 16 bit lds/sts.
481*e058c834Schristos	Adjust ISA group for icall, ijmp, pop and push.
482*e058c834Schristos	Add 16 bit lds/sts encoding and update 32 bit lds/sts constraints.
483*e058c834Schristos
484*e058c834Schristos2014-05-19  Nick Clifton  <nickc@redhat.com>
485*e058c834Schristos
486*e058c834Schristos	* msp430.h (struct msp430_operand_s): Add vshift field.
487*e058c834Schristos
488*e058c834Schristos2014-05-07  Andrew Bennett  <andrew.bennett@imgtec.com>
489*e058c834Schristos
490*e058c834Schristos	* mips.h (INSN_ISA_MASK): Updated.
491*e058c834Schristos	(INSN_ISA32R3): New define.
492*e058c834Schristos	(INSN_ISA32R5): New define.
493*e058c834Schristos	(INSN_ISA64R3): New define.
494*e058c834Schristos	(INSN_ISA64R5): New define.
495*e058c834Schristos	(INSN_ISA64, INSN_ISA64R2, INSN_ISA3_32, INSN_ISA3_32R2, INSN_ISA4_32
496*e058c834Schristos	INSN_ISA4_32R2, INSN_ISA5_32R2): Renumbered.
497*e058c834Schristos	(mips_isa_table): Add entries for mips32r3, mips32r5, mips64r3 and
498*e058c834Schristos	mips64r5.
499*e058c834Schristos	(INSN_UPTO32R3): New define.
500*e058c834Schristos	(INSN_UPTO32R5): New define.
501*e058c834Schristos	(INSN_UPTO64R3): New define.
502*e058c834Schristos	(INSN_UPTO64R5): New define.
503*e058c834Schristos	(ISA_MIPS32R3): New define.
504*e058c834Schristos	(ISA_MIPS32R5): New define.
505*e058c834Schristos	(ISA_MIPS64R3): New define.
506*e058c834Schristos	(ISA_MIPS64R5): New define.
507*e058c834Schristos	(CPU_MIPS32R3): New define.
508*e058c834Schristos	(CPU_MIPS32R5): New define.
509*e058c834Schristos	(CPU_MIPS64R3): New define.
510*e058c834Schristos	(CPU_MIPS64R5): New define.
511*e058c834Schristos
512*e058c834Schristos2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
513*e058c834Schristos
514*e058c834Schristos	* mips.h (mips_isa_table): Avoid hard-coding INSN_ISA* values.
515*e058c834Schristos
516*e058c834Schristos2014-04-23  Andrew Bennett  <andrew.bennett@imgtec.com>
517*e058c834Schristos
518*e058c834Schristos	* mips.h (ASE_XPA): New define.
519*e058c834Schristos
520*e058c834Schristos2014-04-22  Christian Svensson  <blue@cmd.nu>
521*e058c834Schristos
522*e058c834Schristos	* or32.h: Delete.
523*e058c834Schristos
524*e058c834Schristos2014-03-05  Alan Modra  <amodra@gmail.com>
525*e058c834Schristos
526*e058c834Schristos	Update copyright years.
527*e058c834Schristos
528*e058c834Schristos2013-12-16  Andrew Bennett  <andrew.bennett@imgtec.com>
529*e058c834Schristos
530*e058c834Schristos	* mips.h: Updated description of +o, +u, +v and +w for MIPS and
531*e058c834Schristos	microMIPS.
532*e058c834Schristos
533*e058c834Schristos2013-12-13  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
534*e058c834Schristos	    Wei-Cheng Wang  <cole945@gmail.com>
535*e058c834Schristos
536*e058c834Schristos	* nds32.h: New file for Andes NDS32.
537*e058c834Schristos
538*e058c834Schristos2013-12-07  Mike Frysinger  <vapier@gentoo.org>
539*e058c834Schristos
540*e058c834Schristos	* bfin.h: Remove +x file mode.
541*e058c834Schristos
542*e058c834Schristos2013-11-20  Yufeng Zhang  <yufeng.zhang@arm.com>
543*e058c834Schristos
544*e058c834Schristos	* aarch64.h (aarch64_pstatefields): Change element type to
545*e058c834Schristos	aarch64_sys_reg.
546*e058c834Schristos
547*e058c834Schristos2013-11-18  Renlin Li  <Renlin.Li@arm.com>
548*e058c834Schristos
549*e058c834Schristos	* arm.h (ARM_AEXT_V7VE): New define.
550*e058c834Schristos	(ARM_ARCH_V7VE): New define.
551*e058c834Schristos	(ARM_ARCH_V7A_IDIV_MP_SEC_VIRT): Removed.
552*e058c834Schristos
553*e058c834Schristos2013-11-18  Yufeng Zhang  <yufeng.zhang@arm.com>
554*e058c834Schristos
555*e058c834Schristos	Revert
556*e058c834Schristos
557*e058c834Schristos	2013-11-15  Yufeng Zhang  <yufeng.zhang@arm.com>
558*e058c834Schristos
559*e058c834Schristos	* aarch64.h (aarch64_sys_reg_readonly_p): New declaration.
560*e058c834Schristos	(aarch64_sys_reg_writeonly_p): Ditto.
561*e058c834Schristos
562*e058c834Schristos2013-11-15  Yufeng Zhang  <yufeng.zhang@arm.com>
563*e058c834Schristos
564*e058c834Schristos	* aarch64.h (aarch64_sys_reg_readonly_p): New declaration.
565*e058c834Schristos	(aarch64_sys_reg_writeonly_p): Ditto.
566*e058c834Schristos
567*e058c834Schristos2013-11-11  Catherine Moore  <clm@codesourcery.com>
568*e058c834Schristos
569*e058c834Schristos	* mips.h (INSN_LOAD_MEMORY_DELAY): Rename to...
570*e058c834Schristos	(INSN_LOAD_MEMORY): ...this.
571*e058c834Schristos
572*e058c834Schristos2013-11-05  Yufeng Zhang  <yufeng.zhang@arm.com>
573*e058c834Schristos
574*e058c834Schristos	* aarch64.h (aarch64_sys_reg): New typedef.
575*e058c834Schristos	(aarch64_sys_regs): Change to define with the new type.
576*e058c834Schristos	(aarch64_sys_reg_deprecated_p): Declare.
577*e058c834Schristos
578*e058c834Schristos2013-11-05  Yufeng Zhang  <yufeng.zhang@arm.com>
579*e058c834Schristos
580*e058c834Schristos	* aarch64.h (enum aarch64_operand_class): Add AARCH64_OPND_CLASS_COND.
581*e058c834Schristos	(enum aarch64_opnd): Add AARCH64_OPND_COND1.
582*e058c834Schristos
583*e058c834Schristos2013-10-14  Chao-ying Fu  <Chao-ying.Fu@imgtec.com>
584*e058c834Schristos
585*e058c834Schristos	* mips.h (mips_operand_type): Add OP_IMM_INDEX and OP_REG_INDEX.
586*e058c834Schristos	(mips_reg_operand_type): Add OP_REG_MSA and OP_REG_MSA_CTRL.
587*e058c834Schristos	For MIPS, add comments for +d, +e, +h, +k, +l, +n, +o, +u, +v, +w,
588*e058c834Schristos	+T, +U, +V, +W, +~, +!, +@, +#, +$, +%, +^, +&, +*, +|.
589*e058c834Schristos	For MIPS, update extension character sequences after +.
590*e058c834Schristos	(ASE_MSA): New define.
591*e058c834Schristos	(ASE_MSA64): New define.
592*e058c834Schristos	For microMIPS, add comments for +d, +e, +h, +k, +l, +n, +o, +u, +v, +w,
593*e058c834Schristos	+x, +T, +U, +V, +W, +~, +!, +@, +#, +$, +%, +^, +&, +*, +|.
594*e058c834Schristos	For microMIPS, update extension character sequences after +.
595*e058c834Schristos
596*e058c834Schristos2013-08-23  Yuri Chornoivan  <yurchor@ukr.net>
597*e058c834Schristos
598*e058c834Schristos	PR binutils/15834
599*e058c834Schristos	* i960.h: Fix typos.
600*e058c834Schristos
601*e058c834Schristos2013-08-19  Richard Sandiford  <rdsandiford@googlemail.com>
602*e058c834Schristos
603*e058c834Schristos	* mips.h: Remove references to "+I" and imm2_expr.
604*e058c834Schristos
605*e058c834Schristos2013-08-19  Richard Sandiford  <rdsandiford@googlemail.com>
606*e058c834Schristos
607*e058c834Schristos	* mips.h (M_DEXT, M_DINS): Delete.
608*e058c834Schristos
609*e058c834Schristos2013-08-19  Richard Sandiford  <rdsandiford@googlemail.com>
610*e058c834Schristos
611*e058c834Schristos	* mips.h (OP_OPTIONAL_REG): New mips_operand_type.
612*e058c834Schristos	(mips_optional_operand_p): New function.
613*e058c834Schristos
614*e058c834Schristos2013-08-05  Eric Botcazou  <ebotcazou@adacore.com>
615*e058c834Schristos	    Konrad Eisele  <konrad@gaisler.com>
616*e058c834Schristos
617*e058c834Schristos	* sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_LEON.
618*e058c834Schristos
619*e058c834Schristos2013-08-04  Jürgen Urban  <JuergenUrban@gmx.de>
620*e058c834Schristos	    Richard Sandiford  <rdsandiford@googlemail.com>
621*e058c834Schristos
622*e058c834Schristos	* mips.h: Document new VU0 operand characters.
623*e058c834Schristos	(OP_VU0_SUFFIX, OP_VU0_MATCH_SUFFIX): New mips_operand_types.
624*e058c834Schristos	(OP_REG_VF, OP_REG_VI, OP_REG_R5900_I, OP_REG_R5900_Q, OP_REG_R5900_R)
625*e058c834Schristos	(OP_REG_R5900_ACC): New mips_reg_operand_types.
626*e058c834Schristos	(INSN2_VU0_CHANNEL_SUFFIX): New macro.
627*e058c834Schristos	(mips_vu0_channel_mask): Declare.
628*e058c834Schristos
629*e058c834Schristos2013-08-03  Richard Sandiford  <rdsandiford@googlemail.com>
630*e058c834Schristos
631*e058c834Schristos	* mips.h (mips_pcrel_operand): Inherit from mips_int_operand.
632*e058c834Schristos	(mips_int_operand_min, mips_int_operand_max): New functions.
633*e058c834Schristos	(mips_decode_pcrel_operand): Use mips_decode_int_operand.
634*e058c834Schristos
635*e058c834Schristos2013-08-01  Richard Sandiford  <rdsandiford@googlemail.com>
636*e058c834Schristos
637*e058c834Schristos	* mips.h (mips_decode_reg_operand): New function.
638*e058c834Schristos	(INSN_WRITE_SHIFT, INSN_WRITE_1, INSN_WRITE_2, INSN_WRITE_ALL)
639*e058c834Schristos	(INSN_READ_SHIFT, INSN_READ_1, INSN_READ_2, INSN_READ_3, INSN_READ_4)
640*e058c834Schristos	(INSN_READ_ALL, INSN_READ_GPR_24, INSN_WRITE_GPR_24, INSN_UDI):
641*e058c834Schristos	New macros.
642*e058c834Schristos	(INSN_WRITE_GPR_D, INSN_WRITE_GPR_T, INSN_WRITE_FPR_D)
643*e058c834Schristos	(INSN_WRITE_FPR_S, INSN_WRITE_FPR_T, INSN_READ_GPR_S, INSN_READ_GPR_T)
644*e058c834Schristos	(INSN_READ_FPR_S, INSN_READ_FPR_T, INSN_READ_FPR_R, INSN_WRITE_GPR_S)
645*e058c834Schristos	(INSN2_WRITE_GPR_Z, INSN2_WRITE_FPR_Z, INSN2_READ_GPR_Z)
646*e058c834Schristos	(INSN2_READ_FPR_Z, INSN2_READ_GPR_D, INSN2_READ_FPR_D)
647*e058c834Schristos	(INSN2_WRITE_GPR_MB, INSN2_READ_GPR_MC, INSN2_MOD_GPR_MD)
648*e058c834Schristos	(INSN2_READ_GPR_ME, INSN2_MOD_GPR_MF, INSN2_READ_GPR_MG)
649*e058c834Schristos	(INSN2_READ_GPR_MJ, INSN2_WRITE_GPR_MJ, INSN2_READ_GPR_MP)
650*e058c834Schristos	(INSN2_WRITE_GPR_MP, INSN2_READ_GPR_MQ, INSN2_READ_GP)
651*e058c834Schristos	(INSN2_WRITE_GPR_MH, INSN2_READ_GPR_MMN): Delete.  Renumber other
652*e058c834Schristos	macros to cover the gaps.
653*e058c834Schristos	(INSN2_MOD_SP): Replace with...
654*e058c834Schristos	(INSN2_WRITE_SP, INSN2_READ_SP): ...these new macros.
655*e058c834Schristos	(MIPS16_INSN_WRITE_X, MIPS16_INSN_WRITE_Y, MIPS16_INSN_WRITE_Z)
656*e058c834Schristos	(MIPS16_INSN_WRITE_T, MIPS16_INSN_WRITE_31, MIPS16_INSN_WRITE_GPR_Y)
657*e058c834Schristos	(MIPS16_INSN_READ_X, MIPS16_INSN_READ_Y, MIPS16_INSN_READ_Z)
658*e058c834Schristos	(MIPS16_INSN_READ_T, MIPS16_INSN_READ_SP, MIPS16_INSN_READ_GPR_X):
659*e058c834Schristos	Delete.
660*e058c834Schristos
661*e058c834Schristos2013-08-01  Richard Sandiford  <rdsandiford@googlemail.com>
662*e058c834Schristos
663*e058c834Schristos	* mips.h (MIPS16_INSN_WRITE_SP, MIPS16_INSN_READ_31)
664*e058c834Schristos	(MIPS16_INSN_READ_PC, MIPS16_INSN_UNCOND_BRANCH)
665*e058c834Schristos	(MIPS16_INSN_COND_BRANCH): Delete.
666*e058c834Schristos
667*e058c834Schristos2013-07-24  Anna Tikhonova  <anna.tikhonova@intel.com>
668*e058c834Schristos	    Kirill Yukhin  <kirill.yukhin@intel.com>
669*e058c834Schristos	    Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
670*e058c834Schristos
671*e058c834Schristos	* i386.h (BND_PREFIX_OPCODE): New.
672*e058c834Schristos
673*e058c834Schristos2013-07-14  Richard Sandiford  <rdsandiford@googlemail.com>
674*e058c834Schristos
675*e058c834Schristos	* mips.h (mips_operand_type): Add OP_ENTRY_EXIT_LIST and
676*e058c834Schristos	OP_SAVE_RESTORE_LIST.
677*e058c834Schristos	(decode_mips16_operand): Declare.
678*e058c834Schristos
679*e058c834Schristos2013-07-14  Richard Sandiford  <rdsandiford@googlemail.com>
680*e058c834Schristos
681*e058c834Schristos	* mips.h (mips_operand_type, mips_reg_operand_type): New enums.
682*e058c834Schristos	(mips_operand, mips_int_operand, mips_mapped_int_operand)
683*e058c834Schristos	(mips_msb_operand, mips_reg_operand, mips_reg_pair_operand)
684*e058c834Schristos	(mips_pcrel_operand): New structures.
685*e058c834Schristos	(mips_insert_operand, mips_extract_operand, mips_signed_operand)
686*e058c834Schristos	(mips_decode_int_operand, mips_decode_pcrel_operand): New functions.
687*e058c834Schristos	(decode_mips_operand, decode_micromips_operand): Declare.
688*e058c834Schristos
689*e058c834Schristos2013-07-14  Richard Sandiford  <rdsandiford@googlemail.com>
690*e058c834Schristos
691*e058c834Schristos	* mips.h: Document MIPS16 "I" opcode.
692*e058c834Schristos
693*e058c834Schristos2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
694*e058c834Schristos
695*e058c834Schristos	* mips.h (M_ACLR_OB, M_ASET_OB, M_CACHE_OB, M_CACHEE_OB, M_L_DOB)
696*e058c834Schristos	(M_LB_A, M_LBE_OB, M_LBU_A, M_LBUE_OB, M_LD_A, M_LD_OB, M_LDC2_OB)
697*e058c834Schristos	(M_LDL_OB, M_LDM_OB, M_LDP_OB, M_LDR_OB, M_LH_A, M_LHE_OB, M_LHU_A)
698*e058c834Schristos	(M_LHUE_OB, M_LL_OB, M_LLD_OB, M_LLE_OB, M_LS_A, M_LW_A, M_LWE_OB)
699*e058c834Schristos	(M_LWC0_A, M_LWC1_A, M_LWC2_A, M_LWC2_OB, M_LWC3_A, M_LWL_A, M_LWL_OB)
700*e058c834Schristos	(M_LWLE_OB, M_LWM_OB, M_LWP_OB, M_LWR_A, M_LWR_OB, M_LWRE_OB, M_LWU_OB)
701*e058c834Schristos	(M_PREF_OB, M_PREFE_OB, M_S_DOB, M_SAA_OB, M_SAAD_OB, M_SC_OB)
702*e058c834Schristos	(M_SCD_OB, M_SCE_OB, M_SD_A, M_SD_OB, M_SDC2_OB, M_SDL_OB, M_SDM_OB)
703*e058c834Schristos	(M_SDP_OB, M_SDR_OB, M_SB_A, M_SBE_OB, M_SH_A, M_SHE_OB, M_SW_A)
704*e058c834Schristos	(M_SWE_OB, M_SWC0_A, M_SWC1_A, M_SWC2_A, M_SWC2_OB, M_SWC3_A, M_SWL_A)
705*e058c834Schristos	(M_SWL_OB, M_SWLE_OB, M_SWM_OB, M_SWP_OB, M_SWR_A, M_SWR_OB, M_SWRE_OB)
706*e058c834Schristos	(M_ULD, M_ULH, M_ULHU, M_ULW, M_USH, M_USW, M_USD): Delete.
707*e058c834Schristos	(M_ULD_A, M_ULH_A, M_ULHU_A, M_ULW_A, M_USH_A, M_USW_A, M_USD_A):
708*e058c834Schristos	Rename to...
709*e058c834Schristos	(M_ULD_AB, M_ULH_AB, M_ULHU_AB, M_ULW_AB, M_USH_AB, M_USW_AB)
710*e058c834Schristos	(M_USD_AB): ...these.
711*e058c834Schristos
712*e058c834Schristos2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
713*e058c834Schristos
714*e058c834Schristos	* mips.h: Remove documentation of "[" and "]".  Update documentation
715*e058c834Schristos	of "k" and the MDMX formats.
716*e058c834Schristos
717*e058c834Schristos2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
718*e058c834Schristos
719*e058c834Schristos	* mips.h: Update documentation of "+s" and "+S".
720*e058c834Schristos
721*e058c834Schristos2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
722*e058c834Schristos
723*e058c834Schristos	* mips.h: Document "+i".
724*e058c834Schristos
725*e058c834Schristos2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
726*e058c834Schristos
727*e058c834Schristos	* mips.h: Remove "mi" documentation.  Update "mh" documentation.
728*e058c834Schristos	(OP_MASK_MI, OP_SH_MI, MICROMIPSOP_MASK_MI, MICROMIPSOP_MASK_MI):
729*e058c834Schristos	Delete.
730*e058c834Schristos	(INSN2_WRITE_GPR_MHI): Rename to...
731*e058c834Schristos	(INSN2_WRITE_GPR_MH): ...this.
732*e058c834Schristos
733*e058c834Schristos2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
734*e058c834Schristos
735*e058c834Schristos	* mips.h: Remove documentation of "+D" and "+T".
736*e058c834Schristos
737*e058c834Schristos2013-06-26  Richard Sandiford  <rdsandiford@googlemail.com>
738*e058c834Schristos
739*e058c834Schristos	* mips.h: Fix comment for "1": it is now STYPE rather than SHAMT.
740*e058c834Schristos	Use "source" rather than "destination" for microMIPS "G".
741*e058c834Schristos
742*e058c834Schristos2013-06-25  Maciej W. Rozycki  <macro@codesourcery.com>
743*e058c834Schristos
744*e058c834Schristos	* mips.h: Add M_JRADDIUSP, M_JRC and M_MOVEP anonymous enum
745*e058c834Schristos	values.
746*e058c834Schristos
747*e058c834Schristos2013-06-23  Richard Sandiford  <rdsandiford@googlemail.com>
748*e058c834Schristos
749*e058c834Schristos	* mips.h: Fix comment typo: "G" is _RS rather than _RD for microMIPS.
750*e058c834Schristos
751*e058c834Schristos2013-06-17  Catherine Moore  <clm@codesourcery.com>
752*e058c834Schristos	    Maciej W. Rozycki  <macro@codesourcery.com>
753*e058c834Schristos	    Chao-Ying Fu  <fu@mips.com>
754*e058c834Schristos
755*e058c834Schristos	* mips.h (OP_SH_EVAOFFSET): Define.
756*e058c834Schristos	(OP_MASK_EVAOFFSET): Define.
757*e058c834Schristos	(INSN_ASE_MASK): Delete.
758*e058c834Schristos	(ASE_EVA): Define.
759*e058c834Schristos	(M_CACHEE_AB, M_CACHEE_OB): New.
760*e058c834Schristos	(M_LBE_OB, M_LBE_AB): New.
761*e058c834Schristos	(M_LBUE_OB, M_LBUE_AB): New.
762*e058c834Schristos	(M_LHE_OB, M_LHE_AB): New.
763*e058c834Schristos	(M_LHUE_OB, M_LHUE_AB): New.
764*e058c834Schristos	(M_LLE_AB, M_LLE_OB): New.
765*e058c834Schristos	(M_LWE_OB, M_LWE_AB): New.
766*e058c834Schristos	(M_LWLE_AB, M_LWLE_OB): New.
767*e058c834Schristos	(M_LWRE_AB, M_LWRE_OB): New.
768*e058c834Schristos	(M_PREFE_AB, M_PREFE_OB): New.
769*e058c834Schristos	(M_SCE_AB, M_SCE_OB): New.
770*e058c834Schristos	(M_SBE_OB, M_SBE_AB): New.
771*e058c834Schristos	(M_SHE_OB, M_SHE_AB): New.
772*e058c834Schristos	(M_SWE_OB, M_SWE_AB): New.
773*e058c834Schristos	(M_SWLE_AB, M_SWLE_OB): New.
774*e058c834Schristos	(M_SWRE_AB, M_SWRE_OB): New.
775*e058c834Schristos	(MICROMIPSOP_SH_EVAOFFSET): Define.
776*e058c834Schristos	(MICROMIPSOP_MASK_EVAOFFSET): Define.
777*e058c834Schristos
778*e058c834Schristos2013-06-12  Sandra Loosemore  <sandra@codesourcery.com>
779*e058c834Schristos
780*e058c834Schristos	* nios2.h (OP_MATCH_ERET): Correct eret encoding.
781*e058c834Schristos
782*e058c834Schristos2013-06-08  Catherine Moore  <clm@codesourcery.com>
783*e058c834Schristos
784*e058c834Schristos	* mips.h (mips_opcode): Add ase field.
785*e058c834Schristos	(INSN_ASE_MASK): Delete.
786*e058c834Schristos	(INSN_DSP): Rename to ASE_DSP.  Provide new value.
787*e058c834Schristos	(INSN_DSPR2): Rename to ASE_DSPR2.  Provide new value.
788*e058c834Schristos	(INSN_MCU): Rename to ASE_MCU.  Provide new value.
789*e058c834Schristos	(INSN_MDMX): Rename to ASE_MDMX.  Provide new value.
790*e058c834Schristos	(INSN_MIPS3d): Rename to ASE_MIPS3D.  Provide new value.
791*e058c834Schristos	(INSN_MT): Rename to ASE_MT.  Provide new value.
792*e058c834Schristos	(INSN_SMARTMIPS): Rename to ASE_SMARTMIPS.  Provide new value.
793*e058c834Schristos	(INSN_VIRT): Rename to ASE_VIRT.  Provide new value.
794*e058c834Schristos	(INSN_VIRT64): Rename to ASE_VIRT64.  Provide new value.
795*e058c834Schristos	(opcode_is_member): Add ase argument.  Check ase.
796*e058c834Schristos
797*e058c834Schristos2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>
798*e058c834Schristos
799*e058c834Schristos	* mips.h (M_LQC2_AB, M_SQC2_AB): New macros.
800*e058c834Schristos
801*e058c834Schristos2013-05-09  Andrew Pinski  <apinski@cavium.com>
802*e058c834Schristos
803*e058c834Schristos	* mips.h (OP_MASK_CODE10): Correct definition.
804*e058c834Schristos	(OP_SH_CODE10): Likewise.
805*e058c834Schristos	Add a comment that "+J" is used now for OP_*CODE10.
806*e058c834Schristos	(INSN_ASE_MASK): Update.
807*e058c834Schristos	(INSN_VIRT): New macro.
808*e058c834Schristos	(INSN_VIRT64): New macro
809*e058c834Schristos
810*e058c834Schristos2013-05-02  Nick Clifton  <nickc@redhat.com>
811*e058c834Schristos
812*e058c834Schristos	* msp430.h: Add patterns for MSP430X instructions.
813*e058c834Schristos
814*e058c834Schristos2013-04-06  David S. Miller  <davem@davemloft.net>
815*e058c834Schristos
816*e058c834Schristos	* sparc.h (F_PREFERRED): Define.
817*e058c834Schristos	(F_PREF_ALIAS): Define.
818*e058c834Schristos
819*e058c834Schristos2013-04-03  Nick Clifton  <nickc@redhat.com>
820*e058c834Schristos
821*e058c834Schristos	* v850.h (V850_INVERSE_PCREL): Define.
822*e058c834Schristos
823*e058c834Schristos2013-03-27  Alexis Deruelle  <alexis.deruelle@gmail.com>
824*e058c834Schristos
825*e058c834Schristos	PR binutils/15068
826*e058c834Schristos	* tic6x-opcode-table.h: Fix patterns for add, ldnw and xor.
827*e058c834Schristos
828*e058c834Schristos2013-03-27  Alexis Deruelle  <alexis.deruelle@gmail.com>
829*e058c834Schristos
830*e058c834Schristos	PR binutils/15068
831*e058c834Schristos	* tic6xc-insn-formats.h (FLD): Add use of bitfield array.
832*e058c834Schristos	Add 16-bit opcodes.
833*e058c834Schristos	* tic6xc-opcode-table.h: Add 16-bit insns.
834*e058c834Schristos	* tic6x.h: Add support for 16-bit insns.
835*e058c834Schristos
836*e058c834Schristos2013-03-21  Michael Schewe  <michael.schewe@gmx.net>
837*e058c834Schristos
838*e058c834Schristos	* h8300.h: Add MEMRELAX flag for mov.b/w/l @(d:32,ERs),Rd
839*e058c834Schristos	and mov.b/w/l Rs,@(d:32,ERd).
840*e058c834Schristos
841*e058c834Schristos2013-03-20  Alexis Deruelle  <alexis.deruelle@gmail.com>
842*e058c834Schristos
843*e058c834Schristos	PR gas/15082
844*e058c834Schristos	* tic6x-opcode-table.h: Rename mpydp's specific operand type macro
845*e058c834Schristos	from ORREGD1324 to ORXREGD1324 and make it cross-path-able through
846*e058c834Schristos	tic6x_operand_xregpair operand coding type.
847*e058c834Schristos	Make mpydp instruction cross-path-able, ie: remove the FIXed 'x'
848*e058c834Schristos	opcode field, usu ORXREGD1324 for the src2 operand and remove the
849*e058c834Schristos	TIC6X_FLAG_NO_CROSS.
850*e058c834Schristos
851*e058c834Schristos2013-03-20  Alexis Deruelle  <alexis.deruelle@gmail.com>
852*e058c834Schristos
853*e058c834Schristos	PR gas/15095
854*e058c834Schristos	* tic6x.h (enum tic6x_coding_method): Add
855*e058c834Schristos	tic6x_coding_dreg_(msb|lsb) field coding type in order to encode
856*e058c834Schristos	separately the msb and lsb of a register pair.  This is needed to
857*e058c834Schristos	encode the opcodes in the same way as TI assembler does.
858*e058c834Schristos	* tic6x-opcode-table.h: Modify absdp, dpint, dpsp, dptrunc, rcpdp
859*e058c834Schristos	and rsqrdp opcodes to use the new field coding types.
860*e058c834Schristos
861*e058c834Schristos2013-03-12  Sebastian Huber <sebastian.huber@embedded-brains.de>
862*e058c834Schristos
863*e058c834Schristos	* nios2.h: Edit comment.
864*e058c834Schristos
865*e058c834Schristos2013-03-11  Sebastian Huber <sebastian.huber@embedded-brains.de>
866*e058c834Schristos
867*e058c834Schristos	* nios2.h (OPX_WRPRS): New define.
868*e058c834Schristos	(OP_MATCH_WRPRS): Likewise.
869*e058c834Schristos
870*e058c834Schristos2013-03-11  Sebastian Huber <sebastian.huber@embedded-brains.de>
871*e058c834Schristos
872*e058c834Schristos	* nios2.h (OP_RDPRS): New define.
873*e058c834Schristos	(OP_MATCH_RDPRS): Likewise.
874*e058c834Schristos
875*e058c834Schristos2013-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
876*e058c834Schristos
877*e058c834Schristos	* arm.h (CRC_EXT_ARMV8): New constant.
878*e058c834Schristos	(ARCH_CRC_ARMV8): New macro.
879*e058c834Schristos
880*e058c834Schristos2013-02-28  Yufeng Zhang  <yufeng.zhang@arm.com>
881*e058c834Schristos
882*e058c834Schristos	* aarch64.h (AARCH64_FEATURE_CRC): New macro.
883*e058c834Schristos
884*e058c834Schristos2013-02-06  Sandra Loosemore  <sandra@codesourcery.com>
885*e058c834Schristos	    Andrew Jenner <andrew@codesourcery.com>
886*e058c834Schristos
887*e058c834Schristos	Based on patches from Altera Corporation.
888*e058c834Schristos
889*e058c834Schristos	* nios2.h: New file.
890*e058c834Schristos
891*e058c834Schristos2013-01-30  Yufeng Zhang  <yufeng.zhang@arm.com>
892*e058c834Schristos
893*e058c834Schristos	* aarch64.h (aarch64_op): Add OP_SXTL, OP_SXTL2, OP_UXTL and OP_UXTL2.
894*e058c834Schristos
895*e058c834Schristos2013-01-28  Alexis Deruelle  <alexis.deruelle@gmail.com>
896*e058c834Schristos
897*e058c834Schristos	PR gas/15069
898*e058c834Schristos	* tic6x-opcode-table.h: Fix encoding of BNOP instruction.
899*e058c834Schristos
900*e058c834Schristos2013-01-24  Nick Clifton  <nickc@redhat.com>
901*e058c834Schristos
902*e058c834Schristos	* v850.h: Add e3v5 support.
903*e058c834Schristos
904*e058c834Schristos2013-01-17  Yufeng Zhang  <yufeng.zhang@arm.com>
905*e058c834Schristos
906*e058c834Schristos	* aarch64.h (aarch64_op): Remove OP_V_MOVI_B.
907*e058c834Schristos
908*e058c834Schristos2013-01-10  Peter Bergner <bergner@vnet.ibm.com>
909*e058c834Schristos
910*e058c834Schristos	* ppc.h (PPC_OPCODE_POWER8): New define.
911*e058c834Schristos	(PPC_OPCODE_HTM): Likewise.
912*e058c834Schristos
913*e058c834Schristos2013-01-10  Will Newton <will.newton@imgtec.com>
914*e058c834Schristos
915*e058c834Schristos	* metag.h: New file.
916*e058c834Schristos
917*e058c834Schristos2013-01-07  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
918*e058c834Schristos
919*e058c834Schristos	* cr16.h (make_instruction): Rename to cr16_make_instruction.
920*e058c834Schristos	(match_opcode): Rename to cr16_match_opcode.
921*e058c834Schristos
922*e058c834Schristos2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
923*e058c834Schristos
924*e058c834Schristos	* mips.h: Add support for r5900 instructions including lq and sq.
925*e058c834Schristos
926*e058c834Schristos2013-01-02  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
927*e058c834Schristos
928*e058c834Schristos	* cr16.h (dwordU,wordU): Moved typedefs from cr16-dis.c
929*e058c834Schristos	(make_instruction,match_opcode): Added function prototypes.
930*e058c834Schristos	(cr16_words,cr16_allWords,cr16_currInsn): Declare as extern.
931*e058c834Schristos
932*e058c834Schristos2012-12-17  Nick Clifton  <nickc@redhat.com>
933*e058c834Schristos
934*e058c834Schristos	* tahoe.h: Add copyright notice.
935*e058c834Schristos
936*e058c834Schristos2012-11-23  Alan Modra  <amodra@gmail.com>
937*e058c834Schristos
938*e058c834Schristos	* ppc.h (ppc_parse_cpu): Update prototype.
939*e058c834Schristos
940*e058c834Schristos2012-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
941*e058c834Schristos
942*e058c834Schristos	* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
943*e058c834Schristos	opcodes.  Likewise, use "cM" instead of "cm" in fstqs opcodes.
944*e058c834Schristos
945*e058c834Schristos2012-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
946*e058c834Schristos
947*e058c834Schristos	* s390.h (s390_opcode_cpu_val): Add S390_OPCODE_ZEC12.
948*e058c834Schristos
949*e058c834Schristos2012-09-27  Anthony Green  <green@moxielogic.com>
950*e058c834Schristos
951*e058c834Schristos	* moxie.h (MOXIE_BAD): New define.
952*e058c834Schristos
953*e058c834Schristos2012-09-04  Sergey A. Guriev <sergey.a.guriev@intel.com>
954*e058c834Schristos
955*e058c834Schristos	* ia64.h (ia64_opnd): Add new operand types.
956*e058c834Schristos
957*e058c834Schristos2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
958*e058c834Schristos
959*e058c834Schristos	* arm.h (ARM_CPU_IS_ANY): New define.
960*e058c834Schristos
961*e058c834Schristos2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
962*e058c834Schristos
963*e058c834Schristos	* arm.h (ARM_EXT_V8): New define.
964*e058c834Schristos	(FPU_VFP_EXT_ARMV8): Likewise.
965*e058c834Schristos	(FPU_NEON_EXT_ARMV8): Likewise.
966*e058c834Schristos	(FPU_CRYPTO_EXT_ARMV8): Likewise.
967*e058c834Schristos	(ARM_AEXT_V8A): Likewise.
968*e058c834Schristos	(FPU_VFP_ARMV8): Likwise.
969*e058c834Schristos	(FPU_NEON_ARMV8): Likewise.
970*e058c834Schristos	(FPU_CRYPTO_ARMV8): Likewise.
971*e058c834Schristos	(FPU_ARCH_VFP_ARMV8): Likewise.
972*e058c834Schristos	(FPU_ARCH_NEON_VFP_ARMV8): Likewise.
973*e058c834Schristos	(FPU_ARCH_CRYPTO_NEON_VFP_ARMV8): Likewise.
974*e058c834Schristos	(ARM_ARCH_V8A): Likwise.
975*e058c834Schristos	(ARM_ARCH_V8A_FP): Likewise.
976*e058c834Schristos	(ARM_ARCH_V8A_SIMD): Likewise.
977*e058c834Schristos	(ARM_ARCH_V8A_CRYPTO): Likewise.
978*e058c834Schristos
979*e058c834Schristos2012-08-21  David S. Miller  <davem@davemloft.net>
980*e058c834Schristos
981*e058c834Schristos	* sparc.h (F3F4): New macro.
982*e058c834Schristos
983*e058c834Schristos2012-08-13  Ian Bolton  <ian.bolton@arm.com>
984*e058c834Schristos	    Laurent Desnogues  <laurent.desnogues@arm.com>
985*e058c834Schristos	    Jim MacArthur  <jim.macarthur@arm.com>
986*e058c834Schristos	    Marcus Shawcroft  <marcus.shawcroft@arm.com>
987*e058c834Schristos	    Nigel Stephens  <nigel.stephens@arm.com>
988*e058c834Schristos	    Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
989*e058c834Schristos	    Richard Earnshaw  <rearnsha@arm.com>
990*e058c834Schristos	    Sofiane Naci  <sofiane.naci@arm.com>
991*e058c834Schristos	    Tejas Belagod  <tejas.belagod@arm.com>
992*e058c834Schristos	    Yufeng Zhang  <yufeng.zhang@arm.com>
993*e058c834Schristos
994*e058c834Schristos	* aarch64.h: New file.
995*e058c834Schristos
996*e058c834Schristos2012-08-13  Richard Sandiford  <rdsandiford@googlemail.com>
997*e058c834Schristos	    Maciej W. Rozycki  <macro@codesourcery.com>
998*e058c834Schristos
999*e058c834Schristos	* mips.h (mips_opcode): Add the exclusions field.
1000*e058c834Schristos	(OPCODE_IS_MEMBER): Remove macro.
1001*e058c834Schristos	(cpu_is_member): New inline function.
1002*e058c834Schristos	(opcode_is_member): Likewise.
1003*e058c834Schristos
1004*e058c834Schristos2012-07-31  Chao-Ying Fu  <fu@mips.com>
1005*e058c834Schristos	    Catherine Moore  <clm@codesourcery.com>
1006*e058c834Schristos	    Maciej W. Rozycki  <macro@codesourcery.com>
1007*e058c834Schristos
1008*e058c834Schristos	* mips.h: Document microMIPS DSP ASE usage.
1009*e058c834Schristos	(MICROMIPSOP_MASK_DSPACC, MICROMIPSOP_SH_DSPACC): Update for
1010*e058c834Schristos	microMIPS DSP ASE support.
1011*e058c834Schristos	(MICROMIPSOP_MASK_DSPSFT, MICROMIPSOP_SH_DSPSFT): Likewise.
1012*e058c834Schristos	(MICROMIPSOP_MASK_SA3, MICROMIPSOP_SH_SA3): Likewise.
1013*e058c834Schristos	(MICROMIPSOP_MASK_SA4, MICROMIPSOP_SH_SA4): Likewise.
1014*e058c834Schristos	(MICROMIPSOP_MASK_IMM8, MICROMIPSOP_SH_IMM8): Likewise.
1015*e058c834Schristos	(MICROMIPSOP_MASK_IMM10, MICROMIPSOP_SH_IMM10): Likewise.
1016*e058c834Schristos	(MICROMIPSOP_MASK_WRDSP, MICROMIPSOP_SH_WRDSP): Likewise.
1017*e058c834Schristos	(MICROMIPSOP_MASK_BP, MICROMIPSOP_SH_BP): Likewise.
1018*e058c834Schristos
1019*e058c834Schristos2012-07-06  Maciej W. Rozycki  <macro@codesourcery.com>
1020*e058c834Schristos
1021*e058c834Schristos	* mips.h: Fix a typo in description.
1022*e058c834Schristos
1023*e058c834Schristos2012-07-05  Sean Keys  <skeys@ipdatasys.com>
1024*e058c834Schristos
1025*e058c834Schristos	* xgate.h: Changed the format string for mode XGATE_OP_DYA_MON.
1026*e058c834Schristos
1027*e058c834Schristos2012-06-07  Georg-Johann Lay  <avr@gjlay.de>
1028*e058c834Schristos
1029*e058c834Schristos	* avr.h: (AVR_ISA_XCH): New define.
1030*e058c834Schristos	(AVR_ISA_XMEGA): Use it.
1031*e058c834Schristos	(XCH, LAS, LAT, LAC): New XMEGA opcodes.
1032*e058c834Schristos
1033*e058c834Schristos2012-05-15  James Murray <jsm@jsm-net.demon.co.uk>
1034*e058c834Schristos
1035*e058c834Schristos	* m68hc11.h: Add XGate definitions.
1036*e058c834Schristos	(struct m68hc11_opcode): Add xg_mask field.
1037*e058c834Schristos
1038*e058c834Schristos2012-05-14  Catherine Moore  <clm@codesourcery.com>
1039*e058c834Schristos	    Maciej W. Rozycki  <macro@codesourcery.com>
1040*e058c834Schristos	    Rhonda Wittels  <rhonda@codesourcery.com>
1041*e058c834Schristos
1042*e058c834Schristos	* ppc.h (PPC_OPCODE_VLE): New definition.
1043*e058c834Schristos	(PPC_OP_SA): New macro.
1044*e058c834Schristos	(PPC_OP_SE_VLE): New macro.
1045*e058c834Schristos	(PPC_OP): Use a variable shift amount.
1046*e058c834Schristos	(powerpc_operand): Update comments.
1047*e058c834Schristos	(PPC_OPSHIFT_INV): New macro.
1048*e058c834Schristos	(PPC_OPERAND_CR): Replace with...
1049*e058c834Schristos	(PPC_OPERAND_CR_BIT): ...this and
1050*e058c834Schristos	(PPC_OPERAND_CR_REG): ...this.
1051*e058c834Schristos
1052*e058c834Schristos
1053*e058c834Schristos2012-05-03  Sean Keys  <skeys@ipdatasys.com>
1054*e058c834Schristos
1055*e058c834Schristos	* xgate.h: Header file for XGATE assembler.
1056*e058c834Schristos
1057*e058c834Schristos2012-04-27  David S. Miller  <davem@davemloft.net>
1058*e058c834Schristos
1059*e058c834Schristos	* sparc.h: Document new arg code' )' for crypto RS3
1060*e058c834Schristos	immediates.
1061*e058c834Schristos
1062*e058c834Schristos	* sparc.h (struct sparc_opcode): New field 'hwcaps'.
1063*e058c834Schristos	F_MUL32, F_DIV32, F_FDMULD, F_V8PLUS, F_POPC, F_VIS, F_VIS2,
1064*e058c834Schristos	F_ASI_BLK_INIT, F_FMAF, F_VIS3, F_HPC, F_RANDOM, F_TRANS,
1065*e058c834Schristos	F_FJFMAU, F_IMA, F_ASI_CACHE_SPARING, F_HWCAP_MASK): Delete.
1066*e058c834Schristos	(HWCAP_MUL32, HWCAP_DIV32, HWCAP_FSMULD, HWCAP_V8PLUS, HWCAP_POPC,
1067*e058c834Schristos	HWCAP_VIS, HWCAP_VIS2, HWCAP_ASI_BLK_INIT, HWCAP_FMAF,
1068*e058c834Schristos	HWCAP_VIS3, HWCAP_HPC, HWCAP_RANDOM, HWCAP_TRANS, HWCAP_FJFMAU,
1069*e058c834Schristos	HWCAP_IMA, HWCAP_ASI_CACHE_SPARING, HWCAP_AES, HWCAP_DES,
1070*e058c834Schristos	HWCAP_KASUMI, HWCAP_CAMELLIA, HWCAP_MD5, HWCAP_SHA1,
1071*e058c834Schristos	HWCAP_SHA256, HWCAP_SHA512, HWCAP_MPMUL, HWCAP_MONT, HWCAP_PAUSE,
1072*e058c834Schristos	HWCAP_CBCOND, HWCAP_CRC32): New defines.
1073*e058c834Schristos
1074*e058c834Schristos2012-04-12  David S. Miller  <davem@davemloft.net>
1075*e058c834Schristos
1076*e058c834Schristos	* sparc.h: Define '=' as generating R_SPARC_WDISP10.
1077*e058c834Schristos
1078*e058c834Schristos2012-03-10  Edmar Wienskoski  <edmar@freescale.com>
1079*e058c834Schristos
1080*e058c834Schristos	* ppc.h: Add PPC_OPCODE_ALTIVEC2, PPC_OPCODE_E6500, PPC_OPCODE_TMR.
1081*e058c834Schristos
1082*e058c834Schristos2012-02-27  Alan Modra  <amodra@gmail.com>
1083*e058c834Schristos
1084*e058c834Schristos	* crx.h (cst4_map): Update declaration.
1085*e058c834Schristos
1086*e058c834Schristos2012-02-25  Walter Lee  <walt@tilera.com>
1087*e058c834Schristos
1088*e058c834Schristos	* tilegx.h (tilegx_mnemonic): Add TILEGX_OPC_LD4S_TLS,
1089*e058c834Schristos	TILEGX_OPC_LD_TLS.
1090*e058c834Schristos	* tilepro.h (tilepro_mnemonic): Add TILEPRO_OPC_LW_TLS,
1091*e058c834Schristos	TILEPRO_OPC_LW_TLS_SN.
1092*e058c834Schristos
1093*e058c834Schristos2012-02-08  H.J. Lu  <hongjiu.lu@intel.com>
1094*e058c834Schristos
1095*e058c834Schristos	* i386.h (XACQUIRE_PREFIX_OPCODE): New.
1096*e058c834Schristos	(XRELEASE_PREFIX_OPCODE): Likewise.
1097*e058c834Schristos
1098*e058c834Schristos2011-12-08  Andrew Pinski  <apinski@cavium.com>
1099*e058c834Schristos	    Adam Nemet  <anemet@caviumnetworks.com>
1100*e058c834Schristos
1101*e058c834Schristos	* mips.h (INSN_CHIP_MASK): Update according to INSN_OCTEON2.
1102*e058c834Schristos	(INSN_OCTEON2): New macro.
1103*e058c834Schristos	(CPU_OCTEON2): New macro.
1104*e058c834Schristos	(OPCODE_IS_MEMBER): Add Octeon2.
1105*e058c834Schristos
1106*e058c834Schristos2011-11-29  Andrew Pinski  <apinski@cavium.com>
1107*e058c834Schristos
1108*e058c834Schristos	* mips.h (INSN_CHIP_MASK): Update according to INSN_OCTEONP.
1109*e058c834Schristos	(INSN_OCTEONP): New macro.
1110*e058c834Schristos	(CPU_OCTEONP): New macro.
1111*e058c834Schristos	(OPCODE_IS_MEMBER): Add Octeon+.
1112*e058c834Schristos	(M_SAA_AB, M_SAAD_AB, M_SAA_OB, M_SAAD_OB): New enum values.
1113*e058c834Schristos
1114*e058c834Schristos2011-11-01  DJ Delorie  <dj@redhat.com>
1115*e058c834Schristos
1116*e058c834Schristos	* rl78.h: New file.
1117*e058c834Schristos
1118*e058c834Schristos2011-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1119*e058c834Schristos
1120*e058c834Schristos	* mips.h: Fix a typo in description.
1121*e058c834Schristos
1122*e058c834Schristos2011-09-21  David S. Miller  <davem@davemloft.net>
1123*e058c834Schristos
1124*e058c834Schristos	* sparc.h (struct sparc_opcode): Expand 'flags' to unsigned int.
1125*e058c834Schristos	(F_MUL32, F_DIV32, F_FSMULD, F_V8PLUS, F_POPC, F_VIS, F_VIS2,
1126*e058c834Schristos	F_ASI_BLK_INIT, F_FMAF, F_VIS3, F_HPC, F_RANDOM, F_TRANS,
1127*e058c834Schristos	F_FJFMAU, F_IMA, F_ASI_CACHE_SPARING): New flag bits.
1128*e058c834Schristos
1129*e058c834Schristos2011-08-09  Chao-ying Fu  <fu@mips.com>
1130*e058c834Schristos	    Maciej W. Rozycki  <macro@codesourcery.com>
1131*e058c834Schristos
1132*e058c834Schristos	* mips.h (OP_MASK_3BITPOS, OP_SH_3BITPOS): New macros.
1133*e058c834Schristos	(OP_MASK_OFFSET12, OP_SH_OFFSET12): Redefine.
1134*e058c834Schristos	(INSN_ASE_MASK): Add the MCU bit.
1135*e058c834Schristos	(INSN_MCU): New macro.
1136*e058c834Schristos	(M_ACLR_AB, M_ACLR_OB, M_ASET_AB, M_ASET_OB): New enum values.
1137*e058c834Schristos	(MICROMIPSOP_MASK_3BITPOS, MICROMIPSOP_SH_3BITPOS): New macros.
1138*e058c834Schristos
1139*e058c834Schristos2011-08-09  Maciej W. Rozycki  <macro@codesourcery.com>
1140*e058c834Schristos
1141*e058c834Schristos	* mips.h (INSN_WRITE_GPR_S, INSN2_WRITE_GPR_MB): New macros.
1142*e058c834Schristos	(INSN2_READ_GPR_MC, INSN2_READ_GPR_ME): Likewise.
1143*e058c834Schristos	(INSN2_WRITE_GPR_MF, INSN2_READ_GPR_MG): Likewise.
1144*e058c834Schristos	(INSN2_READ_GPR_MJ, INSN2_WRITE_GPR_MJ): Likewise.
1145*e058c834Schristos	(INSN2_READ_GPR_MP, INSN2_WRITE_GPR_MP): Likewise.
1146*e058c834Schristos	(INSN2_READ_GPR_MQ, INSN2_WRITE_GPR_MHI): Likewise.
1147*e058c834Schristos	(INSN2_READ_GPR_MMN): Likewise.
1148*e058c834Schristos	(INSN2_READ_FPR_D): Change the bit used.
1149*e058c834Schristos	(INSN2_MOD_GPR_MD, INSN2_MOD_GPR_MF): Likewise.
1150*e058c834Schristos	(INSN2_MOD_SP, INSN2_READ_GPR_31, INSN2_READ_GP): Likewise.
1151*e058c834Schristos	(INSN2_READ_PC, INSN2_UNCOND_BRANCH): Likewise.
1152*e058c834Schristos	(INSN2_COND_BRANCH): Likewise.
1153*e058c834Schristos	(INSN2_WRITE_GPR_S, INSN2_MOD_GPR_MB): Remove macros.
1154*e058c834Schristos	(INSN2_MOD_GPR_MC, INSN2_MOD_GPR_ME, INSN2_MOD_GPR_MG): Likewise.
1155*e058c834Schristos	(INSN2_MOD_GPR_MJ, INSN2_MOD_GPR_MP, INSN2_MOD_GPR_MQ): Likewise.
1156*e058c834Schristos	(INSN2_MOD_GPR_MHI, INSN2_MOD_GPR_MM): Likewise.
1157*e058c834Schristos	(INSN2_MOD_GPR_MN): Likewise.
1158*e058c834Schristos
1159*e058c834Schristos2011-08-05  David S. Miller  <davem@davemloft.net>
1160*e058c834Schristos
1161*e058c834Schristos	* sparc.h: Document new format codes '4', '5', and '('.
1162*e058c834Schristos	(OPF_LOW4, RS3): New macros.
1163*e058c834Schristos
1164*e058c834Schristos2011-08-03  Maciej W. Rozycki  <macro@codesourcery.com>
1165*e058c834Schristos
1166*e058c834Schristos	* mips.h: Document the use of FP_D in MIPS16 mode.  Adjust the
1167*e058c834Schristos	order of flags documented.
1168*e058c834Schristos
1169*e058c834Schristos2011-07-29  Maciej W. Rozycki  <macro@codesourcery.com>
1170*e058c834Schristos
1171*e058c834Schristos	* mips.h: Clarify the description of microMIPS instruction
1172*e058c834Schristos	manipulation macros.
1173*e058c834Schristos	(MICROMIPSOP_MASK_MAJOR, MICROMIPSOP_SH_MAJOR): Remove macros.
1174*e058c834Schristos
1175*e058c834Schristos2011-07-24  Chao-ying Fu  <fu@mips.com>
1176*e058c834Schristos	    Maciej W. Rozycki  <macro@codesourcery.com>
1177*e058c834Schristos
1178*e058c834Schristos	* mips.h (OP_MASK_EXTLSB, OP_SH_EXTLSB): New macros.
1179*e058c834Schristos	(OP_MASK_STYPE, OP_SH_STYPE): Likewise.
1180*e058c834Schristos	(OP_MASK_CODE10, OP_SH_CODE10): Likewise.
1181*e058c834Schristos	(OP_MASK_TRAP, OP_SH_TRAP): Likewise.
1182*e058c834Schristos	(OP_MASK_OFFSET12, OP_SH_OFFSET12): Likewise.
1183*e058c834Schristos	(OP_MASK_OFFSET10, OP_SH_OFFSET10): Likewise.
1184*e058c834Schristos	(OP_MASK_RS3, OP_SH_RS3): Likewise.
1185*e058c834Schristos	(OP_MASK_MB, OP_SH_MB, OP_MASK_MC, OP_SH_MC): Likewise.
1186*e058c834Schristos	(OP_MASK_MD, OP_SH_MD, OP_MASK_ME, OP_SH_ME): Likewise.
1187*e058c834Schristos	(OP_MASK_MF, OP_SH_MF, OP_MASK_MG, OP_SH_MG): Likewise.
1188*e058c834Schristos	(OP_MASK_MJ, OP_SH_MJ, OP_MASK_ML, OP_SH_ML): Likewise.
1189*e058c834Schristos	(OP_MASK_MP, OP_SH_MP, OP_MASK_MQ, OP_SH_MQ): Likewise.
1190*e058c834Schristos	(OP_MASK_IMMA, OP_SH_IMMA, OP_MASK_IMMB, OP_SH_IMMB): Likewise.
1191*e058c834Schristos	(OP_MASK_IMMC, OP_SH_IMMC, OP_MASK_IMMF, OP_SH_IMMF): Likewise.
1192*e058c834Schristos	(OP_MASK_IMMG, OP_SH_IMMG, OP_MASK_IMMH, OP_SH_IMMH): Likewise.
1193*e058c834Schristos	(OP_MASK_IMMI, OP_SH_IMMI, OP_MASK_IMMJ, OP_SH_IMMJ): Likewise.
1194*e058c834Schristos	(OP_MASK_IMML, OP_SH_IMML, OP_MASK_IMMM, OP_SH_IMMM): Likewise.
1195*e058c834Schristos	(OP_MASK_IMMN, OP_SH_IMMN, OP_MASK_IMMO, OP_SH_IMMO): Likewise.
1196*e058c834Schristos	(OP_MASK_IMMP, OP_SH_IMMP, OP_MASK_IMMQ, OP_SH_IMMQ): Likewise.
1197*e058c834Schristos	(OP_MASK_IMMU, OP_SH_IMMU, OP_MASK_IMMW, OP_SH_IMMW): Likewise.
1198*e058c834Schristos	(OP_MASK_IMMX, OP_SH_IMMX, OP_MASK_IMMY, OP_SH_IMMY): Likewise.
1199*e058c834Schristos	(INSN_WRITE_GPR_S): New macro.
1200*e058c834Schristos	(INSN2_BRANCH_DELAY_16BIT, INSN2_BRANCH_DELAY_32BIT): Likewise.
1201*e058c834Schristos	(INSN2_READ_FPR_D): Likewise.
1202*e058c834Schristos	(INSN2_MOD_GPR_MB, INSN2_MOD_GPR_MC): Likewise.
1203*e058c834Schristos	(INSN2_MOD_GPR_MD, INSN2_MOD_GPR_ME): Likewise.
1204*e058c834Schristos	(INSN2_MOD_GPR_MF, INSN2_MOD_GPR_MG): Likewise.
1205*e058c834Schristos	(INSN2_MOD_GPR_MJ, INSN2_MOD_GPR_MP): Likewise.
1206*e058c834Schristos	(INSN2_MOD_GPR_MQ, INSN2_MOD_SP): Likewise.
1207*e058c834Schristos	(INSN2_READ_GPR_31, INSN2_READ_GP, INSN2_READ_PC): Likewise.
1208*e058c834Schristos	(INSN2_UNCOND_BRANCH, INSN2_COND_BRANCH): Likewise.
1209*e058c834Schristos	(INSN2_MOD_GPR_MHI, INSN2_MOD_GPR_MM, INSN2_MOD_GPR_MN): Likewise.
1210*e058c834Schristos	(CPU_MICROMIPS): New macro.
1211*e058c834Schristos	(M_BC1FL, M_BC1TL, M_BC2FL, M_BC2TL): New enum values.
1212*e058c834Schristos	(M_BEQL, M_BGEZ, M_BGEZL, M_BGEZALL, M_BGTZ, M_BGTZL): Likewise.
1213*e058c834Schristos	(M_BLEZ, M_BLEZL, M_BLTZ, M_BLTZL, M_BLTZALL, M_BNEL): Likewise.
1214*e058c834Schristos	(M_CACHE_OB, M_JALS_1, M_JALS_2, M_JALS_A): Likewise.
1215*e058c834Schristos	(M_LDC2_OB, M_LDL_OB, M_LDM_AB, M_LDM_OB): Likewise.
1216*e058c834Schristos	(M_LDP_AB, M_LDP_OB, M_LDR_OB, M_LL_OB, M_LLD_OB): Likewise.
1217*e058c834Schristos	(M_LWC2_OB, M_LWL_OB, M_LWM_AB, M_LWM_OB): Likewise.
1218*e058c834Schristos	(M_LWP_AB, M_LWP_OB, M_LWR_OB): Likewise.
1219*e058c834Schristos	(M_LWU_OB, M_PREF_OB, M_SC_OB, M_SCD_OB): Likewise.
1220*e058c834Schristos	(M_SDC2_OB, M_SDL_OB, M_SDM_AB, M_SDM_OB): Likewise.
1221*e058c834Schristos	(M_SDP_AB, M_SDP_OB, M_SDR_OB): Likewise.
1222*e058c834Schristos	(M_SWC2_OB, M_SWL_OB, M_SWM_AB, M_SWM_OB): Likewise.
1223*e058c834Schristos	(M_SWP_AB, M_SWP_OB, M_SWR_OB): Likewise.
1224*e058c834Schristos	(MICROMIPSOP_MASK_MAJOR, MICROMIPSOP_SH_MAJOR): New macros.
1225*e058c834Schristos	(MICROMIPSOP_MASK_IMMEDIATE, MICROMIPSOP_SH_IMMEDIATE): Likewise.
1226*e058c834Schristos	(MICROMIPSOP_MASK_DELTA, MICROMIPSOP_SH_DELTA): Likewise.
1227*e058c834Schristos	(MICROMIPSOP_MASK_CODE10, MICROMIPSOP_SH_CODE10): Likewise.
1228*e058c834Schristos	(MICROMIPSOP_MASK_TRAP, MICROMIPSOP_SH_TRAP): Likewise.
1229*e058c834Schristos	(MICROMIPSOP_MASK_SHAMT, MICROMIPSOP_SH_SHAMT): Likewise.
1230*e058c834Schristos	(MICROMIPSOP_MASK_TARGET, MICROMIPSOP_SH_TARGET): Likewise.
1231*e058c834Schristos	(MICROMIPSOP_MASK_EXTLSB, MICROMIPSOP_SH_EXTLSB): Likewise.
1232*e058c834Schristos	(MICROMIPSOP_MASK_EXTMSBD, MICROMIPSOP_SH_EXTMSBD): Likewise.
1233*e058c834Schristos	(MICROMIPSOP_MASK_INSMSB, MICROMIPSOP_SH_INSMSB): Likewise.
1234*e058c834Schristos	(MICROMIPSOP_MASK_CODE, MICROMIPSOP_SH_CODE): Likewise.
1235*e058c834Schristos	(MICROMIPSOP_MASK_CODE2, MICROMIPSOP_SH_CODE2): Likewise.
1236*e058c834Schristos	(MICROMIPSOP_MASK_CACHE, MICROMIPSOP_SH_CACHE): Likewise.
1237*e058c834Schristos	(MICROMIPSOP_MASK_SEL, MICROMIPSOP_SH_SEL): Likewise.
1238*e058c834Schristos	(MICROMIPSOP_MASK_OFFSET12, MICROMIPSOP_SH_OFFSET12): Likewise.
1239*e058c834Schristos	(MICROMIPSOP_MASK_3BITPOS, MICROMIPSOP_SH_3BITPOS): Likewise.
1240*e058c834Schristos	(MICROMIPSOP_MASK_STYPE, MICROMIPSOP_SH_STYPE): Likewise.
1241*e058c834Schristos	(MICROMIPSOP_MASK_OFFSET10, MICROMIPSOP_SH_OFFSET10): Likewise.
1242*e058c834Schristos	(MICROMIPSOP_MASK_RS, MICROMIPSOP_SH_RS): Likewise.
1243*e058c834Schristos	(MICROMIPSOP_MASK_RT, MICROMIPSOP_SH_RT): Likewise.
1244*e058c834Schristos	(MICROMIPSOP_MASK_RD, MICROMIPSOP_SH_RD): Likewise.
1245*e058c834Schristos	(MICROMIPSOP_MASK_FS, MICROMIPSOP_SH_FS): Likewise.
1246*e058c834Schristos	(MICROMIPSOP_MASK_FT, MICROMIPSOP_SH_FT): Likewise.
1247*e058c834Schristos	(MICROMIPSOP_MASK_FD, MICROMIPSOP_SH_FD): Likewise.
1248*e058c834Schristos	(MICROMIPSOP_MASK_FR, MICROMIPSOP_SH_FR): Likewise.
1249*e058c834Schristos	(MICROMIPSOP_MASK_RS3, MICROMIPSOP_SH_RS3): Likewise.
1250*e058c834Schristos	(MICROMIPSOP_MASK_PREFX, MICROMIPSOP_SH_PREFX): Likewise.
1251*e058c834Schristos	(MICROMIPSOP_MASK_BCC, MICROMIPSOP_SH_BCC): Likewise.
1252*e058c834Schristos	(MICROMIPSOP_MASK_CCC, MICROMIPSOP_SH_CCC): Likewise.
1253*e058c834Schristos	(MICROMIPSOP_MASK_COPZ, MICROMIPSOP_SH_COPZ): Likewise.
1254*e058c834Schristos	(MICROMIPSOP_MASK_MB, MICROMIPSOP_SH_MB): Likewise.
1255*e058c834Schristos	(MICROMIPSOP_MASK_MC, MICROMIPSOP_SH_MC): Likewise.
1256*e058c834Schristos	(MICROMIPSOP_MASK_MD, MICROMIPSOP_SH_MD): Likewise.
1257*e058c834Schristos	(MICROMIPSOP_MASK_ME, MICROMIPSOP_SH_ME): Likewise.
1258*e058c834Schristos	(MICROMIPSOP_MASK_MF, MICROMIPSOP_SH_MF): Likewise.
1259*e058c834Schristos	(MICROMIPSOP_MASK_MG, MICROMIPSOP_SH_MG): Likewise.
1260*e058c834Schristos	(MICROMIPSOP_MASK_MH, MICROMIPSOP_SH_MH): Likewise.
1261*e058c834Schristos	(MICROMIPSOP_MASK_MI, MICROMIPSOP_SH_MI): Likewise.
1262*e058c834Schristos	(MICROMIPSOP_MASK_MJ, MICROMIPSOP_SH_MJ): Likewise.
1263*e058c834Schristos	(MICROMIPSOP_MASK_ML, MICROMIPSOP_SH_ML): Likewise.
1264*e058c834Schristos	(MICROMIPSOP_MASK_MM, MICROMIPSOP_SH_MM): Likewise.
1265*e058c834Schristos	(MICROMIPSOP_MASK_MN, MICROMIPSOP_SH_MN): Likewise.
1266*e058c834Schristos	(MICROMIPSOP_MASK_MP, MICROMIPSOP_SH_MP): Likewise.
1267*e058c834Schristos	(MICROMIPSOP_MASK_MQ, MICROMIPSOP_SH_MQ): Likewise.
1268*e058c834Schristos	(MICROMIPSOP_MASK_IMMA, MICROMIPSOP_SH_IMMA): Likewise.
1269*e058c834Schristos	(MICROMIPSOP_MASK_IMMB, MICROMIPSOP_SH_IMMB): Likewise.
1270*e058c834Schristos	(MICROMIPSOP_MASK_IMMC, MICROMIPSOP_SH_IMMC): Likewise.
1271*e058c834Schristos	(MICROMIPSOP_MASK_IMMD, MICROMIPSOP_SH_IMMD): Likewise.
1272*e058c834Schristos	(MICROMIPSOP_MASK_IMME, MICROMIPSOP_SH_IMME): Likewise.
1273*e058c834Schristos	(MICROMIPSOP_MASK_IMMF, MICROMIPSOP_SH_IMMF): Likewise.
1274*e058c834Schristos	(MICROMIPSOP_MASK_IMMG, MICROMIPSOP_SH_IMMG): Likewise.
1275*e058c834Schristos	(MICROMIPSOP_MASK_IMMH, MICROMIPSOP_SH_IMMH): Likewise.
1276*e058c834Schristos	(MICROMIPSOP_MASK_IMMI, MICROMIPSOP_SH_IMMI): Likewise.
1277*e058c834Schristos	(MICROMIPSOP_MASK_IMMJ, MICROMIPSOP_SH_IMMJ): Likewise.
1278*e058c834Schristos	(MICROMIPSOP_MASK_IMML, MICROMIPSOP_SH_IMML): Likewise.
1279*e058c834Schristos	(MICROMIPSOP_MASK_IMMM, MICROMIPSOP_SH_IMMM): Likewise.
1280*e058c834Schristos	(MICROMIPSOP_MASK_IMMN, MICROMIPSOP_SH_IMMN): Likewise.
1281*e058c834Schristos	(MICROMIPSOP_MASK_IMMO, MICROMIPSOP_SH_IMMO): Likewise.
1282*e058c834Schristos	(MICROMIPSOP_MASK_IMMP, MICROMIPSOP_SH_IMMP): Likewise.
1283*e058c834Schristos	(MICROMIPSOP_MASK_IMMQ, MICROMIPSOP_SH_IMMQ): Likewise.
1284*e058c834Schristos	(MICROMIPSOP_MASK_IMMU, MICROMIPSOP_SH_IMMU): Likewise.
1285*e058c834Schristos	(MICROMIPSOP_MASK_IMMW, MICROMIPSOP_SH_IMMW): Likewise.
1286*e058c834Schristos	(MICROMIPSOP_MASK_IMMX, MICROMIPSOP_SH_IMMX): Likewise.
1287*e058c834Schristos	(MICROMIPSOP_MASK_IMMY, MICROMIPSOP_SH_IMMY): Likewise.
1288*e058c834Schristos	(MICROMIPSOP_MASK_CODE, MICROMIPSOP_SH_CODE): Likewise.
1289*e058c834Schristos	(MICROMIPSOP_MASK_CODE2, MICROMIPSOP_SH_CODE2): Likewise.
1290*e058c834Schristos	(MICROMIPSOP_MASK_CACHE, MICROMIPSOP_SH_CACHE): Likewise.
1291*e058c834Schristos	(MICROMIPSOP_MASK_CODE20, MICROMIPSOP_SH_CODE20): Likewise.
1292*e058c834Schristos	(MICROMIPSOP_MASK_PERFREG, MICROMIPSOP_SH_PERFREG): Likewise.
1293*e058c834Schristos	(MICROMIPSOP_MASK_CODE19, MICROMIPSOP_SH_CODE19): Likewise.
1294*e058c834Schristos	(MICROMIPSOP_MASK_ALN, MICROMIPSOP_SH_ALN): Likewise.
1295*e058c834Schristos	(MICROMIPSOP_MASK_VECBYTE, MICROMIPSOP_SH_VECBYTE): Likewise.
1296*e058c834Schristos	(MICROMIPSOP_MASK_VECALIGN, MICROMIPSOP_SH_VECALIGN): Likewise.
1297*e058c834Schristos	(MICROMIPSOP_MASK_DSPACC, MICROMIPSOP_SH_DSPACC): Likewise.
1298*e058c834Schristos	(MICROMIPSOP_MASK_DSPACC_S, MICROMIPSOP_SH_DSPACC_S): Likewise.
1299*e058c834Schristos	(MICROMIPSOP_MASK_DSPSFT, MICROMIPSOP_SH_DSPSFT): Likewise.
1300*e058c834Schristos	(MICROMIPSOP_MASK_DSPSFT_7, MICROMIPSOP_SH_DSPSFT_7): Likewise.
1301*e058c834Schristos	(MICROMIPSOP_MASK_SA3, MICROMIPSOP_SH_SA3): Likewise.
1302*e058c834Schristos	(MICROMIPSOP_MASK_SA4, MICROMIPSOP_SH_SA4): Likewise.
1303*e058c834Schristos	(MICROMIPSOP_MASK_IMM8, MICROMIPSOP_SH_IMM8): Likewise.
1304*e058c834Schristos	(MICROMIPSOP_MASK_IMM10, MICROMIPSOP_SH_IMM10): Likewise.
1305*e058c834Schristos	(MICROMIPSOP_MASK_WRDSP, MICROMIPSOP_SH_WRDSP): Likewise.
1306*e058c834Schristos	(MICROMIPSOP_MASK_RDDSP, MICROMIPSOP_SH_RDDSP): Likewise.
1307*e058c834Schristos	(MICROMIPSOP_MASK_BP, MICROMIPSOP_SH_BP): Likewise.
1308*e058c834Schristos	(MICROMIPSOP_MASK_MT_U, MICROMIPSOP_SH_MT_U): Likewise.
1309*e058c834Schristos	(MICROMIPSOP_MASK_MT_H, MICROMIPSOP_SH_MT_H): Likewise.
1310*e058c834Schristos	(MICROMIPSOP_MASK_MTACC_T, MICROMIPSOP_SH_MTACC_T): Likewise.
1311*e058c834Schristos	(MICROMIPSOP_MASK_MTACC_D, MICROMIPSOP_SH_MTACC_D): Likewise.
1312*e058c834Schristos	(MICROMIPSOP_MASK_BBITIND, MICROMIPSOP_SH_BBITIND): Likewise.
1313*e058c834Schristos	(MICROMIPSOP_MASK_CINSPOS, MICROMIPSOP_SH_CINSPOS): Likewise.
1314*e058c834Schristos	(MICROMIPSOP_MASK_CINSLM1, MICROMIPSOP_SH_CINSLM1): Likewise.
1315*e058c834Schristos	(MICROMIPSOP_MASK_SEQI, MICROMIPSOP_SH_SEQI): Likewise.
1316*e058c834Schristos	(micromips_opcodes): New declaration.
1317*e058c834Schristos	(bfd_micromips_num_opcodes): Likewise.
1318*e058c834Schristos
1319*e058c834Schristos2011-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
1320*e058c834Schristos
1321*e058c834Schristos	* mips.h (INSN_TRAP): Rename to...
1322*e058c834Schristos	(INSN_NO_DELAY_SLOT): ... this.
1323*e058c834Schristos	(INSN_SYNC): Remove macro.
1324*e058c834Schristos
1325*e058c834Schristos2011-07-01  Eric B. Weddington  <eric.weddington@atmel.com>
1326*e058c834Schristos
1327*e058c834Schristos	* avr.h (AVR_ISA_AVR6): Remove AVR_ISA_SPMX as it was actually
1328*e058c834Schristos	a duplicate of AVR_ISA_SPM.
1329*e058c834Schristos
1330*e058c834Schristos2011-07-01  Nick Clifton  <nickc@redhat.com>
1331*e058c834Schristos
1332*e058c834Schristos	* avr.h (AVR_ISA_AVR6): Fix typo, adding AVR_ISA_SPMX.
1333*e058c834Schristos
1334*e058c834Schristos2011-06-18  Robin Getz  <robin.getz@analog.com>
1335*e058c834Schristos
1336*e058c834Schristos	* bfin.h (is_macmod_signed): New func
1337*e058c834Schristos
1338*e058c834Schristos2011-06-18  Mike Frysinger  <vapier@gentoo.org>
1339*e058c834Schristos
1340*e058c834Schristos	* bfin.h (is_macmod_pmove): Add missing space before func args.
1341*e058c834Schristos	(is_macmod_hmove): Likewise.
1342*e058c834Schristos
1343*e058c834Schristos2011-06-13  Walter Lee  <walt@tilera.com>
1344*e058c834Schristos
1345*e058c834Schristos	* tilegx.h: New file.
1346*e058c834Schristos	* tilepro.h: New file.
1347*e058c834Schristos
1348*e058c834Schristos2011-05-31  Paul Brook  <paul@codesourcery.com>
1349*e058c834Schristos
1350*e058c834Schristos	* arm.h (ARM_ARCH_V7R_IDIV): Define.
1351*e058c834Schristos
1352*e058c834Schristos2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1353*e058c834Schristos
1354*e058c834Schristos	* s390.h: Replace S390_OPERAND_REG_EVEN with
1355*e058c834Schristos	S390_OPERAND_REG_PAIR.
1356*e058c834Schristos
1357*e058c834Schristos2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1358*e058c834Schristos
1359*e058c834Schristos	* s390.h: Add S390_OPCODE_REG_EVEN flag.
1360*e058c834Schristos
1361*e058c834Schristos2011-04-18  Julian Brown  <julian@codesourcery.com>
1362*e058c834Schristos
1363*e058c834Schristos	* arm.h (ARM_AEXT_V7_ARM): Remove ARM_EXT_OS from bitmask.
1364*e058c834Schristos
1365*e058c834Schristos2011-04-11  Dan McDonald  <dan@wellkeeper.com>
1366*e058c834Schristos
1367*e058c834Schristos	PR gas/12296
1368*e058c834Schristos	* arm.h (ARM_AEXT_V7_ARM): Add ARM_EXT_OS.
1369*e058c834Schristos
1370*e058c834Schristos2011-03-22  Eric B. Weddington  <eric.weddington@atmel.com>
1371*e058c834Schristos
1372*e058c834Schristos	* avr.h (AVR_ISA_SPMX,AVR_ISA_DES,AVR_ISA_M256,AVR_ISA_XMEGA):
1373*e058c834Schristos	New instruction set flags.
1374*e058c834Schristos	(AVR_INSN): Add new instructions for SPM Z+, DES for XMEGA.
1375*e058c834Schristos
1376*e058c834Schristos2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
1377*e058c834Schristos
1378*e058c834Schristos	* mips.h (M_PREF_AB): New enum value.
1379*e058c834Schristos
1380*e058c834Schristos2011-02-12  Mike Frysinger  <vapier@gentoo.org>
1381*e058c834Schristos
1382*e058c834Schristos	* bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
1383*e058c834Schristos	M_IU): Define.
1384*e058c834Schristos	(is_macmod_pmove, is_macmod_hmove): New functions.
1385*e058c834Schristos
1386*e058c834Schristos2011-02-11  Mike Frysinger  <vapier@gentoo.org>
1387*e058c834Schristos
1388*e058c834Schristos	* bfin.h: Add OPCODE_BFIN_H ifdef multiple include protection.
1389*e058c834Schristos
1390*e058c834Schristos2011-02-04  Bernd Schmidt  <bernds@codesourcery.com>
1391*e058c834Schristos
1392*e058c834Schristos	* tic6x-opcode-table.h (cmtl, ll, sl): Available on C64XP.
1393*e058c834Schristos	* tic6x.h (TIC6X_INSN_ATOMIC): Remove.
1394*e058c834Schristos
1395*e058c834Schristos2010-12-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1396*e058c834Schristos
1397*e058c834Schristos	PR gas/11395
1398*e058c834Schristos	* hppa.h (pa_opcodes): Revert last change.  Exchange 32 and 64-bit
1399*e058c834Schristos	"bb" entries.
1400*e058c834Schristos
1401*e058c834Schristos2010-12-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1402*e058c834Schristos
1403*e058c834Schristos	PR gas/11395
1404*e058c834Schristos	* hppa.h: Clear "d" bit in "add" and "sub" patterns.
1405*e058c834Schristos
1406*e058c834Schristos2010-12-18  Richard Sandiford  <rdsandiford@googlemail.com>
1407*e058c834Schristos
1408*e058c834Schristos	* mips.h: Update commentary after last commit.
1409*e058c834Schristos
1410*e058c834Schristos2010-12-18  Mingjie Xing  <mingjie.xing@gmail.com>
1411*e058c834Schristos
1412*e058c834Schristos	* mips.h (OP_*_OFFSET_A, OP_*_OFFSET_B, OP_*_OFFSET_C)
1413*e058c834Schristos	(OP_*_RZ, OP_*_FZ, INSN2_M_FP_D, INSN2_WRITE_GPR_Z, INSN2_WRITE_FPR_Z)
1414*e058c834Schristos	(INSN2_READ_GPR_Z, INSN2_READ_FPR_Z, INSN2_READ_GPR_D): Define.
1415*e058c834Schristos
1416*e058c834Schristos2010-11-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1417*e058c834Schristos
1418*e058c834Schristos	* s390.h (enum s390_opcode_cpu_val): Add S390_OPCODE_MAXCPU.
1419*e058c834Schristos
1420*e058c834Schristos2010-11-23  Richard Sandiford  <rdsandiford@googlemail.com>
1421*e058c834Schristos
1422*e058c834Schristos	* mips.h: Fix previous commit.
1423*e058c834Schristos
1424*e058c834Schristos2010-11-23  Maciej W. Rozycki  <macro@linux-mips.org>
1425*e058c834Schristos
1426*e058c834Schristos	* mips.h (INSN_CHIP_MASK): Update according to INSN_LOONGSON_3A.
1427*e058c834Schristos	(INSN_LOONGSON_3A): Clear bit 31.
1428*e058c834Schristos
1429*e058c834Schristos2010-11-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1430*e058c834Schristos
1431*e058c834Schristos	PR gas/12198
1432*e058c834Schristos	* arm.h (ARM_AEXT_V6M_ONLY): New define.
1433*e058c834Schristos	(ARM_AEXT_V6M): Rewrite in terms of ARM_AEXT_V6M_ONLY.
1434*e058c834Schristos	(ARM_ARCH_V6M_ONLY): New define.
1435*e058c834Schristos
1436*e058c834Schristos2010-11-11  Mingming Sun  <mingm.sun@gmail.com>
1437*e058c834Schristos
1438*e058c834Schristos	* mips.h (INSN_LOONGSON_3A): Defined.
1439*e058c834Schristos	(CPU_LOONGSON_3A): Defined.
1440*e058c834Schristos	(OPCODE_IS_MEMBER): Add LOONGSON_3A.
1441*e058c834Schristos
1442*e058c834Schristos2010-10-09  Matt Rice  <ratmice@gmail.com>
1443*e058c834Schristos
1444*e058c834Schristos	* cgen.h (CGEN_ATTR, CGEN_ATTR_TYPE): Rename bool attribute to bool_.
1445*e058c834Schristos	(CGEN_ATTR_BOOLS, CGEN_ATTR_CGEN_INSN_ALIAS_VALUE): Likewise.
1446*e058c834Schristos
1447*e058c834Schristos2010-09-29  Bernd Schmidt  <bernds@codesourcery.com>
1448*e058c834Schristos
1449*e058c834Schristos	* tic6x-control-registers.h (tscl): Now read_write.
1450*e058c834Schristos
1451*e058c834Schristos2010-09-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1452*e058c834Schristos
1453*e058c834Schristos	* s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val.
1454*e058c834Schristos
1455*e058c834Schristos2010-09-23  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1456*e058c834Schristos
1457*e058c834Schristos	* arm.h (ARM_EXT_VIRT): New define.
1458*e058c834Schristos	(ARM_ARCH_V7A_IDIV_MP_SEC): Rename...
1459*e058c834Schristos	(ARM_ARCH_V7A_IDIV_MP_SEC_VIRT): ...to this and include Virtualization
1460*e058c834Schristos	Extensions.
1461*e058c834Schristos
1462*e058c834Schristos2010-09-23  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1463*e058c834Schristos
1464*e058c834Schristos	* arm.h (ARM_AEXT_ADIV): New define.
1465*e058c834Schristos	(ARM_ARCH_V7A_IDIV_MP_SEC): Likewise.
1466*e058c834Schristos
1467*e058c834Schristos2010-09-23  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1468*e058c834Schristos
1469*e058c834Schristos	* arm.h (ARM_EXT_OS): New define.
1470*e058c834Schristos	(ARM_AEXT_V6SM): Likewise.
1471*e058c834Schristos	(ARM_ARCH_V6SM): Likewise.
1472*e058c834Schristos
1473*e058c834Schristos2010-09-23  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1474*e058c834Schristos
1475*e058c834Schristos	* arm.h (ARM_EXT_MP): Add.
1476*e058c834Schristos	(ARM_ARCH_V7A_MP): Likewise.
1477*e058c834Schristos
1478*e058c834Schristos2010-09-22  Mike Frysinger  <vapier@gentoo.org>
1479*e058c834Schristos
1480*e058c834Schristos	* bfin.h: Declare pseudoChr structs/defines.
1481*e058c834Schristos
1482*e058c834Schristos2010-09-21  Mike Frysinger  <vapier@gentoo.org>
1483*e058c834Schristos
1484*e058c834Schristos	* bfin.h: Strip trailing whitespace.
1485*e058c834Schristos
1486*e058c834Schristos2009-09-04  Jie Zhang  <jie.zhang@analog.com>
1487*e058c834Schristos
1488*e058c834Schristos	* bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
1489*e058c834Schristos	(PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
1490*e058c834Schristos	(PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
1491*e058c834Schristos	PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
1492*e058c834Schristos	Adjust accordingly.
1493*e058c834Schristos	(init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
1494*e058c834Schristos	PseudoDbg_Assert_grp_mask.
1495*e058c834Schristos
1496*e058c834Schristos2010-07-29  DJ Delorie  <dj@redhat.com>
1497*e058c834Schristos
1498*e058c834Schristos	* rx.h (RX_Operand_Type): Add TwoReg.
1499*e058c834Schristos	(RX_Opcode_ID): Remove ediv and ediv2.
1500*e058c834Schristos
1501*e058c834Schristos2010-07-27  DJ Delorie  <dj@redhat.com>
1502*e058c834Schristos
1503*e058c834Schristos	* rx.h (RX_Opcode_ID): Add nop2 and nop3 for statistics.
1504*e058c834Schristos
1505*e058c834Schristos2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
1506*e058c834Schristos	    Ina Pandit  <ina.pandit@kpitcummins.com>
1507*e058c834Schristos
1508*e058c834Schristos	* v850.h: Define PROCESSOR_MASK, PROCESSOR_OPTION_EXTENSION,
1509*e058c834Schristos	PROCESSOR_OPTION_ALIAS, PROCESSOR_V850E2, PROCESSOR_V850E2V3 and
1510*e058c834Schristos	PROCESSOR_V850E2_ALL.
1511*e058c834Schristos	Remove PROCESSOR_V850EA support.
1512*e058c834Schristos	(v850_operand): Define V850_OPERAND_EP, V850_OPERAND_FLOAT_CC,
1513*e058c834Schristos	V850_OPERAND_VREG, V850E_IMMEDIATE16, V850E_IMMEDIATE16HI,
1514*e058c834Schristos	V850E_IMMEDIATE23, V850E_IMMEDIATE32, V850_OPERAND_SIGNED,
1515*e058c834Schristos	V850_OPERAND_DISP, V850_PCREL, V850_REG_EVEN, V850E_PUSH_POP,
1516*e058c834Schristos	V850_NOT_IMM0, V850_NOT_SA, V850_OPERAND_BANG and
1517*e058c834Schristos	V850_OPERAND_PERCENT.
1518*e058c834Schristos	Update V850_OPERAND_SRG, V850_OPERAND_CC, V850_OPERAND_RELAX and
1519*e058c834Schristos	V850_NOT_R0.
1520*e058c834Schristos	Remove V850_OPERAND_SIGNED, V850_OPERAND_EP, V850_OPERAND_DISP
1521*e058c834Schristos	and V850E_PUSH_POP
1522*e058c834Schristos
1523*e058c834Schristos2010-07-06  Maciej W. Rozycki  <macro@codesourcery.com>
1524*e058c834Schristos
1525*e058c834Schristos	* mips.h (MIPS16_INSN_UNCOND_BRANCH): New macro.
1526*e058c834Schristos	(MIPS16_INSN_BRANCH): Rename to...
1527*e058c834Schristos	(MIPS16_INSN_COND_BRANCH): ... this.
1528*e058c834Schristos
1529*e058c834Schristos2010-07-03  Alan Modra  <amodra@gmail.com>
1530*e058c834Schristos
1531*e058c834Schristos	* ppc.h (PPC_OPCODE_32, PPC_OPCODE_BOOKE64, PPC_OPCODE_CLASSIC): Delete.
1532*e058c834Schristos	Renumber other PPC_OPCODE defines.
1533*e058c834Schristos
1534*e058c834Schristos2010-07-03  Alan Modra  <amodra@gmail.com>
1535*e058c834Schristos
1536*e058c834Schristos	* ppc.h (PPC_OPCODE_COMMON): Expand comment.
1537*e058c834Schristos
1538*e058c834Schristos2010-06-29  Alan Modra  <amodra@gmail.com>
1539*e058c834Schristos
1540*e058c834Schristos	* maxq.h: Delete file.
1541*e058c834Schristos
1542*e058c834Schristos2010-06-14  Sebastian Andrzej Siewior  <bigeasy@linutronix.de>
1543*e058c834Schristos
1544*e058c834Schristos	* ppc.h (PPC_OPCODE_E500): Define.
1545*e058c834Schristos
1546*e058c834Schristos2010-05-26  Catherine Moore  <clm@codesourcery.com>
1547*e058c834Schristos
1548*e058c834Schristos	* mips.h (INSN_MIPS16): Remove.
1549*e058c834Schristos
1550*e058c834Schristos2010-04-21  Joseph Myers  <joseph@codesourcery.com>
1551*e058c834Schristos
1552*e058c834Schristos	* tic6x-insn-formats.h (s_branch): Correct typo in bitmask.
1553*e058c834Schristos
1554*e058c834Schristos2010-04-15  Nick Clifton  <nickc@redhat.com>
1555*e058c834Schristos
1556*e058c834Schristos	* alpha.h: Update copyright notice to use GPLv3.
1557*e058c834Schristos	* arc.h: Likewise.
1558*e058c834Schristos	* arm.h: Likewise.
1559*e058c834Schristos	* avr.h: Likewise.
1560*e058c834Schristos	* bfin.h: Likewise.
1561*e058c834Schristos	* cgen.h: Likewise.
1562*e058c834Schristos	* convex.h: Likewise.
1563*e058c834Schristos	* cr16.h: Likewise.
1564*e058c834Schristos	* cris.h: Likewise.
1565*e058c834Schristos	* crx.h: Likewise.
1566*e058c834Schristos	* d10v.h: Likewise.
1567*e058c834Schristos	* d30v.h: Likewise.
1568*e058c834Schristos	* dlx.h: Likewise.
1569*e058c834Schristos	* h8300.h: Likewise.
1570*e058c834Schristos	* hppa.h: Likewise.
1571*e058c834Schristos	* i370.h: Likewise.
1572*e058c834Schristos	* i386.h: Likewise.
1573*e058c834Schristos	* i860.h: Likewise.
1574*e058c834Schristos	* i960.h: Likewise.
1575*e058c834Schristos	* ia64.h: Likewise.
1576*e058c834Schristos	* m68hc11.h: Likewise.
1577*e058c834Schristos	* m68k.h: Likewise.
1578*e058c834Schristos	* m88k.h: Likewise.
1579*e058c834Schristos	* maxq.h: Likewise.
1580*e058c834Schristos	* mips.h: Likewise.
1581*e058c834Schristos	* mmix.h: Likewise.
1582*e058c834Schristos	* mn10200.h: Likewise.
1583*e058c834Schristos	* mn10300.h: Likewise.
1584*e058c834Schristos	* msp430.h: Likewise.
1585*e058c834Schristos	* np1.h: Likewise.
1586*e058c834Schristos	* ns32k.h: Likewise.
1587*e058c834Schristos	* or32.h: Likewise.
1588*e058c834Schristos	* pdp11.h: Likewise.
1589*e058c834Schristos	* pj.h: Likewise.
1590*e058c834Schristos	* pn.h: Likewise.
1591*e058c834Schristos	* ppc.h: Likewise.
1592*e058c834Schristos	* pyr.h: Likewise.
1593*e058c834Schristos	* rx.h: Likewise.
1594*e058c834Schristos	* s390.h: Likewise.
1595*e058c834Schristos	* score-datadep.h: Likewise.
1596*e058c834Schristos	* score-inst.h: Likewise.
1597*e058c834Schristos	* sparc.h: Likewise.
1598*e058c834Schristos	* spu-insns.h: Likewise.
1599*e058c834Schristos	* spu.h: Likewise.
1600*e058c834Schristos	* tic30.h: Likewise.
1601*e058c834Schristos	* tic4x.h: Likewise.
1602*e058c834Schristos	* tic54x.h: Likewise.
1603*e058c834Schristos	* tic80.h: Likewise.
1604*e058c834Schristos	* v850.h: Likewise.
1605*e058c834Schristos	* vax.h: Likewise.
1606*e058c834Schristos
1607*e058c834Schristos2010-03-25  Joseph Myers  <joseph@codesourcery.com>
1608*e058c834Schristos
1609*e058c834Schristos	* tic6x-control-registers.h, tic6x-insn-formats.h,
1610*e058c834Schristos	tic6x-opcode-table.h, tic6x.h: New.
1611*e058c834Schristos
1612*e058c834Schristos2010-02-25  Wu Zhangjin  <wuzhangjin@gmail.com>
1613*e058c834Schristos
1614*e058c834Schristos	* mips.h: (LOONGSON2F_NOP_INSN): New macro.
1615*e058c834Schristos
1616*e058c834Schristos2010-02-08  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
1617*e058c834Schristos
1618*e058c834Schristos	* ppc.h (PPC_OPCODE_TITAN): Define.
1619*e058c834Schristos
1620*e058c834Schristos2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>
1621*e058c834Schristos
1622*e058c834Schristos	* ia64.h (ia64_find_opcode): Remove argument name.
1623*e058c834Schristos	(ia64_find_next_opcode): Likewise.
1624*e058c834Schristos	(ia64_dis_opcode): Likewise.
1625*e058c834Schristos	(ia64_free_opcode): Likewise.
1626*e058c834Schristos	(ia64_find_dependency): Likewise.
1627*e058c834Schristos
1628*e058c834Schristos2009-11-22  Doug Evans  <dje@sebabeach.org>
1629*e058c834Schristos
1630*e058c834Schristos	* cgen.h: Include bfd_stdint.h.
1631*e058c834Schristos	(CGEN_INSN_LGSINT, CGEN_INSN_LGUINT): New types.
1632*e058c834Schristos
1633*e058c834Schristos2009-11-18  Paul Brook  <paul@codesourcery.com>
1634*e058c834Schristos
1635*e058c834Schristos	* arm.h (FPU_VFP_V4_SP_D16, FPU_ARCH_VFP_V4_SP_D16): Define.
1636*e058c834Schristos
1637*e058c834Schristos2009-11-17  Paul Brook  <paul@codesourcery.com>
1638*e058c834Schristos	Daniel Jacobowitz  <dan@codesourcery.com>
1639*e058c834Schristos
1640*e058c834Schristos	* arm.h (ARM_EXT_V6_DSP): Define.
1641*e058c834Schristos	(ARM_AEXT_V6T2, ARM_AEXT_NOTM): Include ARM_EXT_V6_DSP.
1642*e058c834Schristos	(ARM_AEXT_V7EM, ARM_ARCH_V7EM): Define.
1643*e058c834Schristos
1644*e058c834Schristos2009-11-04  DJ Delorie  <dj@redhat.com>
1645*e058c834Schristos
1646*e058c834Schristos	* rx.h (rx_decode_opcode) (mvtipl): Add.
1647*e058c834Schristos	(mvtcp, mvfcp, opecp): Remove.
1648*e058c834Schristos
1649*e058c834Schristos2009-11-02  Paul Brook  <paul@codesourcery.com>
1650*e058c834Schristos
1651*e058c834Schristos	* arm.h (FPU_VFP_EXT_V3xD, FPU_VFP_EXT_FP16, FPU_NEON_EXT_FMA,
1652*e058c834Schristos	FPU_VFP_EXT_FMA, FPU_VFP_V3xD, FPU_VFP_V4D16, FPU_VFP_V4): Define.
1653*e058c834Schristos	(FPU_ARCH_VFP_V3D16_FP16, FPU_ARCH_VFP_V3_FP16, FPU_ARCH_VFP_V3xD,
1654*e058c834Schristos	FPU_ARCH_VFP_V3xD_FP16, FPU_ARCH_VFP_V4, FPU_ARCH_VFP_V4D16,
1655*e058c834Schristos	FPU_ARCH_NEON_VFP_V4): Define.
1656*e058c834Schristos
1657*e058c834Schristos2009-10-23  Doug Evans  <dje@sebabeach.org>
1658*e058c834Schristos
1659*e058c834Schristos	* cgen-bitset.h: Delete, moved to ../cgen/bitset.h.
1660*e058c834Schristos	* cgen.h: Update.  Improve multi-inclusion macro name.
1661*e058c834Schristos
1662*e058c834Schristos2009-10-02  Peter Bergner  <bergner@vnet.ibm.com>
1663*e058c834Schristos
1664*e058c834Schristos	* ppc.h (PPC_OPCODE_476): Define.
1665*e058c834Schristos
1666*e058c834Schristos2009-10-01  Peter Bergner  <bergner@vnet.ibm.com>
1667*e058c834Schristos
1668*e058c834Schristos	* ppc.h (PPC_OPCODE_A2): Rename from PPC_OPCODE_PPCA2.
1669*e058c834Schristos
1670*e058c834Schristos2009-09-29  DJ Delorie  <dj@redhat.com>
1671*e058c834Schristos
1672*e058c834Schristos	* rx.h: New file.
1673*e058c834Schristos
1674*e058c834Schristos2009-09-22  Peter Bergner  <bergner@vnet.ibm.com>
1675*e058c834Schristos
1676*e058c834Schristos	* ppc.h (ppc_cpu_t): Typedef to uint64_t.
1677*e058c834Schristos
1678*e058c834Schristos2009-09-21  Ben Elliston  <bje@au.ibm.com>
1679*e058c834Schristos
1680*e058c834Schristos	* ppc.h (PPC_OPCODE_PPCA2): New.
1681*e058c834Schristos
1682*e058c834Schristos2009-09-05  Martin Thuresson  <martin@mtme.org>
1683*e058c834Schristos
1684*e058c834Schristos	* ia64.h (struct ia64_operand): Renamed member class to op_class.
1685*e058c834Schristos
1686*e058c834Schristos2009-08-29  Martin Thuresson  <martin@mtme.org>
1687*e058c834Schristos
1688*e058c834Schristos	* tic30.h (template): Rename type template to
1689*e058c834Schristos	insn_template. Updated code to use new name.
1690*e058c834Schristos	* tic54x.h (template): Rename type template to
1691*e058c834Schristos	insn_template.
1692*e058c834Schristos
1693*e058c834Schristos2009-08-20  Nick Hudson  <nick.hudson@gmx.co.uk>
1694*e058c834Schristos
1695*e058c834Schristos	* hppa.h (pa_opcodes): Add a pa10 bb without FLAG_STRICT.
1696*e058c834Schristos
1697*e058c834Schristos2009-06-11  Anthony Green  <green@moxielogic.com>
1698*e058c834Schristos
1699*e058c834Schristos	* moxie.h (MOXIE_F3_PCREL): Define.
1700*e058c834Schristos	(moxie_form3_opc_info): Grow.
1701*e058c834Schristos
1702*e058c834Schristos2009-06-06  Anthony Green  <green@moxielogic.com>
1703*e058c834Schristos
1704*e058c834Schristos	* moxie.h (MOXIE_F1_M): Define.
1705*e058c834Schristos
1706*e058c834Schristos2009-04-15  Anthony Green  <green@moxielogic.com>
1707*e058c834Schristos
1708*e058c834Schristos	* moxie.h: Created.
1709*e058c834Schristos
1710*e058c834Schristos2009-04-06  DJ Delorie  <dj@redhat.com>
1711*e058c834Schristos
1712*e058c834Schristos	* h8300.h: Add relaxation attributes to MOVA opcodes.
1713*e058c834Schristos
1714*e058c834Schristos2009-03-10  Alan Modra  <amodra@bigpond.net.au>
1715*e058c834Schristos
1716*e058c834Schristos	* ppc.h (ppc_parse_cpu): Declare.
1717*e058c834Schristos
1718*e058c834Schristos2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
1719*e058c834Schristos
1720*e058c834Schristos	* score-inst.h (score_insn_type, score_data_type): Add Ra_I9_I5
1721*e058c834Schristos	and _IMM11 for mbitclr and mbitset.
1722*e058c834Schristos	* score-datadep.h: Update dependency information.
1723*e058c834Schristos
1724*e058c834Schristos2009-02-26  Peter Bergner  <bergner@vnet.ibm.com>
1725*e058c834Schristos
1726*e058c834Schristos	* ppc.h (PPC_OPCODE_POWER7): New.
1727*e058c834Schristos
1728*e058c834Schristos2009-02-06  Doug Evans  <dje@google.com>
1729*e058c834Schristos
1730*e058c834Schristos	* i386.h: Add comment regarding sse* insns and prefixes.
1731*e058c834Schristos
1732*e058c834Schristos2009-02-03  Sandip Matte  <sandip@rmicorp.com>
1733*e058c834Schristos
1734*e058c834Schristos	* mips.h (INSN_XLR): Define.
1735*e058c834Schristos	(INSN_CHIP_MASK): Update.
1736*e058c834Schristos	(CPU_XLR): Define.
1737*e058c834Schristos	(OPCODE_IS_MEMBER): Update.
1738*e058c834Schristos	(M_MSGSND, M_MSGLD, M_MSGLD_T, M_MSGWAIT, M_MSGWAIT_T): Define.
1739*e058c834Schristos
1740*e058c834Schristos2009-01-28  Doug Evans  <dje@google.com>
1741*e058c834Schristos
1742*e058c834Schristos	* i386.h: Add multiple inclusion protection.
1743*e058c834Schristos	(EAX_REG_NUM,ECX_REG_NUM,EDX_REGNUM,EBX_REG_NUM,ESI_REG_NUM)
1744*e058c834Schristos	(EDI_REG_NUM): New macros.
1745*e058c834Schristos	(MODRM_MOD_FIELD,MODRM_REG_FIELD,MODRM_RM_FIELD): New macros.
1746*e058c834Schristos	(SIB_SCALE_FIELD,SIB_INDEX_FIELD,SIB_BASE_FIELD): New macros.
1747*e058c834Schristos	(REX_PREFIX_P): New macro.
1748*e058c834Schristos
1749*e058c834Schristos2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
1750*e058c834Schristos
1751*e058c834Schristos	* ppc.h (struct powerpc_opcode): New field "deprecated".
1752*e058c834Schristos	(PPC_OPCODE_NOPOWER4): Delete.
1753*e058c834Schristos
1754*e058c834Schristos2008-11-28  Joshua Kinard  <kumba@gentoo.org>
1755*e058c834Schristos
1756*e058c834Schristos	* mips.h: Define CPU_R14000, CPU_R16000.
1757*e058c834Schristos	(OPCODE_IS_MEMBER): Include R14000, R16000 in test.
1758*e058c834Schristos
1759*e058c834Schristos2008-11-18  Catherine Moore  <clm@codesourcery.com>
1760*e058c834Schristos
1761*e058c834Schristos	* arm.h (FPU_NEON_FP16): New.
1762*e058c834Schristos	(FPU_ARCH_NEON_FP16): New.
1763*e058c834Schristos
1764*e058c834Schristos2008-11-06  Chao-ying Fu  <fu@mips.com>
1765*e058c834Schristos
1766*e058c834Schristos	* mips.h: Doucument '1' for 5-bit sync type.
1767*e058c834Schristos
1768*e058c834Schristos2008-08-28  H.J. Lu  <hongjiu.lu@intel.com>
1769*e058c834Schristos
1770*e058c834Schristos	* ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB.  Update
1771*e058c834Schristos	IA64_RS_CR.
1772*e058c834Schristos
1773*e058c834Schristos2008-08-08  Anatoly Sokolov  <aesok@post.ru>
1774*e058c834Schristos
1775*e058c834Schristos	* avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
1776*e058c834Schristos	(AVR_ISA_AVR3): Redefine.
1777*e058c834Schristos	(AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
1778*e058c834Schristos	AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
1779*e058c834Schristos	AVR_ISA_AVR6): Define.
1780*e058c834Schristos
1781*e058c834Schristos2008-08-01  Peter Bergner  <bergner@vnet.ibm.com>
1782*e058c834Schristos
1783*e058c834Schristos	* ppc.h (PPC_OPCODE_VSX, PPC_OPERAND_VSR): New.
1784*e058c834Schristos
1785*e058c834Schristos2008-07-30  Michael J. Eager  <eager@eagercon.com>
1786*e058c834Schristos
1787*e058c834Schristos	* ppc.h (PPC_OPCODE_405): Define.
1788*e058c834Schristos	(PPC_OPERAND_FSL, PPC_OPERAND_FCR, PPC_OPERAND_UDI): Define.
1789*e058c834Schristos
1790*e058c834Schristos2008-06-13  Peter Bergner  <bergner@vnet.ibm.com>
1791*e058c834Schristos
1792*e058c834Schristos	* ppc.h (ppc_cpu_t): New typedef.
1793*e058c834Schristos	(struct powerpc_opcode <flags>): Use it.
1794*e058c834Schristos	(struct powerpc_operand <insert, extract>): Likewise.
1795*e058c834Schristos	(struct powerpc_macro <flags>): Likewise.
1796*e058c834Schristos
1797*e058c834Schristos2008-06-12  Adam Nemet  <anemet@caviumnetworks.com>
1798*e058c834Schristos
1799*e058c834Schristos	* mips.h: Document new field descriptors +x, +X, +p, +P, +s, +S.
1800*e058c834Schristos	Update comment before MIPS16 field descriptors to mention MIPS16.
1801*e058c834Schristos	(OP_SH_BBITIND, OP_MASK_BBITIND): New bit mask and shift count for
1802*e058c834Schristos	BBIT.
1803*e058c834Schristos	(OP_SH_CINSPOS, OP_MASK_CINSPOS, OP_SH_CINSLM1, OP_MASK_CINSLM1):
1804*e058c834Schristos	New bit masks and shift counts for cins and exts.
1805*e058c834Schristos
1806*e058c834Schristos	* mips.h: Document new field descriptors +Q.
1807*e058c834Schristos	(OP_SH_SEQI, OP_MASK_SEQI): New bit mask and shift count for SEQI.
1808*e058c834Schristos
1809*e058c834Schristos2008-04-28  Adam Nemet  <anemet@caviumnetworks.com>
1810*e058c834Schristos
1811*e058c834Schristos	* mips.h (INSN_MACRO): Move it up to the pinfo macros.
1812*e058c834Schristos	(INSN2_M_FP_S, INSN2_M_FP_D): New pinfo2 macros.
1813*e058c834Schristos
1814*e058c834Schristos2008-04-14  Edmar Wienskoski  <edmar@freescale.com>
1815*e058c834Schristos
1816*e058c834Schristos	* ppc.h: (PPC_OPCODE_E500MC): New.
1817*e058c834Schristos
1818*e058c834Schristos2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
1819*e058c834Schristos
1820*e058c834Schristos	* i386.h (MAX_OPERANDS): Set to 5.
1821*e058c834Schristos	(MAX_MNEM_SIZE): Changed to 20.
1822*e058c834Schristos
1823*e058c834Schristos2008-03-28  Eric B. Weddington  <eric.weddington@atmel.com>
1824*e058c834Schristos
1825*e058c834Schristos	* avr.h (AVR_ISA_TINY3): Define new opcode set for attiny167.
1826*e058c834Schristos
1827*e058c834Schristos2008-03-09  Paul Brook  <paul@codesourcery.com>
1828*e058c834Schristos
1829*e058c834Schristos	* arm.h (FPU_VFP_EXT_D32, FPU_VFP_V3D16, FPU_ARCH_VFP_V3D16): Define.
1830*e058c834Schristos
1831*e058c834Schristos2008-03-04  Paul Brook  <paul@codesourcery.com>
1832*e058c834Schristos
1833*e058c834Schristos	* arm.h (ARM_EXT_V6M, ARM_EXT_BARRIER, ARM_EXT_THUMB_MSR): Define.
1834*e058c834Schristos	(ARM_AEXT_V6T2, ARM_AEXT_V7_ARM, ARM_AEXT_V7M): Use new flags.
1835*e058c834Schristos	(ARM_AEXT_V6M, ARM_ARCH_V6M): Define.
1836*e058c834Schristos
1837*e058c834Schristos2008-02-27  Denis Vlasenko  <vda.linux@googlemail.com>
1838*e058c834Schristos	    Nick Clifton  <nickc@redhat.com>
1839*e058c834Schristos
1840*e058c834Schristos	PR 3134
1841*e058c834Schristos	* h8300.h (h8_opcodes): Add an encoding for a mov.l instruction
1842*e058c834Schristos	with a 32-bit displacement but without the top bit of the 4th byte
1843*e058c834Schristos	set.
1844*e058c834Schristos
1845*e058c834Schristos2008-02-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1846*e058c834Schristos
1847*e058c834Schristos	* cr16.h (cr16_num_optab): Declared.
1848*e058c834Schristos
1849*e058c834Schristos2008-02-14  Hakan Ardo  <hakan@debian.org>
1850*e058c834Schristos
1851*e058c834Schristos	PR gas/2626
1852*e058c834Schristos	* avr.h (AVR_ISA_2xxe): Define.
1853*e058c834Schristos
1854*e058c834Schristos2008-02-04  Adam Nemet  <anemet@caviumnetworks.com>
1855*e058c834Schristos
1856*e058c834Schristos	* mips.h: Update copyright.
1857*e058c834Schristos	(INSN_CHIP_MASK): New macro.
1858*e058c834Schristos	(INSN_OCTEON): New macro.
1859*e058c834Schristos	(CPU_OCTEON): New macro.
1860*e058c834Schristos	(OPCODE_IS_MEMBER): Handle Octeon instructions.
1861*e058c834Schristos
1862*e058c834Schristos2008-01-23  Eric B. Weddington  <eric.weddington@atmel.com>
1863*e058c834Schristos
1864*e058c834Schristos	* avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
1865*e058c834Schristos
1866*e058c834Schristos2008-01-03  Eric B. Weddington  <eric.weddington@atmel.com>
1867*e058c834Schristos
1868*e058c834Schristos	* avr.h (AVR_ISA_USB162): Add new opcode set.
1869*e058c834Schristos	(AVR_ISA_AVR3): Likewise.
1870*e058c834Schristos
1871*e058c834Schristos2007-11-29  Mark Shinwell  <shinwell@codesourcery.com>
1872*e058c834Schristos
1873*e058c834Schristos	* mips.h (INSN_LOONGSON_2E): New.
1874*e058c834Schristos	(INSN_LOONGSON_2F): New.
1875*e058c834Schristos	(CPU_LOONGSON_2E): New.
1876*e058c834Schristos	(CPU_LOONGSON_2F): New.
1877*e058c834Schristos	(OPCODE_IS_MEMBER): Update for Loongson-2E and -2F flags.
1878*e058c834Schristos
1879*e058c834Schristos2007-11-29  Mark Shinwell  <shinwell@codesourcery.com>
1880*e058c834Schristos
1881*e058c834Schristos	* mips.h (INSN_ISA*): Redefine certain values as an
1882*e058c834Schristos	enumeration.  Update comments.
1883*e058c834Schristos	(mips_isa_table): New.
1884*e058c834Schristos	(ISA_MIPS*): Redefine to match enumeration.
1885*e058c834Schristos	(OPCODE_IS_MEMBER): Modify to correctly test new INSN_ISA*
1886*e058c834Schristos	values.
1887*e058c834Schristos
1888*e058c834Schristos2007-08-08  Ben Elliston  <bje@au.ibm.com>
1889*e058c834Schristos
1890*e058c834Schristos	* ppc.h (PPC_OPCODE_PPCPS): New.
1891*e058c834Schristos
1892*e058c834Schristos2007-07-03  Nathan Sidwell  <nathan@codesourcery.com>
1893*e058c834Schristos
1894*e058c834Schristos	* m68k.h: Document j K & E.
1895*e058c834Schristos
1896*e058c834Schristos2007-06-29  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
1897*e058c834Schristos
1898*e058c834Schristos	* cr16.h: New file for CR16 target.
1899*e058c834Schristos
1900*e058c834Schristos2007-05-02  Alan Modra  <amodra@bigpond.net.au>
1901*e058c834Schristos
1902*e058c834Schristos	* ppc.h (PPC_OPERAND_PLUS1): Update comment.
1903*e058c834Schristos
1904*e058c834Schristos2007-04-23  Nathan Sidwell  <nathan@codesourcery.com>
1905*e058c834Schristos
1906*e058c834Schristos	* m68k.h (mcfisa_c): New.
1907*e058c834Schristos	(mcfusp, mcf_mask): Adjust.
1908*e058c834Schristos
1909*e058c834Schristos2007-04-20  Alan Modra  <amodra@bigpond.net.au>
1910*e058c834Schristos
1911*e058c834Schristos	* ppc.h (struct powerpc_operand): Replace "bits" with "bitm".
1912*e058c834Schristos	(num_powerpc_operands): Declare.
1913*e058c834Schristos	(PPC_OPERAND_SIGNED et al): Redefine as hex.
1914*e058c834Schristos	(PPC_OPERAND_PLUS1): Define.
1915*e058c834Schristos
1916*e058c834Schristos2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
1917*e058c834Schristos
1918*e058c834Schristos	* i386.h (REX_MODE64): Renamed to ...
1919*e058c834Schristos	(REX_W): This.
1920*e058c834Schristos	(REX_EXTX): Renamed to ...
1921*e058c834Schristos	(REX_R): This.
1922*e058c834Schristos	(REX_EXTY): Renamed to ...
1923*e058c834Schristos	(REX_X): This.
1924*e058c834Schristos	(REX_EXTZ): Renamed to ...
1925*e058c834Schristos	(REX_B): This.
1926*e058c834Schristos
1927*e058c834Schristos2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
1928*e058c834Schristos
1929*e058c834Schristos	* i386.h: Add entries from config/tc-i386.h and move tables
1930*e058c834Schristos	to opcodes/i386-opc.h.
1931*e058c834Schristos
1932*e058c834Schristos2007-03-13  H.J. Lu  <hongjiu.lu@intel.com>
1933*e058c834Schristos
1934*e058c834Schristos	* i386.h (FloatDR): Removed.
1935*e058c834Schristos	(i386_optab): Use FloatD and FloatD|FloatR instead of FloatDR.
1936*e058c834Schristos
1937*e058c834Schristos2007-03-01  Alan Modra  <amodra@bigpond.net.au>
1938*e058c834Schristos
1939*e058c834Schristos	* spu-insns.h: Add soma double-float insns.
1940*e058c834Schristos
1941*e058c834Schristos2007-02-20  Thiemo Seufer  <ths@mips.com>
1942*e058c834Schristos	    Chao-Ying Fu  <fu@mips.com>
1943*e058c834Schristos
1944*e058c834Schristos	* mips.h (OP_SH_BP, OP_MASK_BP): Add support for balign instruction.
1945*e058c834Schristos	(INSN_DSPR2): Add flag for DSP R2 instructions.
1946*e058c834Schristos	(M_BALIGN): New macro.
1947*e058c834Schristos
1948*e058c834Schristos2007-02-14  Alan Modra  <amodra@bigpond.net.au>
1949*e058c834Schristos
1950*e058c834Schristos	* i386.h (i386_optab): Replace all occurrences of Seg2ShortForm
1951*e058c834Schristos	and Seg3ShortFrom with Shortform.
1952*e058c834Schristos
1953*e058c834Schristos2007-02-11  H.J. Lu  <hongjiu.lu@intel.com>
1954*e058c834Schristos
1955*e058c834Schristos	PR gas/4027
1956*e058c834Schristos	* i386.h (i386_optab): Put the real "test" before the pseudo
1957*e058c834Schristos	one.
1958*e058c834Schristos
1959*e058c834Schristos2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
1960*e058c834Schristos
1961*e058c834Schristos	* m68k.h (m68010up): OR fido_a.
1962*e058c834Schristos
1963*e058c834Schristos2006-12-25  Kazu Hirata  <kazu@codesourcery.com>
1964*e058c834Schristos
1965*e058c834Schristos	* m68k.h (fido_a): New.
1966*e058c834Schristos
1967*e058c834Schristos2006-12-24  Kazu Hirata  <kazu@codesourcery.com>
1968*e058c834Schristos
1969*e058c834Schristos	* m68k.h (mcfmac, mcfemac, cfloat, mcfhwdiv, mcfisa_a,
1970*e058c834Schristos	mcfisa_aa, mcfisa_b, mcfusp, mcf_mask): Double the defined
1971*e058c834Schristos	values.
1972*e058c834Schristos
1973*e058c834Schristos2006-11-08  H.J. Lu  <hongjiu.lu@intel.com>
1974*e058c834Schristos
1975*e058c834Schristos	* i386.h (i386_optab): Replace CpuPNI with CpuSSE3.
1976*e058c834Schristos
1977*e058c834Schristos2006-10-31  Mei Ligang  <ligang@sunnorth.com.cn>
1978*e058c834Schristos
1979*e058c834Schristos	* score-inst.h (enum score_insn_type): Add Insn_internal.
1980*e058c834Schristos
1981*e058c834Schristos2006-10-25  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
1982*e058c834Schristos	    Yukishige Shibata  <shibata@rd.scei.sony.co.jp>
1983*e058c834Schristos	    Nobuhisa Fujinami  <fnami@rd.scei.sony.co.jp>
1984*e058c834Schristos	    Takeaki Fukuoka  <fukuoka@rd.scei.sony.co.jp>
1985*e058c834Schristos	    Alan Modra  <amodra@bigpond.net.au>
1986*e058c834Schristos
1987*e058c834Schristos	* spu-insns.h: New file.
1988*e058c834Schristos	* spu.h: New file.
1989*e058c834Schristos
1990*e058c834Schristos2006-10-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1991*e058c834Schristos
1992*e058c834Schristos	* ppc.h (PPC_OPCODE_CELL): Define.
1993*e058c834Schristos
1994*e058c834Schristos2006-10-23  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1995*e058c834Schristos
1996*e058c834Schristos	* i386.h :  Modify opcode to support for the change in POPCNT opcode
1997*e058c834Schristos	in amdfam10 architecture.
1998*e058c834Schristos
1999*e058c834Schristos2006-09-28  H.J. Lu  <hongjiu.lu@intel.com>
2000*e058c834Schristos
2001*e058c834Schristos	* i386.h: Replace CpuMNI with CpuSSSE3.
2002*e058c834Schristos
2003*e058c834Schristos2006-09-26  Mark Shinwell  <shinwell@codesourcery.com>
2004*e058c834Schristos	    Joseph Myers  <joseph@codesourcery.com>
2005*e058c834Schristos	    Ian Lance Taylor  <ian@wasabisystems.com>
2006*e058c834Schristos	    Ben Elliston  <bje@wasabisystems.com>
2007*e058c834Schristos
2008*e058c834Schristos	* arm.h (ARM_CEXT_IWMMXT2, ARM_ARCH_IWMMXT2): Define.
2009*e058c834Schristos
2010*e058c834Schristos2006-09-17  Mei Ligang  <ligang@sunnorth.com.cn>
2011*e058c834Schristos
2012*e058c834Schristos	* score-datadep.h: New file.
2013*e058c834Schristos	* score-inst.h: New file.
2014*e058c834Schristos
2015*e058c834Schristos2006-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2016*e058c834Schristos
2017*e058c834Schristos	* i386.h (i386_optab): Remove InvMem from maskmovq, movhlps,
2018*e058c834Schristos	movlhps, movmskps, pextrw, pmovmskb, movmskpd, maskmovdqu,
2019*e058c834Schristos	movdq2q and movq2dq.
2020*e058c834Schristos
2021*e058c834Schristos2006-07-10 Dwarakanath Rajagopal	<dwarak.rajagopal@amd.com>
2022*e058c834Schristos	   Michael Meissner		<michael.meissner@amd.com>
2023*e058c834Schristos
2024*e058c834Schristos	* i386.h: Add amdfam10 new instructions (SSE4a and ABM instructions).
2025*e058c834Schristos
2026*e058c834Schristos2006-06-12  H.J. Lu  <hongjiu.lu@intel.com>
2027*e058c834Schristos
2028*e058c834Schristos	* i386.h (i386_optab): Add "nop" with memory reference.
2029*e058c834Schristos
2030*e058c834Schristos2006-06-12  H.J. Lu  <hongjiu.lu@intel.com>
2031*e058c834Schristos
2032*e058c834Schristos	* i386.h (i386_optab): Update comment for 64bit NOP.
2033*e058c834Schristos
2034*e058c834Schristos2006-06-06  Ben Elliston  <bje@au.ibm.com>
2035*e058c834Schristos	    Anton Blanchard  <anton@samba.org>
2036*e058c834Schristos
2037*e058c834Schristos	* ppc.h (PPC_OPCODE_POWER6): Define.
2038*e058c834Schristos	Adjust whitespace.
2039*e058c834Schristos
2040*e058c834Schristos2006-06-05  Thiemo Seufer  <ths@mips.com>
2041*e058c834Schristos
2042*e058c834Schristos	* mips.h: Improve description of MT flags.
2043*e058c834Schristos
2044*e058c834Schristos2006-05-25  Richard Sandiford  <richard@codesourcery.com>
2045*e058c834Schristos
2046*e058c834Schristos	* m68k.h (mcf_mask): Define.
2047*e058c834Schristos
2048*e058c834Schristos2006-05-05  Thiemo Seufer  <ths@mips.com>
2049*e058c834Schristos	    David Ung  <davidu@mips.com>
2050*e058c834Schristos
2051*e058c834Schristos	* mips.h (enum): Add macro M_CACHE_AB.
2052*e058c834Schristos
2053*e058c834Schristos2006-05-04  Thiemo Seufer  <ths@mips.com>
2054*e058c834Schristos	    Nigel Stephens  <nigel@mips.com>
2055*e058c834Schristos	    David Ung  <davidu@mips.com>
2056*e058c834Schristos
2057*e058c834Schristos	* mips.h: Add INSN_SMARTMIPS define.
2058*e058c834Schristos
2059*e058c834Schristos2006-04-30  Thiemo Seufer  <ths@mips.com>
2060*e058c834Schristos	    David Ung  <davidu@mips.com>
2061*e058c834Schristos
2062*e058c834Schristos	* mips.h: Defines udi bits and masks.  Add description of
2063*e058c834Schristos	characters which may appear in the args field of udi
2064*e058c834Schristos	instructions.
2065*e058c834Schristos
2066*e058c834Schristos2006-04-26  Thiemo Seufer  <ths@networkno.de>
2067*e058c834Schristos
2068*e058c834Schristos	* mips.h: Improve comments describing the bitfield instruction
2069*e058c834Schristos	fields.
2070*e058c834Schristos
2071*e058c834Schristos2006-04-26  Julian Brown  <julian@codesourcery.com>
2072*e058c834Schristos
2073*e058c834Schristos	* arm.h (FPU_VFP_EXT_V3): Define constant.
2074*e058c834Schristos	(FPU_NEON_EXT_V1): Likewise.
2075*e058c834Schristos	(FPU_VFP_HARD): Update.
2076*e058c834Schristos	(FPU_VFP_V3): Define macro.
2077*e058c834Schristos	(FPU_ARCH_VFP_V3, FPU_ARCH_VFP_V3_PLUS_NEON_V1): Define macros.
2078*e058c834Schristos
2079*e058c834Schristos2006-04-07  Joerg Wunsch  <j.gnu@uriah.heep.sax.de>
2080*e058c834Schristos
2081*e058c834Schristos	* avr.h (AVR_ISA_PWMx): New.
2082*e058c834Schristos
2083*e058c834Schristos2006-03-28  Nathan Sidwell  <nathan@codesourcery.com>
2084*e058c834Schristos
2085*e058c834Schristos	* m68k.h (cpu_m68k, cpu_cf, cpu_m68000, cpu_m68008, cpu_m68010,
2086*e058c834Schristos	cpu_m68020, cpu_m68ec030, cpu_m68040, cpu_m68060, cpu_m68851,
2087*e058c834Schristos	cpu_m68881, cpu_m68882, cpu_cpu32, cpu_cf5200, cpu_cf5206e,
2088*e058c834Schristos	cpu_cf5208, cpu_cf521x, cpu_cf5213, cpu_cf5249, cpu_cf528x,
2089*e058c834Schristos	cpu_cf5307, cpu_cf5329, cpu_cf5407, cpu_cf547x, cpu_cf548x): Remove.
2090*e058c834Schristos
2091*e058c834Schristos2006-03-10  Paul Brook  <paul@codesourcery.com>
2092*e058c834Schristos
2093*e058c834Schristos	* arm.h (ARM_AEXT_V7_ARM): Include v6ZK extensions.
2094*e058c834Schristos
2095*e058c834Schristos2006-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2096*e058c834Schristos
2097*e058c834Schristos	* hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes come
2098*e058c834Schristos	first.  Correct mask of bb "B" opcode.
2099*e058c834Schristos
2100*e058c834Schristos2006-02-27  H.J. Lu <hongjiu.lu@intel.com>
2101*e058c834Schristos
2102*e058c834Schristos	* i386.h (i386_optab): Support Intel Merom New Instructions.
2103*e058c834Schristos
2104*e058c834Schristos2006-02-24  Paul Brook  <paul@codesourcery.com>
2105*e058c834Schristos
2106*e058c834Schristos	* arm.h: Add V7 feature bits.
2107*e058c834Schristos
2108*e058c834Schristos2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2109*e058c834Schristos
2110*e058c834Schristos	* ia64.h (ia64_opnd): Add IA64_OPND_IMMU5b.
2111*e058c834Schristos
2112*e058c834Schristos2006-01-31  Paul Brook  <paul@codesourcery.com>
2113*e058c834Schristos	Richard Earnshaw <rearnsha@arm.com>
2114*e058c834Schristos
2115*e058c834Schristos	* arm.h: Use ARM_CPU_FEATURE.
2116*e058c834Schristos	(ARM_AEXT_*, FPU_ENDIAN_PURE, FPU_VFP_HARD): New.
2117*e058c834Schristos	(arm_feature_set): Change to a structure.
2118*e058c834Schristos	(ARM_CPU_HAS_FEATURE, ARM_MERGE_FEATURE_SETS, ARM_CLEAR_FEATURE,
2119*e058c834Schristos	ARM_FEATURE): New macros.
2120*e058c834Schristos
2121*e058c834Schristos2005-12-07  Hans-Peter Nilsson  <hp@axis.com>
2122*e058c834Schristos
2123*e058c834Schristos	* cris.h (MOVE_M_TO_PREG_OPCODE, MOVE_M_TO_PREG_ZBITS)
2124*e058c834Schristos	(MOVE_PC_INCR_OPCODE_PREFIX, MOVE_PC_INCR_OPCODE_SUFFIX): New macros.
2125*e058c834Schristos	(ADD_PC_INCR_OPCODE): Don't define.
2126*e058c834Schristos
2127*e058c834Schristos2005-12-06  H.J. Lu  <hongjiu.lu@intel.com>
2128*e058c834Schristos
2129*e058c834Schristos	PR gas/1874
2130*e058c834Schristos	* i386.h (i386_optab): Add 64bit support for monitor and mwait.
2131*e058c834Schristos
2132*e058c834Schristos2005-11-14  David Ung  <davidu@mips.com>
2133*e058c834Schristos
2134*e058c834Schristos	* mips.h: Assign 'm'/'M' codes to MIPS16e save/restore
2135*e058c834Schristos	instructions.  Define MIPS16_ALL_ARGS and MIPS16_ALL_STATICS for
2136*e058c834Schristos	save/restore encoding of the args field.
2137*e058c834Schristos
2138*e058c834Schristos2005-10-28  Dave Brolley  <brolley@redhat.com>
2139*e058c834Schristos
2140*e058c834Schristos	Contribute the following changes:
2141*e058c834Schristos	2005-02-16  Dave Brolley  <brolley@redhat.com>
2142*e058c834Schristos
2143*e058c834Schristos	* cgen-bitset.h: Rename CGEN_ISA_MASK to CGEN_BITSET. Rename
2144*e058c834Schristos	cgen_isa_mask_* to cgen_bitset_*.
2145*e058c834Schristos	* cgen.h: Likewise.
2146*e058c834Schristos
2147*e058c834Schristos	2003-10-21  Richard Sandiford  <rsandifo@redhat.com>
2148*e058c834Schristos
2149*e058c834Schristos	* cgen.h (CGEN_BITSET_ATTR_VALUE): Fix definition.
2150*e058c834Schristos	(CGEN_ATTR_ENTRY): Change "value" to type "unsigned".
2151*e058c834Schristos	(CGEN_CPU_TABLE): Make isas a ponter.
2152*e058c834Schristos
2153*e058c834Schristos	2003-09-29  Dave Brolley  <brolley@redhat.com>
2154*e058c834Schristos
2155*e058c834Schristos	* cgen.h (CGEN_ATTR_VALUE_BITSET_TYPE): New typedef.
2156*e058c834Schristos	(CGEN_ATTR_VALUE_ENUM_TYPE): Ditto.
2157*e058c834Schristos	(CGEN_ATTR_VALUE_TYPE): Use these new typedefs.
2158*e058c834Schristos
2159*e058c834Schristos	2002-12-13  Dave Brolley  <brolley@redhat.com>
2160*e058c834Schristos
2161*e058c834Schristos	* cgen.h (symcat.h): #include it.
2162*e058c834Schristos	(cgen-bitset.h): #include it.
2163*e058c834Schristos	(CGEN_ATTR_VALUE_TYPE): Now a union.
2164*e058c834Schristos	(CGEN_ATTR_VALUE): Reference macros generated in opcodes/<arch>-desc.h.
2165*e058c834Schristos	(CGEN_ATTR_ENTRY): 'value' now unsigned.
2166*e058c834Schristos	(cgen_cpu_desc): 'isas' now (CGEN_ISA_MASK*).
2167*e058c834Schristos	* cgen-bitset.h: New file.
2168*e058c834Schristos
2169*e058c834Schristos2005-09-30  Catherine Moore  <clm@cm00re.com>
2170*e058c834Schristos
2171*e058c834Schristos	* bfin.h: New file.
2172*e058c834Schristos
2173*e058c834Schristos2005-10-24  Jan Beulich  <jbeulich@novell.com>
2174*e058c834Schristos
2175*e058c834Schristos	* ia64.h (enum ia64_opnd): Move memory operand out of set of
2176*e058c834Schristos	indirect operands.
2177*e058c834Schristos
2178*e058c834Schristos2005-10-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2179*e058c834Schristos
2180*e058c834Schristos	* hppa.h (pa_opcodes): Add two fcmp opcodes.  Reorder ftest opcodes.
2181*e058c834Schristos	Add FLAG_STRICT to pa10 ftest opcode.
2182*e058c834Schristos
2183*e058c834Schristos2005-10-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2184*e058c834Schristos
2185*e058c834Schristos	* hppa.h (pa_opcodes): Remove lha entries.
2186*e058c834Schristos
2187*e058c834Schristos2005-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2188*e058c834Schristos
2189*e058c834Schristos	* hppa.h (FLAG_STRICT): Revise comment.
2190*e058c834Schristos	(pa_opcode): Revise ordering rules.  Add/move strict pa10 variants
2191*e058c834Schristos	before corresponding pa11 opcodes.  Add strict pa10 register-immediate
2192*e058c834Schristos	entries for "fdc".
2193*e058c834Schristos
2194*e058c834Schristos2005-09-30  Catherine Moore  <clm@cm00re.com>
2195*e058c834Schristos
2196*e058c834Schristos	* bfin.h: New file.
2197*e058c834Schristos
2198*e058c834Schristos2005-09-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2199*e058c834Schristos
2200*e058c834Schristos	* hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries.
2201*e058c834Schristos
2202*e058c834Schristos2005-09-06  Chao-ying Fu  <fu@mips.com>
2203*e058c834Schristos
2204*e058c834Schristos	* mips.h (OP_SH_MT_U, OP_MASK_MT_U, OP_SH_MT_H, OP_MASK_MT_H,
2205*e058c834Schristos	OP_SH_MTACC_T, OP_MASK_MTACC_T, OP_SH_MTACC_D, OP_MASK_MTACC_D): New
2206*e058c834Schristos	define.
2207*e058c834Schristos	Document !, $, *, &, g, +t, +T operand formats for MT instructions.
2208*e058c834Schristos	(INSN_ASE_MASK): Update to include INSN_MT.
2209*e058c834Schristos	(INSN_MT): New define for MT ASE.
2210*e058c834Schristos
2211*e058c834Schristos2005-08-25  Chao-ying Fu  <fu@mips.com>
2212*e058c834Schristos
2213*e058c834Schristos	* mips.h (OP_SH_DSPACC, OP_MASK_DSPACC, OP_SH_DSPACC_S,
2214*e058c834Schristos	OP_MASK_DSPACC_S, OP_SH_DSPSFT, OP_MASK_DSPSFT, OP_SH_DSPSFT_7,
2215*e058c834Schristos	OP_MASK_DSPSFT_7, OP_SH_SA3, OP_MASK_SA3, OP_SH_SA4, OP_MASK_SA4,
2216*e058c834Schristos	OP_SH_IMM8, OP_MASK_IMM8, OP_SH_IMM10, OP_MASK_IMM10, OP_SH_WRDSP,
2217*e058c834Schristos	OP_MASK_WRDSP, OP_SH_RDDSP, OP_MASK_RDDSP): New define.
2218*e058c834Schristos	Document 3, 4, 5, 6, 7, 8, 9, 0, :, ', @ operand formats for DSP
2219*e058c834Schristos	instructions.
2220*e058c834Schristos	(INSN_DSP): New define for DSP ASE.
2221*e058c834Schristos
2222*e058c834Schristos2005-08-18  Alan Modra  <amodra@bigpond.net.au>
2223*e058c834Schristos
2224*e058c834Schristos	* a29k.h: Delete.
2225*e058c834Schristos
2226*e058c834Schristos2005-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
2227*e058c834Schristos
2228*e058c834Schristos	* ppc.h (PPC_OPCODE_E300): Define.
2229*e058c834Schristos
2230*e058c834Schristos2005-08-12 Martin Schwidefsky  <schwidefsky@de.ibm.com>
2231*e058c834Schristos
2232*e058c834Schristos	* s390.h (s390_opcode_cpu_val): Add enum for cpu type z9-109.
2233*e058c834Schristos
2234*e058c834Schristos2005-07-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2235*e058c834Schristos
2236*e058c834Schristos	PR gas/336
2237*e058c834Schristos	* hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb
2238*e058c834Schristos	and pitlb.
2239*e058c834Schristos
2240*e058c834Schristos2005-07-27  Jan Beulich  <jbeulich@novell.com>
2241*e058c834Schristos
2242*e058c834Schristos	* i386.h (i386_optab): Add comment to movd. Use LongMem for all
2243*e058c834Schristos	movd-s. Add NoRex64 to movq-s dealing only with mmx or xmm registers.
2244*e058c834Schristos	Add movq-s as 64-bit variants of movd-s.
2245*e058c834Schristos
2246*e058c834Schristos2005-07-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2247*e058c834Schristos
2248*e058c834Schristos	* hppa.h: Fix punctuation in comment.
2249*e058c834Schristos
2250*e058c834Schristos	* hppa.h (pa_opcode):  Add rules for opcode ordering.  Check first for
2251*e058c834Schristos	implicit space-register addressing.  Set space-register bits on opcodes
2252*e058c834Schristos	using implicit space-register addressing.  Add various missing pa20
2253*e058c834Schristos	long-immediate opcodes.  Remove various opcodes using implicit 3-bit
2254*e058c834Schristos	space-register addressing.  Use "fE" instead of "fe" in various
2255*e058c834Schristos	fstw opcodes.
2256*e058c834Schristos
2257*e058c834Schristos2005-07-18  Jan Beulich  <jbeulich@novell.com>
2258*e058c834Schristos
2259*e058c834Schristos	* i386.h (i386_optab): Operands of aam and aad are unsigned.
2260*e058c834Schristos
2261*e058c834Schristos2007-07-15  H.J. Lu <hongjiu.lu@intel.com>
2262*e058c834Schristos
2263*e058c834Schristos	* i386.h (i386_optab): Support Intel VMX Instructions.
2264*e058c834Schristos
2265*e058c834Schristos2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2266*e058c834Schristos
2267*e058c834Schristos	* hppa.h (pa_opcode): Don't set FLAG_STRICT in pa10 loads and stores.
2268*e058c834Schristos
2269*e058c834Schristos2005-07-05  Jan Beulich  <jbeulich@novell.com>
2270*e058c834Schristos
2271*e058c834Schristos	* i386.h (i386_optab): Add new insns.
2272*e058c834Schristos
2273*e058c834Schristos2005-07-01  Nick Clifton  <nickc@redhat.com>
2274*e058c834Schristos
2275*e058c834Schristos	* sparc.h: Add typedefs to structure declarations.
2276*e058c834Schristos
2277*e058c834Schristos2005-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2278*e058c834Schristos
2279*e058c834Schristos	PR 1013
2280*e058c834Schristos	* i386.h (i386_optab): Update comments for 64bit addressing on
2281*e058c834Schristos	mov. Allow 64bit addressing for mov and movq.
2282*e058c834Schristos
2283*e058c834Schristos2005-06-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2284*e058c834Schristos
2285*e058c834Schristos	* hppa.h (pa_opcodes): Use cM and cX instead of cm and cx,
2286*e058c834Schristos	respectively, in various floating-point load and store patterns.
2287*e058c834Schristos
2288*e058c834Schristos2005-05-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2289*e058c834Schristos
2290*e058c834Schristos	* hppa.h (FLAG_STRICT): Correct comment.
2291*e058c834Schristos	(pa_opcodes): Update load and store entries to allow both PA 1.X and
2292*e058c834Schristos	PA 2.0 mneumonics when equivalent.  Entries with cache control
2293*e058c834Schristos	completers now require PA 1.1.  Adjust whitespace.
2294*e058c834Schristos
2295*e058c834Schristos2005-05-19  Anton Blanchard  <anton@samba.org>
2296*e058c834Schristos
2297*e058c834Schristos	* ppc.h (PPC_OPCODE_POWER5): Define.
2298*e058c834Schristos
2299*e058c834Schristos2005-05-10  Nick Clifton  <nickc@redhat.com>
2300*e058c834Schristos
2301*e058c834Schristos	* Update the address and phone number of the FSF organization in
2302*e058c834Schristos	the GPL notices in the following files:
2303*e058c834Schristos	a29k.h,	alpha.h, arc.h, arm.h, avr.h, cgen.h, convex.h, cris.h,
2304*e058c834Schristos	crx.h, d10v.h, d30v.h, dlx.h, h8300.h, hppa.h, i370.h, i386.h,
2305*e058c834Schristos	i860.h, i960.h, m68hc11.h, m68k.h, m88k.h, maxq.h, mips.h, mmix.h,
2306*e058c834Schristos	mn10200.h, mn10300.h, msp430.h, np1.h, ns32k.h, or32.h, pdp11.h,
2307*e058c834Schristos	pj.h, pn.h, ppc.h, pyr.h, s390.h, sparc.h, tic30.h, tic4x.h,
2308*e058c834Schristos	tic54x.h, tic80.h, v850.h, vax.h
2309*e058c834Schristos
2310*e058c834Schristos2005-05-09  Jan Beulich  <jbeulich@novell.com>
2311*e058c834Schristos
2312*e058c834Schristos	* i386.h (i386_optab): Add ht and hnt.
2313*e058c834Schristos
2314*e058c834Schristos2005-04-18  Mark Kettenis  <kettenis@gnu.org>
2315*e058c834Schristos
2316*e058c834Schristos	* i386.h: Insert hyphens into selected VIA PadLock extensions.
2317*e058c834Schristos	Add xcrypt-ctr.  Provide aliases without hyphens.
2318*e058c834Schristos
2319*e058c834Schristos2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
2320*e058c834Schristos
2321*e058c834Schristos	Moved from ../ChangeLog
2322*e058c834Schristos
2323*e058c834Schristos	2005-04-12  Paul Brook  <paul@codesourcery.com>
2324*e058c834Schristos	* m88k.h: Rename psr macros to avoid conflicts.
2325*e058c834Schristos
2326*e058c834Schristos	2005-03-12  Zack Weinberg  <zack@codesourcery.com>
2327*e058c834Schristos	* arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T.
2328*e058c834Schristos	Add ARM_EXT_V6T2, ARM_ARCH_V6T2, ARM_ARCH_V6KT2, ARM_ARCH_V6ZT2,
2329*e058c834Schristos	and ARM_ARCH_V6ZKT2.
2330*e058c834Schristos
2331*e058c834Schristos	2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>
2332*e058c834Schristos	* crx.h (enum operand_type): Rename rbase_cst4 to rbase_dispu4.
2333*e058c834Schristos	Remove redundant instruction types.
2334*e058c834Schristos	(struct argument): X_op - new field.
2335*e058c834Schristos	(struct cst4_entry): Remove.
2336*e058c834Schristos	(no_op_insn): Declare.
2337*e058c834Schristos
2338*e058c834Schristos	2004-11-05  Tomer Levi  <Tomer.Levi@nsc.com>
2339*e058c834Schristos	* crx.h (enum argtype): Rename types, remove unused types.
2340*e058c834Schristos
2341*e058c834Schristos	2004-10-27  Tomer Levi  <Tomer.Levi@nsc.com>
2342*e058c834Schristos	* crx.h (enum reg): Rearrange registers, remove 'ccfg' and `'pc'.
2343*e058c834Schristos	(enum reg_type): Remove CRX_PC_REGTYPE, CRX_MTPR_REGTYPE.
2344*e058c834Schristos	(enum operand_type): Rearrange operands, edit comments.
2345*e058c834Schristos	replace us<N> with ui<N> for unsigned immediate.
2346*e058c834Schristos	replace d<N> with disps<N>/dispu<N>/dispe<N> for signed/unsigned/escaped
2347*e058c834Schristos	displacements (respectively).
2348*e058c834Schristos	replace rbase_ridx_scl2_dispu<N> with rindex_disps<N> for register index.
2349*e058c834Schristos	(instruction type): Add NO_TYPE_INS.
2350*e058c834Schristos	(instruction flags): Add USER_REG, CST4MAP, NO_SP, NO_RPTR.
2351*e058c834Schristos	(operand_entry): New field - 'flags'.
2352*e058c834Schristos	(operand flags): New.
2353*e058c834Schristos
2354*e058c834Schristos	2004-10-21  Tomer Levi  <Tomer.Levi@nsc.com>
2355*e058c834Schristos	* crx.h (operand_type): Remove redundant types i3, i4,
2356*e058c834Schristos	i5, i8, i12.
2357*e058c834Schristos	Add new unsigned immediate types us3, us4, us5, us16.
2358*e058c834Schristos
2359*e058c834Schristos2005-04-12  Mark Kettenis  <kettenis@gnu.org>
2360*e058c834Schristos
2361*e058c834Schristos	* i386.h (i386_optab): Mark VIA PadLock instructions as ImmExt and
2362*e058c834Schristos	adjust them accordingly.
2363*e058c834Schristos
2364*e058c834Schristos2005-04-01  Jan Beulich  <jbeulich@novell.com>
2365*e058c834Schristos
2366*e058c834Schristos	* i386.h (i386_optab): Add rdtscp.
2367*e058c834Schristos
2368*e058c834Schristos2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>
2369*e058c834Schristos
2370*e058c834Schristos	* i386.h (i386_optab): Don't allow the `l' suffix for moving
2371*e058c834Schristos	between memory and segment register. Allow movq for moving between
2372*e058c834Schristos	general-purpose register and segment register.
2373*e058c834Schristos
2374*e058c834Schristos2005-02-09  Jan Beulich  <jbeulich@novell.com>
2375*e058c834Schristos
2376*e058c834Schristos	PR gas/707
2377*e058c834Schristos	* i386.h (i386_optab): Add x_Suf to fbld and fbstp. Add w_Suf and
2378*e058c834Schristos	FloatMF to fldcw, fstcw, fnstcw, and the memory formas of fstsw and
2379*e058c834Schristos	fnstsw.
2380*e058c834Schristos
2381*e058c834Schristos2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
2382*e058c834Schristos
2383*e058c834Schristos	* m68k.h (m68008, m68ec030, m68882): Remove.
2384*e058c834Schristos	(m68k_mask): New.
2385*e058c834Schristos	(cpu_m68k, cpu_cf): New.
2386*e058c834Schristos	(mcf5200, mcf5206e, mcf521x, mcf5249, mcf528x, mcf5307, mcf5407,
2387*e058c834Schristos	mcf5470, mcf5480): Rename to cpu_<foo>. Add m680x0 variants.
2388*e058c834Schristos
2389*e058c834Schristos2005-01-25  Alexandre Oliva  <aoliva@redhat.com>
2390*e058c834Schristos
2391*e058c834Schristos	2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
2392*e058c834Schristos	* cgen.h (enum cgen_parse_operand_type): Add
2393*e058c834Schristos	CGEN_PARSE_OPERAND_SYMBOLIC.
2394*e058c834Schristos
2395*e058c834Schristos2005-01-21  Fred Fish  <fnf@specifixinc.com>
2396*e058c834Schristos
2397*e058c834Schristos	* mips.h: Change INSN_ALIAS to INSN2_ALIAS.
2398*e058c834Schristos	Change INSN_WRITE_MDMX_ACC to INSN2_WRITE_MDMX_ACC.
2399*e058c834Schristos	Change INSN_READ_MDMX_ACC to INSN2_READ_MDMX_ACC.
2400*e058c834Schristos
2401*e058c834Schristos2005-01-19  Fred Fish  <fnf@specifixinc.com>
2402*e058c834Schristos
2403*e058c834Schristos	* mips.h (struct mips_opcode): Add new pinfo2 member.
2404*e058c834Schristos	(INSN_ALIAS): New define for opcode table entries that are
2405*e058c834Schristos	specific instances of another entry, such as 'move' for an 'or'
2406*e058c834Schristos	with a zero operand.
2407*e058c834Schristos	(INSN_READ_MDMX_ACC): Redefine from 0 to 0x2.
2408*e058c834Schristos	(INSN_WRITE_MDMX_ACC): Redefine from 0 to 0x4.
2409*e058c834Schristos
2410*e058c834Schristos2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>
2411*e058c834Schristos
2412*e058c834Schristos	* mips.h (CPU_RM9000): Define.
2413*e058c834Schristos	(OPCODE_IS_MEMBER): Handle CPU_RM9000.
2414*e058c834Schristos
2415*e058c834Schristos2004-11-25 Jan Beulich  <jbeulich@novell.com>
2416*e058c834Schristos
2417*e058c834Schristos	* i386.h: CpuNo64 mov can't reasonably have a 'q' suffix. Moves
2418*e058c834Schristos	to/from test registers are illegal in 64-bit mode. Add missing
2419*e058c834Schristos	NoRex64 to sidt. fxsave/fxrstor now allow for a 'q' suffix
2420*e058c834Schristos	(previously one had to explicitly encode a rex64 prefix). Re-enable
2421*e058c834Schristos	lahf/sahf in 64-bit mode as at least some Athlon64/Opteron steppings
2422*e058c834Schristos	support it there. Add cmpxchg16b as per Intel's 64-bit documentation.
2423*e058c834Schristos
2424*e058c834Schristos2004-11-23 Jan Beulich  <jbeulich@novell.com>
2425*e058c834Schristos
2426*e058c834Schristos	* i386.h (i386_optab): paddq and psubq, even in their MMX form, are
2427*e058c834Schristos	available only with SSE2. Change the MMX additions introduced by SSE
2428*e058c834Schristos	and 3DNow!A to CpuMMX2 (rather than CpuMMX). Indicate the 3DNow!A
2429*e058c834Schristos	instructions by their now designated identifier (since combining i686
2430*e058c834Schristos	and 3DNow! does not really imply 3DNow!A).
2431*e058c834Schristos
2432*e058c834Schristos2004-11-19  Alan Modra  <amodra@bigpond.net.au>
2433*e058c834Schristos
2434*e058c834Schristos	* msp430.h (struct rcodes_s, MSP430_RLC, msp430_rcodes,
2435*e058c834Schristos	struct hcodes_s, msp430_hcodes): Move to gas/config/tc-msp430.c.
2436*e058c834Schristos
2437*e058c834Schristos2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
2438*e058c834Schristos	    Vineet Sharma      <vineets@noida.hcltech.com>
2439*e058c834Schristos
2440*e058c834Schristos	* maxq.h: New file: Disassembly information for the maxq port.
2441*e058c834Schristos
2442*e058c834Schristos2004-11-05  H.J. Lu  <hongjiu.lu@intel.com>
2443*e058c834Schristos
2444*e058c834Schristos	* i386.h (i386_optab): Put back "movzb".
2445*e058c834Schristos
2446*e058c834Schristos2004-11-04  Hans-Peter Nilsson  <hp@axis.com>
2447*e058c834Schristos
2448*e058c834Schristos	* cris.h (enum cris_insn_version_usage): Tweak formatting and
2449*e058c834Schristos	comments.  Remove member cris_ver_sim.  Add members
2450*e058c834Schristos	cris_ver_sim_v0_10, cris_ver_v0_10, cris_ver_v3_10,
2451*e058c834Schristos	cris_ver_v8_10, cris_ver_v10, cris_ver_v10p.
2452*e058c834Schristos	(struct cris_support_reg, struct cris_cond15): New types.
2453*e058c834Schristos	(cris_conds15): Declare.
2454*e058c834Schristos	(JUMP_PC_INCR_OPCODE_V32, BA_DWORD_OPCODE, NOP_OPCODE_COMMON)
2455*e058c834Schristos	(NOP_OPCODE_ZBITS_COMMON, LAPC_DWORD_OPCODE, LAPC_DWORD_Z_BITS)
2456*e058c834Schristos	(NOP_OPCODE_V32, NOP_Z_BITS_V32): New macros.
2457*e058c834Schristos	(NOP_Z_BITS): Define in terms of NOP_OPCODE.
2458*e058c834Schristos	(cris_imm_oprnd_size_type): New members SIZE_FIELD_SIGNED and
2459*e058c834Schristos	SIZE_FIELD_UNSIGNED.
2460*e058c834Schristos
2461*e058c834Schristos2004-11-04 Jan Beulich  <jbeulich@novell.com>
2462*e058c834Schristos
2463*e058c834Schristos	* i386.h (sldx_Suf): Remove.
2464*e058c834Schristos	(FP, l_FP, sl_FP, x_FP): Don't imply IgnoreSize.
2465*e058c834Schristos	(q_FP): Define, implying no REX64.
2466*e058c834Schristos	(x_FP, sl_FP): Imply FloatMF.
2467*e058c834Schristos	(i386_optab): Split reg and mem forms of moving from segment registers
2468*e058c834Schristos	so that the memory forms can ignore the 16-/32-bit operand size
2469*e058c834Schristos	distinction. Adjust a few others for Intel mode. Remove *FP uses from
2470*e058c834Schristos	all non-floating-point instructions. Unite 32- and 64-bit forms of
2471*e058c834Schristos	movsx, movzx, and movd. Adjust floating point operations for the above
2472*e058c834Schristos	changes to the *FP macros. Add DefaultSize to floating point control
2473*e058c834Schristos	insns operating on larger memory ranges. Remove left over comments
2474*e058c834Schristos	hinting at certain insns being Intel-syntax ones where the ones
2475*e058c834Schristos	actually meant are already gone.
2476*e058c834Schristos
2477*e058c834Schristos2004-10-07  Tomer Levi  <Tomer.Levi@nsc.com>
2478*e058c834Schristos
2479*e058c834Schristos	* crx.h: Add COPS_REG_INS - Coprocessor Special register
2480*e058c834Schristos	instruction type.
2481*e058c834Schristos
2482*e058c834Schristos2004-09-30  Paul Brook  <paul@codesourcery.com>
2483*e058c834Schristos
2484*e058c834Schristos	* arm.h (ARM_EXT_V6K, ARM_EXT_V6Z): Define.
2485*e058c834Schristos	(ARM_ARCH_V6K, ARM_ARCH_V6Z, ARM_ARCH_V6ZK): Define.
2486*e058c834Schristos
2487*e058c834Schristos2004-09-11  Theodore A. Roth  <troth@openavr.org>
2488*e058c834Schristos
2489*e058c834Schristos	* avr.h: Add support for
2490*e058c834Schristos	atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
2491*e058c834Schristos
2492*e058c834Schristos2004-09-09  Segher Boessenkool  <segher@kernel.crashing.org>
2493*e058c834Schristos
2494*e058c834Schristos	* ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
2495*e058c834Schristos
2496*e058c834Schristos2004-08-24  Dmitry Diky  <diwil@spec.ru>
2497*e058c834Schristos
2498*e058c834Schristos	* msp430.h (msp430_opc): Add new instructions.
2499*e058c834Schristos	(msp430_rcodes): Declare new instructions.
2500*e058c834Schristos	(msp430_hcodes): Likewise..
2501*e058c834Schristos
2502*e058c834Schristos2004-08-13  Nick Clifton  <nickc@redhat.com>
2503*e058c834Schristos
2504*e058c834Schristos	PR/301
2505*e058c834Schristos	* h8300.h (O_JSR): Do not allow VECIND addressing for non-SX
2506*e058c834Schristos	processors.
2507*e058c834Schristos
2508*e058c834Schristos2004-08-30  Michal Ludvig  <mludvig@suse.cz>
2509*e058c834Schristos
2510*e058c834Schristos	* i386.h (i386_optab): Added montmul/xsha1/xsha256 insns.
2511*e058c834Schristos
2512*e058c834Schristos2004-07-22  H.J. Lu  <hongjiu.lu@intel.com>
2513*e058c834Schristos
2514*e058c834Schristos	* i386.h (i386_optab): Allow cs/ds in 64bit for branch hints.
2515*e058c834Schristos
2516*e058c834Schristos2004-07-21  Jan Beulich  <jbeulich@novell.com>
2517*e058c834Schristos
2518*e058c834Schristos	* i386.h: Adjust instruction descriptions to better match the
2519*e058c834Schristos	specification.
2520*e058c834Schristos
2521*e058c834Schristos2004-07-16  Richard Earnshaw  <rearnsha@arm.com>
2522*e058c834Schristos
2523*e058c834Schristos	* arm.h: Remove all old content.  Replace with architecture defines
2524*e058c834Schristos	from gas/config/tc-arm.c.
2525*e058c834Schristos
2526*e058c834Schristos2004-07-09  Andreas Schwab  <schwab@suse.de>
2527*e058c834Schristos
2528*e058c834Schristos	* m68k.h: Fix comment.
2529*e058c834Schristos
2530*e058c834Schristos2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
2531*e058c834Schristos
2532*e058c834Schristos	* crx.h: New file.
2533*e058c834Schristos
2534*e058c834Schristos2004-06-24  Alan Modra  <amodra@bigpond.net.au>
2535*e058c834Schristos
2536*e058c834Schristos	* i386.h (i386_optab): Remove fildd, fistpd and fisttpd.
2537*e058c834Schristos
2538*e058c834Schristos2004-05-24  Peter Barada  <peter@the-baradas.com>
2539*e058c834Schristos
2540*e058c834Schristos	* m68k.h: Add 'size' to m68k_opcode.
2541*e058c834Schristos
2542*e058c834Schristos2004-05-05  Peter Barada  <peter@the-baradas.com>
2543*e058c834Schristos
2544*e058c834Schristos	* m68k.h: Switch from ColdFire chip name to core variant.
2545*e058c834Schristos
2546*e058c834Schristos2004-04-22  Peter Barada  <peter@the-baradas.com>
2547*e058c834Schristos
2548*e058c834Schristos	* m68k.h: Add mcfmac/mcfemac definitions.  Update operand
2549*e058c834Schristos	descriptions for new EMAC cases.
2550*e058c834Schristos	Remove ColdFire macmw/macml/msacmw/msacmw hacks and properly
2551*e058c834Schristos	handle Motorola MAC syntax.
2552*e058c834Schristos	Allow disassembly of ColdFire V4e object files.
2553*e058c834Schristos
2554*e058c834Schristos2004-03-16  Alan Modra  <amodra@bigpond.net.au>
2555*e058c834Schristos
2556*e058c834Schristos	* ppc.h (PPC_OPERAND_GPR_0): Define.  Bump other operand defines.
2557*e058c834Schristos
2558*e058c834Schristos2004-03-12  Jakub Jelinek  <jakub@redhat.com>
2559*e058c834Schristos
2560*e058c834Schristos	* i386.h (i386_optab): Remove CpuNo64 from sysenter and sysexit.
2561*e058c834Schristos
2562*e058c834Schristos2004-03-12  Michal Ludvig  <mludvig@suse.cz>
2563*e058c834Schristos
2564*e058c834Schristos	* i386.h (i386_optab): Added xstore as an alias for xstorerng.
2565*e058c834Schristos
2566*e058c834Schristos2004-03-12  Michal Ludvig  <mludvig@suse.cz>
2567*e058c834Schristos
2568*e058c834Schristos	* i386.h (i386_optab): Added xstore/xcrypt insns.
2569*e058c834Schristos
2570*e058c834Schristos2004-02-09  Anil Paranjpe  <anilp1@KPITCummins.com>
2571*e058c834Schristos
2572*e058c834Schristos	* h8300.h (32bit ldc/stc): Add relaxing support.
2573*e058c834Schristos
2574*e058c834Schristos2004-01-12  Anil Paranjpe  <anilp1@KPITCummins.com>
2575*e058c834Schristos
2576*e058c834Schristos	* h8300.h (BITOP): Pass MEMRELAX flag.
2577*e058c834Schristos
2578*e058c834Schristos2004-01-09  Anil Paranjpe  <anilp1@KPITCummins.com>
2579*e058c834Schristos
2580*e058c834Schristos	* h8300.h (BITOP): Dissallow operations on @aa:16 and @aa:32
2581*e058c834Schristos	except for the H8S.
2582*e058c834Schristos
2583*e058c834SchristosFor older changes see ChangeLog-9103
2584*e058c834Schristos
2585*e058c834SchristosCopyright (C) 2004-2015 Free Software Foundation, Inc.
2586*e058c834Schristos
2587*e058c834SchristosCopying and distribution of this file, with or without modification,
2588*e058c834Schristosare permitted in any medium without royalty provided the copyright
2589*e058c834Schristosnotice and this notice are preserved.
2590*e058c834Schristos
2591*e058c834SchristosLocal Variables:
2592*e058c834Schristosmode: change-log
2593*e058c834Schristosleft-margin: 8
2594*e058c834Schristosfill-column: 74
2595*e058c834Schristosversion-control: never
2596*e058c834SchristosEnd:
2597