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