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