<gas changes>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
922d8de8
DR
12009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2
3 * i386-opc.h (CpuFMA4): Add CpuFMA4.
4 (i386_cpu_flags): New.
5 * i386-gen.c: Add CPU_FMA4_FLAGS.
6 * i386-opc.tbl: Add FMA4 instructions.
7 * i386-tbl.h: Regenerate.
8 * i386-init.h: Regenerate.
9 * i386-dis.c (OP_VEX_FMA): New. Handle FMA4.
10 (OP_XMM_VexW): Ditto.
11 (OP_EX_VexW): Ditto.
12 (VEXI4_Fixup): Ditto.
13 (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros.
14 (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New.
15 (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New.
16 (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New.
17 (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New.
18 (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New.
19 (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New.
20 (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New.
21 (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New.
22 (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New.
23 (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New.
24 (get_vex_imm8): New. handle FMA4.
25 (OP_EX_VexReg): Ditto.
26
fe56b6ce
NC
272009-06-30 Nick Clifton <nickc@redhat.com>
28
29 PR 10288
30 * arm-dis.c (coprocessor): Print the LDC and STC versions of the
31 LFM and SFM instructions as comments,.
32 Improve consistency of formatting for instructions displayed as
33 comments and decimal values displayed with their hexadecimal
34 equivalents.
35 Formatting tidy ups.
36
05413229
NC
372009-06-29 Nick Clifton <nickc@redhat.com>
38
39 PR 10288
40 * arm-dis.c (enum opcode_sentinels): New: Used to mark the
41 boundary between variaant and generic coprocessor instuctions.
42 (coprocessor): Use it.
43 Fix architecture version of MCRR and MRRC instructions.
44 (arm_opcdes): Fix patterns for STRB and STRH instructions.
45 (print_insn_coprocessor): Check architecture and extension masks.
46 Print a hexadecimal version of any decimal constant that is
47 outside of the range of -16 to +32.
48 (print_arm_address): Add a return value of the offset used in the
49 adress, if it is worth printing a hexadecimal version of it.
50 (print_insn_neon): Print a hexadecimal version of any decimal
51 constant that is outside of the range of -16 to +32.
52 (print_insn_arm): Likewise.
53 (print_insn_thumb16): Likewise.
54 (print_insn_thumb32): Likewise.
55
56 PR 10297
57 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description
58 of an undefined instruction.
59 (arm_opcodes): Use it.
60 (thumb_opcod): Use it.
61 (thumb32_opc): Use it.
62
378a0c07
DD
632009-06-23 DJ Delorie <dj@redhat.com>
64
dab97f24
DD
65 * mep-desc.c: Regenerate.
66 * mep-desc.h: Regenerate.
67 * mep-dis.c: Regenerate.
68 * mep-ibld.c: Regenerate.
69 * mep-opc.c: Regenerate.
70
378a0c07
DD
71 * mep-asm.c: Regenerate.
72 * mep-opc.c: Regenerate.
73 * mep-opc.h: Regenerate.
74
aece7d2e
NC
752009-06-22 Nick Clifton <nickc@redhat.com>
76
77 * po/fi.po: Updated Finish translation.
78
1998a8e0
AM
792009-06-22 Alan Modra <amodra@bigpond.net.au>
80
81 * m32c-asm.c: Regenerate.
82
b33bafa0
AM
832009-06-22 Alan Modra <amodra@bigpond.net.au>
84
85 * score-dis.c (print_insn_score48, print_insn_score32): Move default
86 case label to proper lexical block.
87 * score7-dis.c (print_insn_score32): Likewise.
88
ce21feb4
MS
892009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
90
91 * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
92 MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
93 * s390-opc.txt (nopr, nop): Use new instruction format.
94
0313a2b8
NC
952009-06-18 Nick Clifton <nickc@redhat.com>
96
97 PR 10288
98 * arm-dis.c (print_insn_coprocessor): Check that a user specified
99 ARM architecture supports the matched instruction.
100 (print_insn_arm): Likewise.
101 (select_arm_features): New function. Fills in the fields of an
102 arm_feature_set structure based on a given arm machine number.
103 (print_insn): Initialise an arm_feature_set structure.
104
6db7e006
MR
1052009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
106
107 * vax-dis.c (is_function_entry): Return success for synthetic
108 symbols too.
109 (is_plt_tail): New function.
110 (print_insn_vax): Decode PLT entry offset longword.
111
522fe561
NC
1122009-06-15 Nick Clifton <nickc@redhat.com>
113
fe2ceba1
NC
114 PR 10186
115 * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
116 instruction.
117
522fe561
NC
118 PR 10173
119 * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
120
1316c8b3
NC
1212009-06-15 Nick Clifton <nickc@redhat.com>
122
123 PR 10263
124 * arm-dis.c (print_insn): Ignore is_data if the user has requested
125 the disassembly of data as well as instructions.
126
f6475b48
DE
1272009-06-11 Doug Evans <dje@sebabeach.org>
128
129 * cgen.sh: Handle multiple simultaneous runs for parallel makes.
130
f865a31d
AG
1312009-06-11 Anthony Green <green@moxielogic.com>
132
133 * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
134 (moxie_form3_opc_info): Add branch instructions.
135 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
136 encoded instructions.
137
0e7c7f11
AG
1382009-06-06 Anthony Green <green@moxielogic.com>
139
140 * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
141 * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
142
67a648f1
AM
1432009-06-04 Alan Modra <amodra@bigpond.net.au>
144
145 * dep-in.sed: Don't use \n in replacement part of s command.
146 * Makefile.am (DEP1): LC_ALL for uniq.
147 * Makefile.in: Regenerate.
148
06c582ac
NC
1492009-06-02 Nick Clifton <nickc@redhat.com>
150
151 * po/nl.po: Updated Dutch translation.
152
3164099e
TG
1532009-06-02 Tristan Gingold <gingold@adacore.com>
154
155 * ia64-gen.c (parse_resource_users, print_dependency_table,
156 add_dis_table_ent, finish_distable, insert_bit_table_ent,
157 add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
158 get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
159 insert_completer_entry, print_completer_entry, print_completer_table,
160 opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
161
d285268e
DD
1622009-05-28 DJ Delorie <dj@redhat.com>
163
164 * mep-asm.c: Regenerate.
165 * mep-desc.c: Regenerate.
166
2f3565a3
DD
1672009-05-26 DJ Delorie <dj@redhat.com>
168
169 * mep-asm.c: Regenerate.
170 * mep-desc.c: Regenerate.
171 * mep-desc.h: Regenerate.
172 * mep-dis.c: Regenerate.
173 * mep-ibld.c: Regenerate.
174 * mep-opc.c: Regenerate.
175 * mep-opc.h: Regenerate.
176
f12e7348
NC
1772009-05-26 Nick Clifton <nickc@redhat.com>
178
179 * po/id.po: Updated Indonesian translation.
180 * po/opcodes.pot: Updated template file.
181
9e097a72
AM
1822009-05-26 Alan Modra <amodra@bigpond.net.au>
183
184 * dep-in.sed: Don't modify .o to .lo here. Output one filename
185 per line with all lines having continuation backslash. Prefix
186 first line with "A", following lines with "B".
187 * Makefile.am (DEP): Don't use dep.sed here.
188 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
189 dep.sed here on dependencies, sort and uniq.
190 * Makefile.in: Regenerate.
191
4f8318f8
TG
1922009-05-25 Tristan Gingold <gingold@adacore.com>
193
194 * makefile.vms (OPT): New variable.
195 (CFLAGS): Update compilation flags.
196
1d74713b
DD
1972009-05-22 DJ Delorie <dj@redhat.com>
198
199 * mep-asm.c: Regenerate.
200 * mep-desc.c: Regenerate.
201 * mep-desc.h: Regenerate.
202 * mep-dis.c: Regenerate.
203 * mep-ibld.c: Regenerate.
204 * mep-opc.c: Regenerate.
205 * mep-opc.h: Regenerate.
206
c1e679ec
DR
2072009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
208
209 * i386-opc.h (Cpusse5): Delete.
210 (i386_cpu_flags): Delete.
211 * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
212 * i386-opc.tbl: Remove SSE5 instructions.
213 * i386-tbl.h: Regenerate.
214 * i386-init.h: Regenerate.
215 * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
216 (print_drex_arg): Delete.
217 (OP_DREX4): Delete.
218 (OP_DREX3): Delete.
219 (OP_DREX_ICMP): Delete.
220 (OP_DREX_FCMP): Delete.
221 (DREX_*): Delete.
222 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
223
2b3decb5
AM
2242009-05-22 Alan Modra <amodra@bigpond.net.au>
225
226 * Makefile.am: Run "make dep-am".
227 * Makefile.in: Regenerate.
228 * po/POTFILES.in: Regenerate.
229
eb956800
DD
2302009-05-19 DJ Delorie <dj@redhat.com>
231
232 * mep-asm.c: Regenerate.
233 * mep-opc.c: Regenerate.
234
3526b680
DD
2352009-04-30 DJ Delorie <dj@redhat.com>
236
237 * mep-asm.c: Regenerate.
238 * mep-desc.c: Regenerate.
239 * mep-desc.h: Regenerate.
240 * mep-dis.c: Regenerate.
241 * mep-ibld.c: Regenerate.
242 * mep-opc.c: Regenerate.
243 * mep-opc.h: Regenerate.
244
45be3704
DD
2452009-04-17 DJ Delorie <dj@redhat.com
246
247 * mep-desc.c: Regenerate.
248 * mep-ibld.c: Regenerate.
249 * mep-opc.c: Regenerate.
250 * mep-opc.h: Regenerate.
251
20135e4c
NC
2522009-04-15 Anthony Green <green@moxielogic.com>
253
254 * moxie-opc.c, moxie-dis.c: Created.
255 * Makefile.am: Build the moxie source files.
256 * configure.in: Add moxie support.
257 * Makefile.in, configure: Rebuilt.
258 * disassemble.c (disassembler): Add moxie support.
259 (ARCH_moxie): Define.
260
ac5c19e6
JB
2612009-04-15 Jan Beulich <jbeulich@novell.com>
262
263 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
264 extension to None.
265 (pshab, pshaw, pshad, pshaq): Likewise.
266 * i386-tbl.h: Re-generate.
267
52de720d
DD
2682009-04-08 DJ Delorie <dj@redhat.com
269
270 * mep-asm.c: Regenerate.
271 * mep-desc.c: Regenerate.
272 * mep-desc.h: Regenerate.
273 * mep-dis.c: Regenerate.
274 * mep-ibld.c: Regenerate.
275 * mep-opc.c: Regenerate.
276 * mep-opc.h: Regenerate.
277
858d7a6d
PB
2782009-04-07 Peter Bergner <bergner@vnet.ibm.com>
279
280 * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
281 "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
282 Reorder entries so the extended mnemonics are listed before tlbilx.
283
70dc4e32
PB
2842009-04-02 Peter Bergner <bergner@vnet.ibm.com>
285
286 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
287 due to -many/-Many.
288 (print_insn_powerpc): Make sure we only deprecate instructions using
289 the original dialect and not a modified dialect due to -Many handling.
290 Move the handling of the condition register and default operands to
291 the end of the if/else if/else chain.
292 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
293 instructions from newer processors are listed before older ones.
294 <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
295 that have instructions with conflicting opcodes.
296
e401b04c
PB
2972009-04-01 Peter Bergner <bergner@vnet.ibm.com>
298
299 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
300 E500MC entries.
301
b8f9ee44
CL
3022009-04-01 Christophe Lyon <christophe.lyon@st.com>
303
304 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
305
d460e92e
JM
3062009-03-30 Joseph Myers <joseph@codesourcery.com>
307
308 * arm-dis.c (print_insn): Also check section matches in backwards
309 search for mapping symbol.
310
d34b5006
L
3112009-03-26 H.J. Lu <hongjiu.lu@intel.com>
312
313 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
314
8d25cc3d
AM
3152009-03-18 Alan Modra <amodra@bigpond.net.au>
316
3889c459 317 * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
8d25cc3d
AM
318 * Makefile.am: Run "make dep-am".
319 * Makefile.in: Regenerate.
320 * openrisc-opc.c: Regenerate.
321
34dd024a
NC
3222009-03-10 Nick Clifton <nickc@redhat.com>
323
324 * po/id.po: Updated Indonesian translation.
325
69fe9ce5
AM
3262009-03-10 Alan Modra <amodra@bigpond.net.au>
327
328 * ppc-dis.c: Include "opintl.h".
329 (struct ppc_mopt, ppc_opts): New.
330 (ppc_parse_cpu): New function.
331 (powerpc_init_dialect): Use it.
332 (print_ppc_disassembler_options): Dump options from ppc_opts.
333 Internationalize message.
334
d11fd249
NC
3352009-03-06 Nick Clifton <nickc@redhat.com>
336
337 * po/es.po: Updated Spanish translation.
338
51dec227
AM
3392009-03-04 Alan Modra <amodra@bigpond.net.au>
340
341 PR 6768
342 * configure.in: Test for ld --as-needed support. Link shared
343 libopcodes against libm.
344 * configure: Regenerate.
345
c72ab5f2
PB
3462009-03-03 Peter Bergner <bergner@vnet.ibm.com>
347
348 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
349 instructions from newer processors are listed before older ones.
350
a1f7ca36
AM
3512009-03-03 Alan Modra <amodra@bigpond.net.au>
352
353 * Makefile.am: Run "make dep-am".
354 (HFILES): Move lm32-desc.h and lm32-opc.h from..
355 (CFILES): ..here.
356 * Makefile.in: Regenerate.
357
c3b7224a
NC
3582009-03-02 Qinwei <qinwei@sunnorth.com.cn>
359
360 * score7-dis.c: New file.
361 * Makefile.am: Add dependencies for score7-dis.c.
362 * Makefile.in: Regenerate.
363 * configure.in: Add score7-dis to score files.
364 * configure: Regenerate.
365 * score-dis.c: Add support for score7 architecture.
366 * score-opc.h: Likewise.
367
58e24671
RW
3682009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
369
370 * configure: Regenerate.
371
d6f574e0
L
3722009-02-27 H.J. Lu <hongjiu.lu@intel.com>
373
374 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
375
066be9f7
PB
3762009-02-26 Peter Bergner <bergner@vnet.ibm.com>
377
378 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
379 the power7 and the isel instructions.
380 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
381 (insert_dm, extract_dm): Likewise.
382 (XB6): Update comment to include XX2 form.
383 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
384 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
385 (RemoveXX3DM): Delete.
386 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
387 "mftgpr">: Deprecate for POWER7.
388 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
389 "frsqrte.">: Deprecate the three operand form and enable the two
390 operand form for POWER7 and later.
391 <"wait">: Extend to accept optional parameter. Enable for POWER7.
392 <"waitsrv", "waitimpl">: Add extended opcodes.
393 <"ldbrx", "stdbrx">: Enable for POWER7.
394 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
395 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
396 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
397 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
398 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
399 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
400 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
401 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
402 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
403 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
404 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
405 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
406 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
407 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
408 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
409 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
410 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
411 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
412 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
413 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
414 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
415 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
416 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
417 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
418 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
419 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
420 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
421 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
422 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
423 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
424 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
425 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
426 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
427 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
428 "xxspltw", "xxswapd">: Add VSX opcodes.
429
4c664d7b
L
4302009-02-23 H.J. Lu <hongjiu.lu@intel.com>
431
432 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
433 (operand_types): Remove Vex_Imm4.
434
435 * i386-opc.h (Vex_Imm4): Removed.
436 (OTMax): Updated.
437 (i386_operand_type): Remove vex_imm4.
438
439 * i386-opc.tbl: Remove Vex_Imm4 comments.
440 * i386-init.h: Regenerated.
441 * i386-tbl.h: Likewise.
442
4ce8808b
RE
4432009-02-23 Richard Earnshaw <rearnsha@arm.com>
444
445 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
446 vq{r}shr{u}n.s64 insnstructions.
447
0e55be16
PB
4482009-02-19 Peter Bergner <bergner@vnet.ibm.com>
449
450 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
451 operand to be a float point register (FRT/FRS).
452
b1c9882d
AN
4532009-02-18 Adam Nemet <anemet@caviumnetworks.com>
454
455 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
456 dmfc2 and dmtc2 before the architecture-level variants.
457
137f2437
NC
4582009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
459
460 * fr30-opc.c: Regenerate.
461 * frv-opc.c: Regenerate.
462 * ip2k-opc.c: Regenerate.
463 * iq2000-opc.c: Regenerate.
464 * lm32-opc.c: Regenerate.
465 * m32c-opc.c: Regenerate.
466 * m32r-opc.c: Regenerate.
467 * mep-opc.c: Regenerate.
468 * mt-opc.c: Regenerate.
469 * xc16x-opc.c: Regenerate.
470 * xstormy16-opc.c: Regenerate.
471 * tic54x-dis.c (print_instruction): Avoid compiler warning on
472 sprintf call.
473
87298967
NS
4742009-02-12 Nathan Sidwell <nathan@codesourcery.com>
475
476 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
477
80890a61
PB
4782009-02-05 Peter Bergner <bergner@vnet.ibm.com>
479
480 * ppc-opc.c: Update copyright year.
481 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
482 ordering for POWER4 and later and use the correct Server ordering.
483
ce2f5b3c
L
4842009-02-04 H.J. Lu <hongjiu.lu@intel.com>
485
486 AVX Programming Reference (January, 2009)
487 * i386-dis.c (PREFIX_VEX_3A44): New.
488 (VEX_LEN_3A44_P_2): Likewise.
489 (PREFIX_VEX_3A48): Updated.
490 (VEX_LEN_3A4C_P_2): Likewise.
491 (prefix_table): Add PREFIX_VEX_3A44.
492 (vex_table): Likewise.
493 (vex_len_table): Add VEX_LEN_3A44_P_2.
494
495 * i386-opc.tbl: Add PCLMUL + AVX instructions.
496 * i386-tbl.h: Regenerated.
497
52b6b6b9
JM
4982009-02-03 Sandip Matte <sandip@rmicorp.com>
499
500 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
501 (mips_arch_choices): Add XLR entry.
502 * mips-opc.c (XLR): Define.
503 (mips_builtin_opcodes): Add XLR instructions.
504
31dd3154
JM
5052009-02-03 Carlos O'Donell <carlos@codesourcery.com>
506
507 * Makefile.am: Add install-pdf target.
508 * po/Make-in: Add install-pdf target.
509 * Makefile.in: Regenerate.
510
c1a0a41f
DD
5112009-02-02 DJ Delorie <dj@redhat.com>
512
513 * mep-asm.c: Regenerate.
514 * mep-desc.c: Regenerate.
515 * mep-desc.h: Regenerate.
516 * mep-dis.c: Regenerate.
517 * mep-ibld.c: Regenerate.
518 * mep-opc.c: Regenerate.
519 * mep-opc.h: Regenerate.
520
087b80de
JM
5212009-01-29 Mark Mitchell <mark@codesourcery.com>
522
523 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
524 qsub, and qdsub.
525
159073e6
NC
5262009-01-28 Chao-ying Fu <fu@mips.com>
527
528 * mips-opc.c (suxc1): Add the flag of FP_D.
529
6f3b91a6
AM
5302009-01-20 Alan Modra <amodra@bigpond.net.au>
531
532 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
533 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
534 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
535 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
536 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
537 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
538 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
539 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
540
29670fb9
AM
5412009-01-16 Alan Modra <amodra@bigpond.net.au>
542
543 * configure.in (commonbfdlib): Delete.
544 (SHARED_LIBADD): Add pic libiberty if such is available.
545 * configure: Regenerate.
546 * po/POTFILES.in: Regenerate.
547
21169fcf
PB
5482009-01-14 Peter Bergner <bergner@vnet.ibm.com>
549
550 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
551 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
552 operand form and enable the four operand form for POWER6 and later.
553 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
554 three operand form for POWER6 and later.
555
4ca47a51
MF
5562009-01-14 Mike Frysinger <vapier@gentoo.org>
557
558 * bfin-dis.c (OUTS): Use "%s" as format string.
559
8acd5377
L
5602009-01-13 H.J. Lu <hongjiu.lu@intel.com>
561
562 * i386-gen.c (cpu_flag_init): Remove a white space.
563 (operand_type_init): Likewise.
564
c1ec1875
L
5652009-01-12 H.J. Lu <hongjiu.lu@intel.com>
566
567 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
568 * i386-tbl.h: Regenerated.
569
c7532693
L
5702009-01-12 H.J. Lu <hongjiu.lu@intel.com>
571
572 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
573 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
574 subS, xorS and cmpS.
575
bd5295b2
L
5762009-01-10 H.J. Lu <hongjiu.lu@intel.com>
577
578 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
579 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
580 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
581 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
582 and CpuSYSCALL.
583 (lineno): Removed.
584 (set_bitfield): Take an argument, lineno. Don't report lineno
585 on error if it is -1.
586 (process_i386_cpu_flag): Take an argument, lineno.
587 (process_i386_opcode_modifier): Likewise.
588 (process_i386_operand_type): Likewise.
589 (output_i386_opcode): Likewise.
590 (opcode_hash_entry): Add lineno.
591 (process_i386_opcodes): Updated.
592 (process_i386_registers): Likewise.
593 (process_i386_initializers): Likewise.
594
595 * i386-opc.h (CpuP4): Removed.
596 (CpuK6): Likewise.
597 (CpuK8): Likewise.
598 (CpuClflush): New.
599 (CpuSYSCALL): Likewise.
600 (CpuMMX): Updated.
601 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
602 cpuclflush and cpusyscall.
603
604 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
605 syscall and sysret.
606 * i386-init.h: Regenerated.
607 * i386-tbl.h: Likewise.
608
1b7f3fb0
L
6092009-01-09 H.J. Lu <hongjiu.lu@intel.com>
610
611 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
612 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
613 (cpu_flags): Add CpuRdtscp.
614 (set_bitfield): Remove CpuSledgehammer check.
615
616 * i386-opc.h (CpuRdtscp): New.
617 (CpuLM): Updated.
618 (i386_cpu_flags): Add cpurdtscp.
619
620 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
621 * i386-init.h: Regenerated.
622 * i386-tbl.h: Likewise.
623
1cb0a767
PB
6242009-01-09 Peter Bergner <bergner@vnet.ibm.com>
625
626 * ppc-opc.c (PPCNONE): Define.
627 (NOPOWER4): Delete.
628 (powerpc_opcodes): Initialize the new "deprecated" field.
629
168e3097
L
6302009-01-06 H.J. Lu <hongjiu.lu@intel.com>
631
632 AVX Programming Reference (December, 2008)
633 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
634 (VEX_LEN_E7_P_2_M_0): Likewise.
635 (VEX_LEN_2C_P_1): Updated.
636 (VEX_LEN_E8_P_2): Likewise.
637 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
638 (mod_table): Likewise.
639
640 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
641 * i386-tbl.h: Regenerated.
642
22da050b
L
6432009-01-05 H.J. Lu <hongjiu.lu@intel.com>
644
645 * i386-gen.c (process_copyright): Update for 2009.
646
647 * i386-init.h: Regenerated.
648 * i386-tbl.h: Likewise.
649
0bfee649 6502009-01-05 H.J. Lu <hongjiu.lu@intel.com>
6194aaab 651
0bfee649
L
652 AVX Programming Reference (December, 2008)
653 * i386-dis.c (OP_VEX_FMA): Removed.
c0f3af97 654 (OP_EX_VexW): Likewise.
0bfee649 655 (OP_EX_VexImmW): Likewise.
c0f3af97 656 (OP_XMM_VexW): Likewise.
c0f3af97 657 (VEXI4_Fixup): Likewise.
c0f3af97 658 (VPERMIL2_Fixup): Likewise.
c0f3af97 659 (VexI4): Likewise.
0bfee649
L
660 (VexFMA): Likewise.
661 (Vex128FMA): Likewise.
c0f3af97
L
662 (EXVexW): Likewise.
663 (EXdVexW): Likewise.
664 (EXqVexW): Likewise.
0bfee649 665 (EXVexImmW): Likewise.
c0f3af97 666 (XMVexW): Likewise.
c0f3af97 667 (VPERMIL2): Likewise.
0bfee649
L
668 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
669 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
670 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
671 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
672 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
673 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
674 (get_vex_imm8): Likewise.
675 (OP_EX_VexReg): Likewise.
676 vpermil2_op): Likewise.
677 (EXVexWdq): New.
678 (vex_w_dq_mode): Likewise.
679 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
680 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
681 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
682 (es_reg): Updated.
683 (PREFIX_VEX_38DB): Likewise.
684 (PREFIX_VEX_3A4A): Likewise.
685 (PREFIX_VEX_3A60): Likewise.
686 (PREFIX_VEX_3ADF): Likewise.
687 (VEX_LEN_3ADF_P_2): Likewise.
688 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
689 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
690 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
691 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
692 PREFIX_VEX_3896...PREFIX_VEX_389F,
693 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
694 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
c0f3af97 695 (vex_table): Likewise.
0bfee649
L
696 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
697 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
698 (putop): Support "%XW".
699 (intel_operand_size): Handle vex_w_dq_mode.
58c85be7 700
0bfee649 701 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
58c85be7 702
0bfee649
L
703 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
704 instructions. Add new FMA instructions.
28dbc079
L
705 * i386-tbl.h: Regenerated.
706
0bfee649 7072009-01-02 Matthias Klose <doko@ubuntu.com>
3fe15143 708
0bfee649
L
709 * or32-opc.c (or32_print_register, or32_print_immediate,
710 disassemble_insn): Don't rely on undefined sprintf behaviour.
3fe15143 711
0bfee649 712For older changes see ChangeLog-2008
252b5132
RH
713\f
714Local Variables:
2f6d2f85
NC
715mode: change-log
716left-margin: 8
717fill-column: 74
252b5132
RH
718version-control: never
719End:
This page took 0.537642 seconds and 4 git commands to generate.