]>
Commit | Line | Data |
---|---|---|
c32fa91d L |
1 | 2009-11-12 H.J. Lu <[email protected]> |
2 | ||
3 | * i386-gen.c (opcode_modifiers): Add IsLockable. | |
4 | ||
5 | * i386-opc.h (IsLockable): New. | |
6 | (i386_opcode_modifier): Add islockable. | |
7 | ||
8 | * i386-opc.tbl: Add IsLockable to add, adc, and, btc, btr, | |
9 | bts, cmpxchg, cmpxch8b, dec, inc, neg, not, or, sbb, sub, | |
10 | xor, xadd and xchg. | |
11 | * i386-tbl.h: Regenerated. | |
12 | ||
79862e45 DJ |
13 | 2009-11-12 Daniel Jacobowitz <[email protected]> |
14 | ||
15 | * arm-dis.c (coprocessor_opcodes): Use %A instead of %C. Remove | |
16 | generic coprocessor instructions for FPA loads and stores. | |
17 | (print_insn_coprocessor): Remove %C support. Display address for | |
18 | PC-relative offsets in %A. | |
19 | ||
f310f33d L |
20 | 2009-11-11 H.J. Lu <[email protected]> |
21 | ||
22 | * i386-dis.c (all_prefixes): New. | |
23 | (ckprefix): Set all_prefixes. | |
24 | (print_insn): Print all_prefixes instead of lock_prefix, | |
25 | repz_prefix, repnz_prefix, addr_prefix and data_prefix. | |
26 | ||
c1e26897 NC |
27 | 2009-11-11 Nick Clifton <[email protected]> |
28 | ||
29 | PR binutils/10924 | |
30 | * arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro. | |
31 | (print_insn_arm): Extend %s format control code to check for | |
32 | unpredictable addressing modes. Add support for %S format control | |
33 | code which suppresses this check. | |
34 | (W_BIT, I_BIT, U_BIT, P_BIT): New macros. | |
35 | (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET, | |
36 | PRE_BIT_SET): New macros. | |
37 | (print_insn_coprocessor): Use the new macros instead of magic | |
38 | constants. | |
39 | (print_arm_address): Likewise. | |
40 | (pirnt_insn_arm): Likewise. | |
41 | (print_insn_thumb32): Likewise. | |
42 | ||
41327c9d NC |
43 | 2009-11-11 Nick Clifton <[email protected]> |
44 | ||
45 | * po/id.po: Updated Indonesian translation. | |
46 | ||
0d999f33 MK |
47 | 2009-11-10 Maxim Kuvyrkov <[email protected]> |
48 | ||
49 | * m68k-dis.c (print_insn_arg): Handle RGPIOBAR, ACR[4-7] and MBAR[01]. | |
50 | ||
c48244a5 SP |
51 | 2009-11-06 Sebastian Pop <[email protected]> |
52 | ||
53 | * i386-dis.c (reg_table): Add XOP_8F_TABLE (XOP_09) to | |
54 | reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to | |
55 | B.mm in the RXB.mmmmm byte, and so when B is set, we still should use | |
56 | the xop_table. | |
57 | (get_valid_dis386): Removed unused condition (from cut/n/paste) for | |
58 | XOP instructions. | |
59 | ||
f88c9eb0 SP |
60 | 2009-11-05 Sebastian Pop <[email protected]> |
61 | Quentin Neill <[email protected]> | |
62 | ||
63 | * opcodes/i386-dis.c (OP_LWPCB_E): New. | |
64 | (OP_LWP_E): New. | |
65 | (OP_LWP_I): New. | |
66 | (USE_XOP_8F_TABLE): New. | |
67 | (XOP_8F_TABLE): New. | |
68 | (REG_XOP_LWPCB): New. | |
69 | (REG_XOP_LWP): New. | |
70 | (XOP_09): New. | |
71 | (XOP_0A): New. | |
72 | (reg_table): Redirect REG_8F to XOP_8F_TABLE. | |
73 | Add entries for REG_XOP_LWPCB and REG_XOP_LWP. | |
74 | (xop_table): New. | |
75 | (get_valid_dis386): Handle USE_XOP_8F_TABLE. | |
76 | Use the offsets VEX_0F, VEX_0F38, and VEX_0F3A instead of their values | |
77 | to access to the vex_table. | |
78 | (OP_LWPCB_E): New. | |
79 | (OP_LWP_E): New. | |
80 | (OP_LWP_I): New. | |
81 | * opcodes/i386-gen.c (cpu_flag_init): Add CPU_LWP_FLAGS, CpuLWP. | |
82 | (cpu_flags): Add CpuLWP. | |
83 | (opcode_modifiers): Add VexLWP, XOP09, and XOP0A. | |
84 | * opcodes/i386-opc.h (CpuLWP): New. | |
85 | (i386_cpu_flags): Add bit cpulwp. | |
86 | (VexLWP): New. | |
87 | (XOP09): New. | |
88 | (XOP0A): New. | |
89 | (i386_opcode_modifier): Add vexlwp, xop09, and xop0a. | |
90 | * opcodes/i386-opc.tbl (llwpcb): Added. | |
91 | (lwpval): Added. | |
92 | (lwpins): Added. | |
93 | ||
0d734b5d DD |
94 | 2009-11-04 DJ Delorie <[email protected]> |
95 | ||
96 | * rx-decode.opc (rx_decode_opcode) (mvtipl): Add. | |
97 | (mvtcp, mvfcp, opecp): Remove. | |
98 | * rx-decode.c: Regenerate. | |
99 | * rx-dis.c (cpen): Remove. | |
100 | ||
d51b88d3 DE |
101 | 2009-11-03 Doug Evans <[email protected]> |
102 | ||
103 | * m32c-desc.c: Regenerate. | |
104 | * mep-desc.c: Regenerate. | |
105 | ||
62f3b8c8 PB |
106 | 2009-11-02 Paul Brook <[email protected]> |
107 | ||
108 | * arm-dis.c (coprocessor_opcodes): Update to use new feature flags. | |
109 | Add VFPv4 instructions. | |
110 | ||
206c2556 L |
111 | 2009-10-29 Sebastian Pop <[email protected]> |
112 | ||
113 | * i386-dis.c (OP_VEX_FMA): Removed. | |
114 | (VexFMA): Removed. | |
115 | (Vex128FMA): Removed. | |
116 | (prefix_table): First source operand of FMA4 insns is decoded | |
117 | with Vex not with VexFMA. | |
118 | (OP_EX_VexW): Second source operand is decoded with get_vex_imm8 | |
119 | when vex.w is set. Third source operand is decoded with | |
120 | ||
a2b2318d AM |
121 | 2009-10-27 Alan Modra <[email protected]> |
122 | ||
123 | * Makefile.am (HFILES): Remove cgen-ops.h and cgen-types.h. | |
124 | * Makefile.in: Regenerate. | |
125 | * po/POTFILES.in: Regenerate. | |
126 | ||
ac1e9eca DE |
127 | 2009-10-23 Doug Evans <[email protected]> |
128 | ||
129 | * cgen-ops.h: Delete, moved to ../include/cgen/basic-ops.h. | |
130 | * cgen-types.h: Delete, moved to ../include/cgen/basic-modes.h. | |
131 | * cgen-bitset.c: Update. | |
132 | * fr30-desc.h: Regenerate. | |
133 | * frv-desc.h: Regenerate. | |
134 | * ip2k-desc.h: Regenerate. | |
135 | * iq2000-desc.h: Regenerate. | |
136 | * lm32-desc.h: Regenerate. | |
137 | * m32c-desc.h: Regenerate. | |
138 | * m32c-opc.h: Regenerate. | |
139 | * m32r-desc.h: Regenerate. | |
140 | * mep-desc.h: Regenerate. | |
141 | * mt-desc.h: Regenerate. | |
142 | * openrisc-desc.h: Regenerate. | |
143 | * xc16x-desc.h: Regenerate. | |
144 | * xstormy16-desc.h: Regenerate. | |
145 | ||
f282425e DD |
146 | 2009-10-22 DJ Delorie <[email protected]> |
147 | ||
148 | * rx-decode.opc (decode_opcode): Fix flags for MUL, SUNTIL, and SWHILE. | |
149 | * rx-decode.c: Regenerated. | |
150 | ||
4b06377f L |
151 | 2009-10-20 H.J. Lu <[email protected]> |
152 | ||
153 | PR gas/10775 | |
154 | * i386-dis.c: Document LB, LS and LV macros. | |
155 | (dis386): Use mov%LB, mov%LS and mov%LV on mov instruction | |
156 | with the 64-bit displacement or immediate operand. | |
157 | (putop): Handle LB, LS and LV macros. | |
158 | ||
cedb97b6 DE |
159 | 2009-10-18 Doug Evans <[email protected]> |
160 | ||
161 | * lm32-opinst.c: Regenerate. | |
162 | * m32c-desc.c: Regenerate. | |
163 | * m32r-opinst.c: Regenerate. | |
164 | * openrisc-ibld.c: Regenerate. | |
165 | * xc16x-desc.c: Regenerate. | |
166 | * xc16x-desc.h: Regenerate. | |
167 | ||
d1119f7a DE |
168 | 2009-10-17 Doug Evans <[email protected]> |
169 | ||
170 | * Makefile.am (CGEN_CPUS): Add iq2000, lm32. | |
171 | (FR30_DEPS, FRV_DEPS, IQ2000_DEPS): Move so all cgen *_DEPS are | |
172 | sorted alphabetically. | |
173 | (stamp-fr30, stamp-frv, stamp-iq2000, stamp-xc16x): Move so all cgen | |
174 | stamp-* rules are sorted alphabetically. | |
175 | * Makefile.in: Regenerate. | |
176 | ||
52a6c1fe L |
177 | 2009-10-16 H.J. Lu <[email protected]> |
178 | ||
179 | * i386-opc.h: Use enum instead of nested macros. | |
180 | ||
3873ba12 L |
181 | 2009-10-16 H.J. Lu <[email protected]> |
182 | ||
183 | * i386-dis.c: Simplify enums. | |
184 | ||
51e7da1b L |
185 | 2009-10-15 H.J. Lu <[email protected]> |
186 | Ineiev <[email protected]> | |
187 | ||
188 | PR binutils/10767 | |
189 | * i386-dis.c: Use enum instead of nested macros. | |
190 | ||
c39846ed L |
191 | 2009-10-15 H.J. Lu <[email protected]> |
192 | ||
193 | * i386-dis.c (MAX_BYTEMODE): Removed. | |
194 | ||
6a327e17 AM |
195 | 2009-10-14 Tomas Hurka <[email protected]> |
196 | ||
197 | PR 969 | |
198 | * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl. | |
199 | ||
55b126d4 L |
200 | 2009-10-13 H.J. Lu <[email protected]> |
201 | ||
202 | * i386-dis.c (print_insn): Always clear need_vex, need_vex_reg | |
203 | and vex_w_done. | |
204 | ||
ef299415 ME |
205 | 2009-10-07 Michael Eager <[email protected]> |
206 | ||
55b126d4 | 207 | * microblaze-dis.c: Add include for microblaze-dis.h, |
ef299415 | 208 | eliminate local extern decls. |
55b126d4 | 209 | * microblaze-dis.h: New. |
ef299415 | 210 | |
245caaea NC |
211 | 2009-10-06 Nick Clifton <[email protected]> |
212 | ||
213 | * po/fi.po: Updated Finnish translation. | |
214 | ||
49293ef7 NC |
215 | 2009-10-03 Andreas Schwab <[email protected]> |
216 | ||
217 | * opc2c.c: Include "libiberty.h" and <errno.h>. | |
218 | (orig_filename): Constify. | |
219 | (dump_lines): Fix line number directive. | |
220 | (main): Set orig_filename to basename of input file. Use | |
221 | xstrerror. | |
222 | ||
223 | * Makefile.am (rx-dis.lo): Remove explicit dependencies. | |
224 | ($(srcdir)/rx-decode.c): Use @MAINT@. Use $(EXEEXT_FOR_BUILD) | |
225 | instead of $(EXEEXT). | |
226 | (opc2c$(EXEEXT_FOR_BUILD)): Renamed from opc2c$(EXEEXT) and use | |
227 | $(LINK_FOR_BUILD). Link with libiberty. | |
228 | (MOSTLYCLEANFILES): Add opc2c$(EXEEXT_FOR_BUILD). | |
229 | (MAINTAINERCLEANFILES): Add $(srcdir)/rx-decode.c. | |
230 | * Makefile.in: Regenerated. | |
231 | * rx-decode.c: Regenerated. | |
232 | ||
8977d4b2 AM |
233 | 2009-10-03 Paul Reed <[email protected]> |
234 | ||
235 | * arm-dis.c (print_insn): Check symtab_size not *symtab. | |
236 | ||
f98fa534 L |
237 | 2009-10-02 H.J. Lu <[email protected]> |
238 | ||
239 | * i386-opc.tbl: Drop Disp64 on jump and loop instructions. | |
240 | * i386-tbl.h: Regenerated. | |
241 | ||
9fe54b1c PB |
242 | 2009-10-02 Peter Bergner <[email protected]> |
243 | ||
244 | * ppc-dis.c (ppc_opts): Add "476" entry. | |
245 | * ppc-opc.c (PPC476): Define. | |
246 | (powerpc_opcodes): Update mnemonics where required for 476. | |
247 | ||
634b50f2 PB |
248 | 2009-10-01 Peter Bergner <[email protected]> |
249 | ||
250 | * ppc-opc.c (PPCA2): Use renamed mask PPC_OPCODE_A2. | |
251 | * ppc-dis.c (ppc_opts): Likewise. | |
252 | Rename "ppca2" to "a2". | |
253 | ||
4ded9dda SR |
254 | 2009-10-01 M R Swami Reddy <[email protected]> |
255 | ||
256 | * crx-dis.c (match_opcode): Truncate mcode to 32-bit. | |
257 | ||
c7927a3c NC |
258 | 2009-09-29 DJ Delorie <[email protected]> |
259 | ||
260 | * Makefile.am: Add RX files. | |
261 | * configure.in: Add support for RX target. | |
262 | * disassemble.c: Likewise. | |
263 | * Makefile.in: Regenerate. | |
264 | * configure: Regenerate. | |
265 | * opc2c.c: New file. | |
266 | * rx-decode.c: New file. | |
267 | * rx-decode.opc: New file. | |
268 | * rx-dis.c: New file. | |
269 | ||
8765b556 PB |
270 | 2009-09-29 Peter Bergner <[email protected]> |
271 | ||
272 | * ppc-opc.c (powerpc_opcodes): Remove support for the the "lxsdux", | |
273 | "lxvd2ux", "lxvw4ux", "stxsdux", "stxvd2ux" and "stxvw4ux" opcodes. | |
274 | ||
fe2d172c ME |
275 | 2009-09-25 Michael Eager <[email protected]> |
276 | ||
e0c483d6 AM |
277 | * microblaze-dis.c (get_insn_microblaze, microblaze_get_target_address, |
278 | microblaze_decode_insn): Add declarations. | |
279 | (get_delay_slots_microblaze): Remove. | |
fe2d172c | 280 | |
21d799b5 NC |
281 | 2009-09-25 Martin Thuresson <[email protected]> |
282 | ||
e0c483d6 | 283 | Update sources to make arc and arm targets compile cleanly with |
21d799b5 NC |
284 | -Wc++-compat: |
285 | * arc-dis.c Fix casts. | |
286 | * arc-ext.c: Add casts. | |
287 | * arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous | |
288 | enum. | |
289 | ||
2bf05e57 L |
290 | 2009-09-24 H.J. Lu <[email protected]> |
291 | ||
292 | * i386-gen.c (opcode_modifiers): Remove Vex256. | |
293 | (set_bitfield): Handle XXX=V. | |
294 | ||
295 | * i386-opc.h (Vex): Update comments. | |
296 | (Vex256): Removed. | |
297 | (VexNDS): Updated. | |
e0c483d6 | 298 | (i386_opcode_modifier): Change vex to 2 bits. Remove vex256. |
2bf05e57 L |
299 | |
300 | * i386-opc.tbl: Replace "Vex|Vex256" with Vex=2. | |
301 | * i386-tbl.h: Regenerated. | |
302 | ||
8a00d392 NC |
303 | 2009-09-23 Nick Clifton <[email protected]> |
304 | ||
305 | * po/fr.po: Updated French translation. | |
306 | ||
e0d602ec BE |
307 | 2009-09-21 Ben Elliston <[email protected]> |
308 | Peter Bergner <[email protected]> | |
309 | ||
310 | * ppc-dis.c (ppc_opts): Add "ppca2" entry. | |
311 | * ppc-opc.c (powerpc_opcodes): Add eratilx, eratsx, eratsx., | |
312 | eratre, wchkall, eratwe, ldawx., mdfcrx., mfdcr. mtdcrx., icswx, | |
313 | icswx., mtdcr., dci, wclrone, wclrall, wclr, erativax, tlbsrx., | |
314 | ici mnemonics. | |
315 | (ERAT_T): New operand. | |
316 | (XWC_MASK): New mask. | |
317 | (XOPL2): New macro. | |
318 | (PPCA2): Define. | |
319 | ||
ca58b19f NC |
320 | 2009-09-18 Nick Clifton <[email protected]> |
321 | ||
322 | * po/es.po: Updated Spanish translation. | |
323 | * po/vi.po: Updated Vietnamese translation. | |
324 | ||
05203043 L |
325 | 2009-09-15 H.J. Lu <[email protected]> |
326 | ||
327 | * i386-dis.c (OP_E_memory): Don't print '-' in Intel mode if | |
328 | disp == -disp. | |
329 | ||
df58f7b0 NC |
330 | 2009-09-14 Nick Clifton <[email protected]> |
331 | ||
332 | * po/nl.po: Updated Dutch translation. | |
333 | ||
1e9cc1c2 NC |
334 | 2009-09-11 Nick Clifton <[email protected]> |
335 | ||
336 | * po/opcodes.pot: Updated by the Translation project. | |
337 | ||
338 | 2009-09-11 Martin Thuresson <[email protected]> | |
339 | ||
340 | Updated sources to compile cleanly with -Wc++-compat: | |
341 | * ld.h (enum endian_enum,enum symbolic_enum,enum dynamic_list_enum): Move to top level. | |
342 | * ldcref.c: Add casts. | |
343 | * ldctor.c: Add casts. | |
344 | * ldexp.c | |
345 | * ldexp.h (enum node_tree_enum,enum phase_enum): Move to top level. | |
346 | * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead of integer. | |
347 | * ldlang.h (enum statement_enum): Move to top level. | |
348 | * ldmain.c: Add casts. | |
349 | * ldwrite.c: Add casts. | |
350 | * lexsup.c: Add casts. (enum control_enum): Move to top level. | |
351 | * mri.c: Add casts. (mri_draw_tree): Use enum name instead of integer. | |
352 | ||
c8676ae4 | 353 | 2009-09-10 Andreas Krebbel <[email protected]> |
e0c483d6 | 354 | |
c8676ae4 AK |
355 | * s390-dis.c (print_insn_s390): Avoid 'long long'. |
356 | ||
7330f9c3 | 357 | 2009-09-10 Andreas Krebbel <[email protected]> |
e0c483d6 | 358 | |
7330f9c3 AK |
359 | * s390-dis.c (s390_extract_operand): Remove the shift for pcrel operands. |
360 | (print_insn_s390): Signextend and shift pcrel operands before printing. | |
361 | ||
9daa0d29 L |
362 | 2009-09-09 H.J. Lu <[email protected]> |
363 | ||
364 | * i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to | |
365 | VEX_LEN_AE_R_X_M_0 in comments. | |
366 | ||
495c5f87 DD |
367 | 2009-09-08 DJ Delorie <[email protected]> |
368 | ||
369 | * mep-opc.c: Regenerate. | |
370 | ||
84c71969 AS |
371 | 2009-09-08 Andreas Schwab <[email protected]> |
372 | ||
373 | * z8kgen.c (struct op): Replace unused flavor with id. | |
374 | (opt): Remove extra xorb entry. | |
375 | (func): Use id field as fallback. | |
376 | (sub): Return new string, caller changed. | |
377 | (internal): Allocate end marker. Assign unique id before sorting. | |
378 | (gas): Likewise. Fix loop end condition. | |
379 | * z8k-opc.h: Regenerate. | |
380 | ||
bdc7fcfe AM |
381 | 2009-09-08 Alan Modra <[email protected]> |
382 | ||
383 | * ppc-opc.c (powerpc_macros <extrdi>): Allow n+b of 64. | |
384 | ||
815c0482 AM |
385 | 2009-09-07 Alan Modra <[email protected]> |
386 | ||
387 | * z8kgen.c (func): Fix thinko last patch. | |
388 | ||
eae14d64 AM |
389 | 2009-09-07 Alan Modra <[email protected]> |
390 | ||
391 | * z8kgen.c (func): Stabilize qsort of identically named entries. | |
392 | * z8k-opc.h: Regenerate. | |
393 | ||
23f938f1 TG |
394 | 2009-09-07 Tristan Gingold <[email protected]> |
395 | ||
396 | * po/opcodes.pot: Regenerate. | |
397 | ||
2eee5593 AM |
398 | 2009-09-07 Alan Modra <[email protected]> |
399 | ||
400 | * configure.in (BUILD_LIBS, BUILD_LIB_DEPS): Define and subst. | |
401 | * configure: Regenerate. | |
402 | * Makefile.am (LIBIBERTY, BUILD_LIBIBERTY, BUILD_LIBINTL): Delete. | |
403 | (BUILD_LIBS, BUILD_LIB_DEPS): Define. Use.. | |
404 | (i386-gen, ia64-gen, z8kgen): ..here. | |
405 | * Makefile.in: Regenerate. | |
406 | ||
ae794f60 TG |
407 | 2009-09-07 Tristan Gingold <[email protected]> |
408 | ||
409 | * z8k-opc.h: Regenerate. | |
410 | ||
96d56e9f NC |
411 | 2009-09-05 Martin Thuresson <[email protected]> |
412 | ||
413 | * ia64-dis.c (print_insn_ia64): Update code to use renamed member. | |
414 | * m88k-dis.c (m88kdis): Rename variable class to in_class. | |
415 | * tic80-opc.c (tic80_symbol_to_value, tic80_value_to_symbol): | |
416 | Rename argument class to symbol_class. | |
417 | ||
66a6900a JZ |
418 | 2009-09-04 Jie Zhang <[email protected]> |
419 | ||
420 | * bfin-dis.c (decode_pseudodbg_assert_0): Change according | |
421 | to the new encoding of DBGA, DBGAH, and DBGAL. | |
422 | (_print_insn_bfin): Likewise. | |
423 | ||
ad15c38e JZ |
424 | 2009-09-03 Jie Zhang <[email protected]> |
425 | ||
426 | * bfin-dis.c (_print_insn_bfin): Don't declare. | |
427 | (print_insn_bfin): Don't declare. | |
428 | (dregs_pair): Remove. | |
429 | (ignore_bits): Remove. | |
430 | (ccstat): Remove. | |
431 | ||
c958a8a8 JZ |
432 | 2009-09-03 Jie Zhang <[email protected]> |
433 | ||
434 | * bfin-dis.c (IS_DREG): Define. | |
435 | (IS_PREG): Define. | |
436 | (IS_AREG): Define. | |
437 | (IS_GENREG): Define. | |
438 | (IS_DAGREG): Define. | |
439 | (IS_SYSREG): Define. | |
440 | (decode_REGMV_0): Check illegal register move instructions. | |
441 | ||
3df5879c DK |
442 | 2009-09-03 Dave Korn <[email protected]> |
443 | ||
444 | * Makefile.am (BUILD_LIBINTL): New variable. | |
445 | (i386-gen$(EXEEXT_FOR_BUILD)): Use it. | |
446 | (ia64-gen$(EXEEXT_FOR_BUILD)): And here. | |
447 | (z8kgen$(EXEEXT_FOR_BUILD)): And here. | |
448 | * Makefile.in: Regenerate. | |
449 | ||
05316052 DD |
450 | 2009-09-01 DJ Delorie <[email protected]> |
451 | ||
452 | * mep-asm.c: Regenerate. | |
453 | * mep-desc.c: Regenerate. | |
454 | * mep-opc.c: Regenerate. | |
455 | ||
e06ae0d4 TG |
456 | 2009-09-01 Tristan Gingold <[email protected]> |
457 | ||
458 | * makefile.vms: Ported to Itanium VMS. Remove useless targets and | |
459 | dependencies. Remove unused FORMAT variable. | |
460 | * configure.com: New file to create build.com DCL script for | |
461 | Itanium VMS or Alpha VMS. | |
462 | ||
d3ce72d0 NC |
463 | 2009-08-29 Martin Thuresson <[email protected]> |
464 | ||
465 | * cris-dis.c (bytes_to_skip): Update code to use new name. | |
466 | * i386-dis.c (putop): Update code to use new name. | |
467 | * i386-gen.c (process_i386_opcodes): Update code to use | |
468 | new name. | |
469 | * i386-opc.h (struct template): Rename struct template to | |
470 | insn_template. Update code accordingly. | |
471 | * i386-tbl.h (i386_optab): Update type to use new name. | |
472 | * ia64-dis.c (print_insn_ia64): Rename variable template | |
473 | to template_val. | |
474 | * tic30-dis.c (struct instruction, get_tic30_instruction): | |
475 | Update code to use new name. | |
476 | * tic54x-dis.c (has_lkaddr, get_insn_size) | |
477 | (print_parallel_instruction, print_insn_tic54x, tic54x_get_insn): | |
478 | Update code to use new name. | |
479 | * tic54x-opc.c (tic54x_unknown_opcode, tic54x_optab): | |
480 | Update type to new name. | |
481 | * z8kgen.c (internal, gas): Rename variable new to new_op. | |
482 | ||
791f3971 L |
483 | 2009-08-28 H.J. Lu <[email protected]> |
484 | ||
485 | * Makefile.am (COMPILE_FOR_BUILD): Remove BUILD_CPPFLAGS. | |
486 | Replace BUILD_CFLAGS with CFLAGS_FOR_BUILD. | |
487 | (LINK_FOR_BUILD): Replace BUILD_CFLAGS/BUILD_LDFLAGS with | |
488 | CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD. | |
489 | * Makefile.in: Regenerated. | |
490 | ||
573e8a1c RW |
491 | 2009-08-27 Ralf Wildenhues <[email protected]> |
492 | ||
493 | * Makefile.am (bfdlibdir, bfdincludedir): Move definition ... | |
494 | [INSTALL_LIBBFD]: ... here, ... | |
495 | [INSTALL_LIBBFD]: ... and empty overrides here. | |
496 | [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable. | |
497 | [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it. | |
498 | * Makefile.in: Regenerate. | |
499 | * configure: Regenerate. | |
500 | ||
f7922329 NC |
501 | 2009-08-26 Philippe De Muyter <[email protected]> |
502 | ||
503 | * m68k-dis.c (print_insn_arg): Add movecr register names for | |
504 | coldfire v4e families. | |
505 | ||
ff13a42d RW |
506 | 2009-08-25 Ralf Wildenhues <[email protected]> |
507 | ||
508 | * Makefile.am (SUBDIRS): Build '.' before 'po'. | |
509 | (COMPILE_FOR_BUILD, LINK_FOR_BUILD, BUILD_LIBIBERTY) | |
510 | (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables. | |
511 | (i386-gen$(EXEEXT_FOR_BUILD)): Renamed from i386-gen, rewrite | |
512 | using *BUILD variables, depend upon $(BUILD_LIBIBERTY). | |
513 | (i386-gen.o): New rule. | |
514 | ($(srcdir)/i386-init.h): Adjust. | |
515 | (i386-opc.lo): Depend on $(srcdir)/i386-tbl.h. | |
516 | (ia64-gen$(EXEEXT_FOR_BUILD)): Rename from ia64-gen, adjust likewise. | |
517 | (ia64-gen.o): New rule. | |
518 | (ia64_asmtab_deps): New variable. | |
519 | ($(srcdir)/ia64-asmtab.c): Use it; adjust likewise. | |
520 | (ia64-opc.lo): Depend on $(srcdir)/ia64-asmtab.c. | |
521 | (s390-mkopc$(EXEEXT_FOR_BUILD)): Rename from s390-mkopc, adjust | |
522 | likewise. | |
523 | (s390-opc.tab): Adjust. | |
524 | (z8kgen$(EXEEXT_FOR_BUILD), z8kgen.o, $(srcdir)/z8k-opc.h): New | |
525 | rules. | |
526 | (z8k-dis.lo): Depend on $(srcdir)/z8k-opc.h. | |
527 | * Makefile.in: Regenerate. | |
528 | * z8kgen.c (gas): Avoid '/*' in comment. | |
529 | * z8k-opc.h (func): Regenerate. | |
530 | ||
6f01793d RW |
531 | 2009-08-24 Ralf Wildenhues <[email protected]> |
532 | ||
533 | * Makefile.am (TARGET_LIBOPCODES_CFILES): New variable, taken | |
534 | from $(CFILES), sorted, with dis-buf.c, dis-init.c, disassemble.c, | |
535 | i386-gen.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c, ia64-opc-i.c, | |
536 | ia64-opc-m.c, ia64-opc-d.c, ia64-gen.c, ia64-asmtab.c removed, and | |
537 | msp430-dis.c added. | |
538 | (LIBOPCODES_CFILES): New variable, adding to | |
539 | TARGET_LIBOPCODES_CFILES also non-target library sources. | |
540 | (CFILES): Factorize based on $(LIBOPCODES_CFILES), adding generator | |
541 | files. | |
542 | (ALL_MACHINES): Factorize based on $(TARGET_LIBOPCODES_CFILES). | |
543 | (EXTRA_libopcodes_la_SOURCES): Use $(LIBOPCODES_CFILES). | |
544 | * Makefile.in: Regenerate. | |
545 | * po/POTFILES.in: Regenerate. | |
546 | ||
81ecdfbb RW |
547 | 2009-08-22 Ralf Wildenhues <[email protected]> |
548 | ||
14ec8efd RW |
549 | * Makefile.am (libopcodes_la_LDFLAGS): Initialize early. |
550 | [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition. | |
551 | [INSTALL_LIBBFD] (bfdinclude_DATA): New. | |
552 | [!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New. | |
553 | [!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la | |
554 | is built shared even if it is not to be installed. | |
555 | (install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES) | |
556 | (install_libopcodes, uninstall_libopcodes): Remove. | |
557 | (AM_CPPFLAGS): Renamed from ... | |
558 | (INCLUDES): ... this. | |
559 | * Makefile.in: Regenerate. | |
560 | ||
758227f0 RW |
561 | * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9 and cygnus, add |
562 | 1.11, foreign, no-dist. | |
563 | (MKDEP, m32c_opc_h): Remove variables. | |
564 | (disassemble.lo): Rewrite using automake-style dependency | |
565 | tracking rules; only list the dependency upon the primary source | |
566 | file, but no included headers. | |
567 | (m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo, m32c-opc.lo) | |
568 | (i386-gen.o, ia64-gen.o): Remove dependency statements. | |
569 | (EXTRA_libopcodes_la_SOURCES): New variable, list $(CFILES) to | |
570 | ensure all dependency fragments are included in the Makefile. | |
571 | (s390-opc.lo): Depend on s390-opc.tab. | |
572 | (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules. | |
573 | (mkdep section): Remove. | |
574 | * Makefile.in: Regenerate. | |
575 | * po/POTFILES.in: Regenerate. | |
576 | ||
af542c2e RW |
577 | * Makefile.am (install-pdf, install-html): Remove. |
578 | * Makefile.in: Regenerate. | |
579 | ||
81ecdfbb RW |
580 | * Makefile.in: Regenerate. |
581 | * aclocal.m4: Likewise. | |
582 | * config.in: Likewise. | |
583 | * configure: Likewise. | |
584 | ||
7ba29e2a NC |
585 | 2009-08-06 Michael Eager <[email protected]> |
586 | ||
587 | * Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to | |
588 | CFILES, microblaze-dis.lo to ALL_MACHINES, targets. | |
589 | * Makefile.in: Regenerate. | |
590 | * configure.in: Add bfd_microblaze_arch target. | |
591 | * configure: Regenerate. | |
e0c483d6 | 592 | * disassemble.c: Define ARCH_microblaze, return |
7ba29e2a NC |
593 | print_insn_microblaze(). |
594 | * microblaze-dis.c: New MicroBlaze disassembler. | |
595 | * microblaze-opc.h: New MicroBlaze opcode definitions. | |
596 | * microblaze-opcm.h: New MicroBlaze opcode types. | |
597 | ||
8a9036a4 L |
598 | 2009-07-25 H.J. Lu <[email protected]> |
599 | ||
600 | * configure.in: Handle bfd_l1om_arch. | |
601 | * disassemble.c (disassembler): Likewise. | |
602 | ||
603 | * configure: Regenerated. | |
604 | ||
605 | * i386-dis.c (print_insn): Handle bfd_mach_l1om and | |
606 | bfd_mach_l1om_intel_syntax. Use 8 bytes per line for Intel L1OM. | |
607 | ||
608 | * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM. | |
609 | Add CPU_L1OM_FLAGS. | |
610 | (cpu_flags): Add CpuL1OM. | |
611 | (set_bitfield): Take an argument to set the value field. | |
612 | (process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY). | |
613 | (process_i386_opcode_modifier): Updated. | |
614 | (process_i386_operand_type): Likewise. | |
615 | * i386-init.h: Regenerated. | |
616 | * i386-tbl.h: Likewise. | |
617 | ||
618 | * i386-opc.h (CpuL1OM): New. | |
619 | (CpuXsave): Updated. | |
620 | (i386_cpu_flags): Add cpul1om. | |
621 | ||
309d3373 JB |
622 | 2009-07-24 Jan Beulich <[email protected]> |
623 | ||
624 | * i386-dis.c (fgrps): Correct annotation for feni/fdisi. Add | |
625 | frstpm. | |
626 | * i386-gen.c (cpu_flag_init): Add FP enabling flags where needed. | |
627 | (cpu_flags): Add Cpu8087, Cpu287, Cpu387, Cpu687, and CpuFISTTP. | |
628 | (set_bitfield): Expand CpuFP to Cpu8087|Cpu287|Cpu387. | |
629 | * i386-opc.h (Cpu8087, Cpu287, Cpu387, Cpu687, CpuFISTTP): | |
630 | Define. | |
631 | (union i386_cpu_flags): Add cpu8087, cpu287, cpu387, cpu687, | |
632 | and cpufisttp. | |
633 | * i386-opc.tbl: Qualify floating point instructions by their | |
634 | respective CpuXXX flag. Fix fucom{,p,pp}, fprem1, fsin, fcos, | |
635 | and fsincos to be avilable only on 387. Fix fstsw ax to be | |
636 | available only on 287+. Add f{,n}eni, f{,n}disi, f{,n}setpm, | |
637 | and frstpm. | |
638 | * i386-init.h, i386-tbl.h: Regenerate. | |
639 | ||
7769efb2 NC |
640 | 2009-07-20 Nick Clifton <[email protected]> |
641 | ||
642 | PR 10288 | |
643 | * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register | |
644 | offset or indexed based addressing mode 3. | |
645 | ||
74bdfecf NC |
646 | 2009-07-14 Nick Clifton <[email protected]> |
647 | ||
648 | PR 10288 | |
649 | * arm-dis.c (arm_opcodes): Catch illegal Addressing Mode 1 | |
650 | patterns. | |
651 | (arm_decode_shift): Catch illegal register based shifts. | |
652 | (print_insn_arm): Properly handle negative register r0 | |
653 | post-indexed addressing. | |
654 | ||
d1aaab3c DK |
655 | 2009-07-10 Doug Kwan <[email protected]> |
656 | ||
657 | * arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only | |
658 | lower 32 bits of long types to make hexadecimal output consistent | |
659 | on both 32-bit and 64-bit hosts. | |
660 | ||
87337981 AM |
661 | 2009-07-10 Alan Modra <[email protected]> |
662 | ||
663 | * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, * fr30-opc.h, | |
664 | * frv-desc.c, * frv-desc.h, * frv-opc.c, * frv-opc.h, | |
665 | * ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c, * ip2k-opc.h, | |
666 | * iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c, * iq2000-opc.h, | |
667 | * lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opc.h, | |
668 | * lm32-opinst.c, * m32c-desc.c, * m32c-desc.h, * m32c-opc.c, | |
669 | * m32c-opc.h, * m32r-desc.c, * m32r-desc.h, * m32r-opc.c, | |
670 | * m32r-opc.h, * m32r-opinst.c, * mt-desc.c, * mt-desc.h, | |
671 | * mt-opc.c, * mt-opc.h, * openrisc-desc.c, * openrisc-desc.h, | |
672 | * openrisc-opc.c, * openrisc-opc.h, * xc16x-desc.c, * xc16x-desc.h, | |
e0c483d6 | 673 | * xc16x-opc.c, * xc16x-opc.h, * xstormy16-desc.c, * xstormy16-desc.h, |
87337981 AM |
674 | * xstormy16-opc.c, * xstormy16-opc.h: Regenerate. |
675 | ||
1103f72c NC |
676 | 2009-07-07 Chung-Lin Tang <[email protected]> |
677 | ||
678 | * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus. | |
679 | ||
78c66db8 NC |
680 | 2009-07-07 Nick Clifton <[email protected]> |
681 | ||
682 | PR 10288 | |
683 | * arm-dis.c (arm_opcodes): Be more strict about decoding scaled | |
684 | addressing modes. | |
685 | ||
22102fb0 DD |
686 | 2009-07-06 DJ Delorie <[email protected]> |
687 | ||
688 | * mep-desc.c: Regenerate. | |
689 | * mep-desc.h: Regenerate. | |
690 | * mep-opc.c: Regenerate. | |
691 | * mep-opc.h: Regenerate. | |
692 | ||
922d8de8 DR |
693 | 2009-07-06 Dwarakanath Rajagopal <[email protected]> |
694 | ||
695 | * i386-opc.h (CpuFMA4): Add CpuFMA4. | |
696 | (i386_cpu_flags): New. | |
697 | * i386-gen.c: Add CPU_FMA4_FLAGS. | |
698 | * i386-opc.tbl: Add FMA4 instructions. | |
699 | * i386-tbl.h: Regenerate. | |
700 | * i386-init.h: Regenerate. | |
701 | * i386-dis.c (OP_VEX_FMA): New. Handle FMA4. | |
702 | (OP_XMM_VexW): Ditto. | |
703 | (OP_EX_VexW): Ditto. | |
704 | (VEXI4_Fixup): Ditto. | |
705 | (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros. | |
706 | (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New. | |
707 | (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New. | |
708 | (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New. | |
709 | (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New. | |
710 | (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New. | |
711 | (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New. | |
712 | (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New. | |
713 | (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New. | |
714 | (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New. | |
715 | (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New. | |
716 | (get_vex_imm8): New. handle FMA4. | |
717 | (OP_EX_VexReg): Ditto. | |
e0c483d6 | 718 | |
fe56b6ce NC |
719 | 2009-06-30 Nick Clifton <[email protected]> |
720 | ||
721 | PR 10288 | |
722 | * arm-dis.c (coprocessor): Print the LDC and STC versions of the | |
723 | LFM and SFM instructions as comments,. | |
724 | Improve consistency of formatting for instructions displayed as | |
725 | comments and decimal values displayed with their hexadecimal | |
726 | equivalents. | |
727 | Formatting tidy ups. | |
728 | ||
05413229 NC |
729 | 2009-06-29 Nick Clifton <[email protected]> |
730 | ||
731 | PR 10288 | |
732 | * arm-dis.c (enum opcode_sentinels): New: Used to mark the | |
733 | boundary between variaant and generic coprocessor instuctions. | |
734 | (coprocessor): Use it. | |
735 | Fix architecture version of MCRR and MRRC instructions. | |
736 | (arm_opcdes): Fix patterns for STRB and STRH instructions. | |
737 | (print_insn_coprocessor): Check architecture and extension masks. | |
738 | Print a hexadecimal version of any decimal constant that is | |
739 | outside of the range of -16 to +32. | |
740 | (print_arm_address): Add a return value of the offset used in the | |
741 | adress, if it is worth printing a hexadecimal version of it. | |
742 | (print_insn_neon): Print a hexadecimal version of any decimal | |
743 | constant that is outside of the range of -16 to +32. | |
744 | (print_insn_arm): Likewise. | |
745 | (print_insn_thumb16): Likewise. | |
746 | (print_insn_thumb32): Likewise. | |
e0c483d6 | 747 | |
05413229 NC |
748 | PR 10297 |
749 | * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description | |
750 | of an undefined instruction. | |
751 | (arm_opcodes): Use it. | |
752 | (thumb_opcod): Use it. | |
753 | (thumb32_opc): Use it. | |
754 | ||
378a0c07 DD |
755 | 2009-06-23 DJ Delorie <[email protected]> |
756 | ||
dab97f24 DD |
757 | * mep-desc.c: Regenerate. |
758 | * mep-desc.h: Regenerate. | |
759 | * mep-dis.c: Regenerate. | |
760 | * mep-ibld.c: Regenerate. | |
761 | * mep-opc.c: Regenerate. | |
762 | ||
378a0c07 DD |
763 | * mep-asm.c: Regenerate. |
764 | * mep-opc.c: Regenerate. | |
765 | * mep-opc.h: Regenerate. | |
766 | ||
aece7d2e NC |
767 | 2009-06-22 Nick Clifton <[email protected]> |
768 | ||
769 | * po/fi.po: Updated Finish translation. | |
770 | ||
1998a8e0 AM |
771 | 2009-06-22 Alan Modra <[email protected]> |
772 | ||
773 | * m32c-asm.c: Regenerate. | |
774 | ||
b33bafa0 AM |
775 | 2009-06-22 Alan Modra <[email protected]> |
776 | ||
777 | * score-dis.c (print_insn_score48, print_insn_score32): Move default | |
778 | case label to proper lexical block. | |
779 | * score7-dis.c (print_insn_score32): Likewise. | |
780 | ||
ce21feb4 MS |
781 | 2009-06-19 Martin Schwidefsky <[email protected]> |
782 | ||
783 | * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT, | |
784 | MASK_RX_0RRD_OPT): New instruction formats with optional arguments. | |
785 | * s390-opc.txt (nopr, nop): Use new instruction format. | |
786 | ||
0313a2b8 NC |
787 | 2009-06-18 Nick Clifton <[email protected]> |
788 | ||
789 | PR 10288 | |
790 | * arm-dis.c (print_insn_coprocessor): Check that a user specified | |
791 | ARM architecture supports the matched instruction. | |
792 | (print_insn_arm): Likewise. | |
793 | (select_arm_features): New function. Fills in the fields of an | |
794 | arm_feature_set structure based on a given arm machine number. | |
795 | (print_insn): Initialise an arm_feature_set structure. | |
796 | ||
6db7e006 MR |
797 | 2009-06-16 Maciej W. Rozycki <[email protected]> |
798 | ||
799 | * vax-dis.c (is_function_entry): Return success for synthetic | |
800 | symbols too. | |
801 | (is_plt_tail): New function. | |
802 | (print_insn_vax): Decode PLT entry offset longword. | |
803 | ||
522fe561 NC |
804 | 2009-06-15 Nick Clifton <[email protected]> |
805 | ||
fe2ceba1 NC |
806 | PR 10186 |
807 | * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W | |
808 | instruction. | |
809 | ||
522fe561 NC |
810 | PR 10173 |
811 | * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice. | |
812 | ||
1316c8b3 NC |
813 | 2009-06-15 Nick Clifton <[email protected]> |
814 | ||
815 | PR 10263 | |
816 | * arm-dis.c (print_insn): Ignore is_data if the user has requested | |
817 | the disassembly of data as well as instructions. | |
818 | ||
f6475b48 DE |
819 | 2009-06-11 Doug Evans <[email protected]> |
820 | ||
821 | * cgen.sh: Handle multiple simultaneous runs for parallel makes. | |
822 | ||
f865a31d AG |
823 | 2009-06-11 Anthony Green <[email protected]> |
824 | ||
825 | * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions. | |
826 | (moxie_form3_opc_info): Add branch instructions. | |
827 | * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL | |
828 | encoded instructions. | |
829 | ||
0e7c7f11 AG |
830 | 2009-06-06 Anthony Green <[email protected]> |
831 | ||
832 | * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M. | |
833 | * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case. | |
834 | ||
67a648f1 AM |
835 | 2009-06-04 Alan Modra <[email protected]> |
836 | ||
837 | * dep-in.sed: Don't use \n in replacement part of s command. | |
838 | * Makefile.am (DEP1): LC_ALL for uniq. | |
839 | * Makefile.in: Regenerate. | |
840 | ||
06c582ac NC |
841 | 2009-06-02 Nick Clifton <[email protected]> |
842 | ||
843 | * po/nl.po: Updated Dutch translation. | |
844 | ||
3164099e TG |
845 | 2009-06-02 Tristan Gingold <[email protected]> |
846 | ||
847 | * ia64-gen.c (parse_resource_users, print_dependency_table, | |
848 | add_dis_table_ent, finish_distable, insert_bit_table_ent, | |
849 | add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq, | |
850 | get_prefix_len, compute_completer_bits, insert_opcode_dependencies, | |
851 | insert_completer_entry, print_completer_entry, print_completer_table, | |
852 | opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions. | |
853 | ||
d285268e DD |
854 | 2009-05-28 DJ Delorie <[email protected]> |
855 | ||
856 | * mep-asm.c: Regenerate. | |
857 | * mep-desc.c: Regenerate. | |
858 | ||
2f3565a3 DD |
859 | 2009-05-26 DJ Delorie <[email protected]> |
860 | ||
861 | * mep-asm.c: Regenerate. | |
862 | * mep-desc.c: Regenerate. | |
863 | * mep-desc.h: Regenerate. | |
864 | * mep-dis.c: Regenerate. | |
865 | * mep-ibld.c: Regenerate. | |
866 | * mep-opc.c: Regenerate. | |
867 | * mep-opc.h: Regenerate. | |
868 | ||
f12e7348 NC |
869 | 2009-05-26 Nick Clifton <[email protected]> |
870 | ||
871 | * po/id.po: Updated Indonesian translation. | |
872 | * po/opcodes.pot: Updated template file. | |
873 | ||
9e097a72 AM |
874 | 2009-05-26 Alan Modra <[email protected]> |
875 | ||
876 | * dep-in.sed: Don't modify .o to .lo here. Output one filename | |
877 | per line with all lines having continuation backslash. Prefix | |
878 | first line with "A", following lines with "B". | |
879 | * Makefile.am (DEP): Don't use dep.sed here. | |
880 | (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use | |
881 | dep.sed here on dependencies, sort and uniq. | |
882 | * Makefile.in: Regenerate. | |
883 | ||
4f8318f8 TG |
884 | 2009-05-25 Tristan Gingold <[email protected]> |
885 | ||
886 | * makefile.vms (OPT): New variable. | |
887 | (CFLAGS): Update compilation flags. | |
888 | ||
1d74713b DD |
889 | 2009-05-22 DJ Delorie <[email protected]> |
890 | ||
891 | * mep-asm.c: Regenerate. | |
892 | * mep-desc.c: Regenerate. | |
893 | * mep-desc.h: Regenerate. | |
894 | * mep-dis.c: Regenerate. | |
895 | * mep-ibld.c: Regenerate. | |
896 | * mep-opc.c: Regenerate. | |
897 | * mep-opc.h: Regenerate. | |
898 | ||
c1e679ec DR |
899 | 2009-05-22 Dwarakanath Rajagopal <[email protected]> |
900 | ||
901 | * i386-opc.h (Cpusse5): Delete. | |
902 | (i386_cpu_flags): Delete. | |
903 | * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc. | |
904 | * i386-opc.tbl: Remove SSE5 instructions. | |
905 | * i386-tbl.h: Regenerate. | |
906 | * i386-init.h: Regenerate. | |
907 | * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling. | |
908 | (print_drex_arg): Delete. | |
909 | (OP_DREX4): Delete. | |
910 | (OP_DREX3): Delete. | |
911 | (OP_DREX_ICMP): Delete. | |
912 | (OP_DREX_FCMP): Delete. | |
913 | (DREX_*): Delete. | |
914 | (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete. | |
e0c483d6 | 915 | |
2b3decb5 AM |
916 | 2009-05-22 Alan Modra <[email protected]> |
917 | ||
918 | * Makefile.am: Run "make dep-am". | |
919 | * Makefile.in: Regenerate. | |
920 | * po/POTFILES.in: Regenerate. | |
921 | ||
eb956800 DD |
922 | 2009-05-19 DJ Delorie <[email protected]> |
923 | ||
924 | * mep-asm.c: Regenerate. | |
925 | * mep-opc.c: Regenerate. | |
926 | ||
3526b680 DD |
927 | 2009-04-30 DJ Delorie <[email protected]> |
928 | ||
929 | * mep-asm.c: Regenerate. | |
930 | * mep-desc.c: Regenerate. | |
931 | * mep-desc.h: Regenerate. | |
932 | * mep-dis.c: Regenerate. | |
933 | * mep-ibld.c: Regenerate. | |
934 | * mep-opc.c: Regenerate. | |
935 | * mep-opc.h: Regenerate. | |
936 | ||
45be3704 DD |
937 | 2009-04-17 DJ Delorie <[email protected] |
938 | ||
939 | * mep-desc.c: Regenerate. | |
940 | * mep-ibld.c: Regenerate. | |
941 | * mep-opc.c: Regenerate. | |
942 | * mep-opc.h: Regenerate. | |
943 | ||
20135e4c NC |
944 | 2009-04-15 Anthony Green <[email protected]> |
945 | ||
946 | * moxie-opc.c, moxie-dis.c: Created. | |
947 | * Makefile.am: Build the moxie source files. | |
948 | * configure.in: Add moxie support. | |
949 | * Makefile.in, configure: Rebuilt. | |
950 | * disassemble.c (disassembler): Add moxie support. | |
951 | (ARCH_moxie): Define. | |
952 | ||
ac5c19e6 JB |
953 | 2009-04-15 Jan Beulich <[email protected]> |
954 | ||
955 | * i386-opc.tbl (protb, protw, protd, protq): Set opcode | |
956 | extension to None. | |
957 | (pshab, pshaw, pshad, pshaq): Likewise. | |
958 | * i386-tbl.h: Re-generate. | |
959 | ||
52de720d DD |
960 | 2009-04-08 DJ Delorie <[email protected] |
961 | ||
962 | * mep-asm.c: Regenerate. | |
963 | * mep-desc.c: Regenerate. | |
964 | * mep-desc.h: Regenerate. | |
965 | * mep-dis.c: Regenerate. | |
966 | * mep-ibld.c: Regenerate. | |
967 | * mep-opc.c: Regenerate. | |
968 | * mep-opc.h: Regenerate. | |
969 | ||
858d7a6d PB |
970 | 2009-04-07 Peter Bergner <[email protected]> |
971 | ||
972 | * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva", | |
973 | "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation. | |
974 | Reorder entries so the extended mnemonics are listed before tlbilx. | |
975 | ||
70dc4e32 PB |
976 | 2009-04-02 Peter Bergner <[email protected]> |
977 | ||
978 | * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect | |
979 | due to -many/-Many. | |
980 | (print_insn_powerpc): Make sure we only deprecate instructions using | |
981 | the original dialect and not a modified dialect due to -Many handling. | |
982 | Move the handling of the condition register and default operands to | |
983 | the end of the if/else if/else chain. | |
984 | * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that | |
985 | instructions from newer processors are listed before older ones. | |
986 | <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors | |
987 | that have instructions with conflicting opcodes. | |
988 | ||
e401b04c PB |
989 | 2009-04-01 Peter Bergner <[email protected]> |
990 | ||
991 | * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and | |
992 | E500MC entries. | |
993 | ||
b8f9ee44 CL |
994 | 2009-04-01 Christophe Lyon <[email protected]> |
995 | ||
996 | * arm-dis.c (print_insn): Print BE8 opcodes in little endianness. | |
997 | ||
d460e92e JM |
998 | 2009-03-30 Joseph Myers <[email protected]> |
999 | ||
1000 | * arm-dis.c (print_insn): Also check section matches in backwards | |
1001 | search for mapping symbol. | |
1002 | ||
d34b5006 L |
1003 | 2009-03-26 H.J. Lu <[email protected]> |
1004 | ||
1005 | * i386-dis.c (get_valid_dis386): Abort on unhandled table. | |
1006 | ||
8d25cc3d AM |
1007 | 2009-03-18 Alan Modra <[email protected]> |
1008 | ||
3889c459 | 1009 | * cgen-opc.c: Include alloca-conf.h rather than alloca.h. |
8d25cc3d AM |
1010 | * Makefile.am: Run "make dep-am". |
1011 | * Makefile.in: Regenerate. | |
1012 | * openrisc-opc.c: Regenerate. | |
1013 | ||
34dd024a NC |
1014 | 2009-03-10 Nick Clifton <[email protected]> |
1015 | ||
1016 | * po/id.po: Updated Indonesian translation. | |
1017 | ||
69fe9ce5 AM |
1018 | 2009-03-10 Alan Modra <[email protected]> |
1019 | ||
1020 | * ppc-dis.c: Include "opintl.h". | |
1021 | (struct ppc_mopt, ppc_opts): New. | |
1022 | (ppc_parse_cpu): New function. | |
1023 | (powerpc_init_dialect): Use it. | |
1024 | (print_ppc_disassembler_options): Dump options from ppc_opts. | |
1025 | Internationalize message. | |
1026 | ||
d11fd249 NC |
1027 | 2009-03-06 Nick Clifton <[email protected]> |
1028 | ||
1029 | * po/es.po: Updated Spanish translation. | |
1030 | ||
51dec227 AM |
1031 | 2009-03-04 Alan Modra <[email protected]> |
1032 | ||
1033 | PR 6768 | |
1034 | * configure.in: Test for ld --as-needed support. Link shared | |
1035 | libopcodes against libm. | |
1036 | * configure: Regenerate. | |
1037 | ||
c72ab5f2 PB |
1038 | 2009-03-03 Peter Bergner <[email protected]> |
1039 | ||
1040 | * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that | |
1041 | instructions from newer processors are listed before older ones. | |
1042 | ||
a1f7ca36 AM |
1043 | 2009-03-03 Alan Modra <[email protected]> |
1044 | ||
1045 | * Makefile.am: Run "make dep-am". | |
1046 | (HFILES): Move lm32-desc.h and lm32-opc.h from.. | |
1047 | (CFILES): ..here. | |
1048 | * Makefile.in: Regenerate. | |
1049 | ||
c3b7224a NC |
1050 | 2009-03-02 Qinwei <[email protected]> |
1051 | ||
1052 | * score7-dis.c: New file. | |
1053 | * Makefile.am: Add dependencies for score7-dis.c. | |
1054 | * Makefile.in: Regenerate. | |
1055 | * configure.in: Add score7-dis to score files. | |
1056 | * configure: Regenerate. | |
1057 | * score-dis.c: Add support for score7 architecture. | |
1058 | * score-opc.h: Likewise. | |
1059 | ||
58e24671 RW |
1060 | 2009-03-01 Ralf Wildenhues <[email protected]> |
1061 | ||
1062 | * configure: Regenerate. | |
1063 | ||
d6f574e0 L |
1064 | 2009-02-27 H.J. Lu <[email protected]> |
1065 | ||
1066 | * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E. | |
1067 | ||
066be9f7 PB |
1068 | 2009-02-26 Peter Bergner <[email protected]> |
1069 | ||
1070 | * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble | |
1071 | the power7 and the isel instructions. | |
1072 | * ppc-opc.c (insert_xc6, extract_xc6): New static functions. | |
1073 | (insert_dm, extract_dm): Likewise. | |
1074 | (XB6): Update comment to include XX2 form. | |
1075 | (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK, | |
1076 | XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New. | |
1077 | (RemoveXX3DM): Delete. | |
1078 | (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr", | |
1079 | "mftgpr">: Deprecate for POWER7. | |
1080 | <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte", | |
1081 | "frsqrte.">: Deprecate the three operand form and enable the two | |
1082 | operand form for POWER7 and later. | |
1083 | <"wait">: Extend to accept optional parameter. Enable for POWER7. | |
1084 | <"waitsrv", "waitimpl">: Add extended opcodes. | |
1085 | <"ldbrx", "stdbrx">: Enable for POWER7. | |
1086 | <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes. | |
1087 | <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde", | |
1088 | "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo", | |
1089 | "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.", | |
1090 | "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.", | |
1091 | "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.", | |
1092 | "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx", | |
1093 | "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes. | |
1094 | <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx", | |
1095 | "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp", | |
1096 | "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds", | |
1097 | "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp", | |
1098 | "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp", | |
1099 | "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp", | |
1100 | "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic", | |
1101 | "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp", | |
1102 | "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp", | |
1103 | "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp", | |
1104 | "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.", | |
1105 | "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp", | |
1106 | "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp", | |
1107 | "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp", | |
1108 | "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp", | |
1109 | "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp", | |
1110 | "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp", | |
1111 | "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp", | |
1112 | "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp", | |
1113 | "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp", | |
1114 | "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi", | |
1115 | "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp", | |
1116 | "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp", | |
1117 | "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp", | |
1118 | "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor", | |
1119 | "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd", | |
1120 | "xxspltw", "xxswapd">: Add VSX opcodes. | |
1121 | ||
4c664d7b L |
1122 | 2009-02-23 H.J. Lu <[email protected]> |
1123 | ||
1124 | * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4. | |
1125 | (operand_types): Remove Vex_Imm4. | |
1126 | ||
1127 | * i386-opc.h (Vex_Imm4): Removed. | |
1128 | (OTMax): Updated. | |
1129 | (i386_operand_type): Remove vex_imm4. | |
1130 | ||
1131 | * i386-opc.tbl: Remove Vex_Imm4 comments. | |
1132 | * i386-init.h: Regenerated. | |
1133 | * i386-tbl.h: Likewise. | |
1134 | ||
4ce8808b RE |
1135 | 2009-02-23 Richard Earnshaw <[email protected]> |
1136 | ||
1137 | * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for | |
1138 | vq{r}shr{u}n.s64 insnstructions. | |
1139 | ||
0e55be16 PB |
1140 | 2009-02-19 Peter Bergner <[email protected]> |
1141 | ||
1142 | * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first | |
1143 | operand to be a float point register (FRT/FRS). | |
1144 | ||
b1c9882d AN |
1145 | 2009-02-18 Adam Nemet <[email protected]> |
1146 | ||
1147 | * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific | |
1148 | dmfc2 and dmtc2 before the architecture-level variants. | |
1149 | ||
137f2437 NC |
1150 | 2009-02-18 Pierre Muller <[email protected]> |
1151 | ||
1152 | * fr30-opc.c: Regenerate. | |
1153 | * frv-opc.c: Regenerate. | |
1154 | * ip2k-opc.c: Regenerate. | |
1155 | * iq2000-opc.c: Regenerate. | |
1156 | * lm32-opc.c: Regenerate. | |
1157 | * m32c-opc.c: Regenerate. | |
1158 | * m32r-opc.c: Regenerate. | |
1159 | * mep-opc.c: Regenerate. | |
1160 | * mt-opc.c: Regenerate. | |
1161 | * xc16x-opc.c: Regenerate. | |
1162 | * xstormy16-opc.c: Regenerate. | |
1163 | * tic54x-dis.c (print_instruction): Avoid compiler warning on | |
1164 | sprintf call. | |
1165 | ||
87298967 NS |
1166 | 2009-02-12 Nathan Sidwell <[email protected]> |
1167 | ||
1168 | * m68k-opc.c (m68k_opcodes): Add stldsr instruction. | |
1169 | ||
80890a61 PB |
1170 | 2009-02-05 Peter Bergner <[email protected]> |
1171 | ||
1172 | * ppc-opc.c: Update copyright year. | |
1173 | (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand | |
1174 | ordering for POWER4 and later and use the correct Server ordering. | |
1175 | ||
ce2f5b3c L |
1176 | 2009-02-04 H.J. Lu <[email protected]> |
1177 | ||
1178 | AVX Programming Reference (January, 2009) | |
1179 | * i386-dis.c (PREFIX_VEX_3A44): New. | |
1180 | (VEX_LEN_3A44_P_2): Likewise. | |
1181 | (PREFIX_VEX_3A48): Updated. | |
1182 | (VEX_LEN_3A4C_P_2): Likewise. | |
1183 | (prefix_table): Add PREFIX_VEX_3A44. | |
1184 | (vex_table): Likewise. | |
1185 | (vex_len_table): Add VEX_LEN_3A44_P_2. | |
1186 | ||
1187 | * i386-opc.tbl: Add PCLMUL + AVX instructions. | |
1188 | * i386-tbl.h: Regenerated. | |
1189 | ||
52b6b6b9 JM |
1190 | 2009-02-03 Sandip Matte <[email protected]> |
1191 | ||
1192 | * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define. | |
1193 | (mips_arch_choices): Add XLR entry. | |
1194 | * mips-opc.c (XLR): Define. | |
1195 | (mips_builtin_opcodes): Add XLR instructions. | |
1196 | ||
31dd3154 JM |
1197 | 2009-02-03 Carlos O'Donell <[email protected]> |
1198 | ||
1199 | * Makefile.am: Add install-pdf target. | |
1200 | * po/Make-in: Add install-pdf target. | |
1201 | * Makefile.in: Regenerate. | |
1202 | ||
c1a0a41f DD |
1203 | 2009-02-02 DJ Delorie <[email protected]> |
1204 | ||
1205 | * mep-asm.c: Regenerate. | |
1206 | * mep-desc.c: Regenerate. | |
1207 | * mep-desc.h: Regenerate. | |
1208 | * mep-dis.c: Regenerate. | |
1209 | * mep-ibld.c: Regenerate. | |
1210 | * mep-opc.c: Regenerate. | |
1211 | * mep-opc.h: Regenerate. | |
1212 | ||
087b80de JM |
1213 | 2009-01-29 Mark Mitchell <[email protected]> |
1214 | ||
1215 | * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd, | |
1216 | qsub, and qdsub. | |
1217 | ||
159073e6 NC |
1218 | 2009-01-28 Chao-ying Fu <[email protected]> |
1219 | ||
e0c483d6 | 1220 | * mips-opc.c (suxc1): Add the flag of FP_D. |
159073e6 | 1221 | |
6f3b91a6 AM |
1222 | 2009-01-20 Alan Modra <[email protected]> |
1223 | ||
1224 | * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c, | |
1225 | * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c, | |
1226 | * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c, | |
1227 | * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c, | |
1228 | * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c, | |
1229 | * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c, | |
1230 | * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c, | |
1231 | * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate. | |
1232 | ||
29670fb9 AM |
1233 | 2009-01-16 Alan Modra <[email protected]> |
1234 | ||
1235 | * configure.in (commonbfdlib): Delete. | |
1236 | (SHARED_LIBADD): Add pic libiberty if such is available. | |
1237 | * configure: Regenerate. | |
1238 | * po/POTFILES.in: Regenerate. | |
1239 | ||
21169fcf PB |
1240 | 2009-01-14 Peter Bergner <[email protected]> |
1241 | ||
1242 | * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated. | |
1243 | * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two | |
1244 | operand form and enable the four operand form for POWER6 and later. | |
1245 | <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the | |
1246 | three operand form for POWER6 and later. | |
1247 | ||
4ca47a51 MF |
1248 | 2009-01-14 Mike Frysinger <[email protected]> |
1249 | ||
1250 | * bfin-dis.c (OUTS): Use "%s" as format string. | |
1251 | ||
8acd5377 L |
1252 | 2009-01-13 H.J. Lu <[email protected]> |
1253 | ||
1254 | * i386-gen.c (cpu_flag_init): Remove a white space. | |
1255 | (operand_type_init): Likewise. | |
1256 | ||
c1ec1875 L |
1257 | 2009-01-12 H.J. Lu <[email protected]> |
1258 | ||
1259 | * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence. | |
1260 | * i386-tbl.h: Regenerated. | |
1261 | ||
c7532693 L |
1262 | 2009-01-12 H.J. Lu <[email protected]> |
1263 | ||
1264 | * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB, | |
1265 | subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS, | |
1266 | subS, xorS and cmpS. | |
1267 | ||
bd5295b2 L |
1268 | 2009-01-10 H.J. Lu <[email protected]> |
1269 | ||
1270 | * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with | |
1271 | CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add | |
1272 | CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS. | |
1273 | (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush | |
1274 | and CpuSYSCALL. | |
1275 | (lineno): Removed. | |
1276 | (set_bitfield): Take an argument, lineno. Don't report lineno | |
1277 | on error if it is -1. | |
1278 | (process_i386_cpu_flag): Take an argument, lineno. | |
1279 | (process_i386_opcode_modifier): Likewise. | |
1280 | (process_i386_operand_type): Likewise. | |
1281 | (output_i386_opcode): Likewise. | |
1282 | (opcode_hash_entry): Add lineno. | |
1283 | (process_i386_opcodes): Updated. | |
1284 | (process_i386_registers): Likewise. | |
1285 | (process_i386_initializers): Likewise. | |
1286 | ||
1287 | * i386-opc.h (CpuP4): Removed. | |
1288 | (CpuK6): Likewise. | |
1289 | (CpuK8): Likewise. | |
1290 | (CpuClflush): New. | |
1291 | (CpuSYSCALL): Likewise. | |
1292 | (CpuMMX): Updated. | |
1293 | (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add | |
1294 | cpuclflush and cpusyscall. | |
1295 | ||
1296 | * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause, | |
1297 | syscall and sysret. | |
1298 | * i386-init.h: Regenerated. | |
1299 | * i386-tbl.h: Likewise. | |
1300 | ||
1b7f3fb0 L |
1301 | 2009-01-09 H.J. Lu <[email protected]> |
1302 | ||
1303 | * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS | |
1304 | and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS. | |
1305 | (cpu_flags): Add CpuRdtscp. | |
1306 | (set_bitfield): Remove CpuSledgehammer check. | |
1307 | ||
1308 | * i386-opc.h (CpuRdtscp): New. | |
1309 | (CpuLM): Updated. | |
1310 | (i386_cpu_flags): Add cpurdtscp. | |
1311 | ||
1312 | * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp. | |
1313 | * i386-init.h: Regenerated. | |
1314 | * i386-tbl.h: Likewise. | |
1315 | ||
1cb0a767 PB |
1316 | 2009-01-09 Peter Bergner <[email protected]> |
1317 | ||
1318 | * ppc-opc.c (PPCNONE): Define. | |
1319 | (NOPOWER4): Delete. | |
1320 | (powerpc_opcodes): Initialize the new "deprecated" field. | |
1321 | ||
168e3097 L |
1322 | 2009-01-06 H.J. Lu <[email protected]> |
1323 | ||
1324 | AVX Programming Reference (December, 2008) | |
1325 | * i386-dis.c (VEX_LEN_2B_M_0): Removed. | |
1326 | (VEX_LEN_E7_P_2_M_0): Likewise. | |
1327 | (VEX_LEN_2C_P_1): Updated. | |
1328 | (VEX_LEN_E8_P_2): Likewise. | |
1329 | (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0. | |
1330 | (mod_table): Likewise. | |
1331 | ||
1332 | * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps. | |
1333 | * i386-tbl.h: Regenerated. | |
1334 | ||
22da050b L |
1335 | 2009-01-05 H.J. Lu <[email protected]> |
1336 | ||
1337 | * i386-gen.c (process_copyright): Update for 2009. | |
1338 | ||
1339 | * i386-init.h: Regenerated. | |
1340 | * i386-tbl.h: Likewise. | |
1341 | ||
0bfee649 | 1342 | 2009-01-05 H.J. Lu <[email protected]> |
6194aaab | 1343 | |
0bfee649 L |
1344 | AVX Programming Reference (December, 2008) |
1345 | * i386-dis.c (OP_VEX_FMA): Removed. | |
c0f3af97 | 1346 | (OP_EX_VexW): Likewise. |
0bfee649 | 1347 | (OP_EX_VexImmW): Likewise. |
c0f3af97 | 1348 | (OP_XMM_VexW): Likewise. |
c0f3af97 | 1349 | (VEXI4_Fixup): Likewise. |
c0f3af97 | 1350 | (VPERMIL2_Fixup): Likewise. |
c0f3af97 | 1351 | (VexI4): Likewise. |
0bfee649 L |
1352 | (VexFMA): Likewise. |
1353 | (Vex128FMA): Likewise. | |
c0f3af97 L |
1354 | (EXVexW): Likewise. |
1355 | (EXdVexW): Likewise. | |
1356 | (EXqVexW): Likewise. | |
0bfee649 | 1357 | (EXVexImmW): Likewise. |
c0f3af97 | 1358 | (XMVexW): Likewise. |
c0f3af97 | 1359 | (VPERMIL2): Likewise. |
0bfee649 L |
1360 | (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise. |
1361 | (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise. | |
1362 | (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise. | |
1363 | (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise. | |
1364 | (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise. | |
1365 | (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise. | |
1366 | (get_vex_imm8): Likewise. | |
1367 | (OP_EX_VexReg): Likewise. | |
1368 | vpermil2_op): Likewise. | |
1369 | (EXVexWdq): New. | |
1370 | (vex_w_dq_mode): Likewise. | |
1371 | (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise. | |
1372 | (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise. | |
1373 | (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise. | |
1374 | (es_reg): Updated. | |
1375 | (PREFIX_VEX_38DB): Likewise. | |
1376 | (PREFIX_VEX_3A4A): Likewise. | |
1377 | (PREFIX_VEX_3A60): Likewise. | |
1378 | (PREFIX_VEX_3ADF): Likewise. | |
1379 | (VEX_LEN_3ADF_P_2): Likewise. | |
1380 | (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A, | |
e0c483d6 | 1381 | PREFIX_VEX_3A5C...PREFIX_VEX_3A5F, |
0bfee649 L |
1382 | PREFIX_VEX_3A68...PREFIX_VEX_3A6F and |
1383 | PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add | |
1384 | PREFIX_VEX_3896...PREFIX_VEX_389F, | |
1385 | PREFIX_VEX_38A6...PREFIX_VEX_38AF and | |
1386 | PREFIX_VEX_38B6...PREFIX_VEX_38BF. | |
c0f3af97 | 1387 | (vex_table): Likewise. |
0bfee649 L |
1388 | (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2 |
1389 | and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2. | |
1390 | (putop): Support "%XW". | |
1391 | (intel_operand_size): Handle vex_w_dq_mode. | |
58c85be7 | 1392 | |
0bfee649 | 1393 | * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS. |
58c85be7 | 1394 | |
0bfee649 L |
1395 | * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA |
1396 | instructions. Add new FMA instructions. | |
28dbc079 L |
1397 | * i386-tbl.h: Regenerated. |
1398 | ||
e0c483d6 | 1399 | 2009-01-02 Matthias Klose <[email protected]> |
3fe15143 | 1400 | |
e0c483d6 AM |
1401 | * or32-opc.c (or32_print_register, or32_print_immediate, |
1402 | disassemble_insn): Don't rely on undefined sprintf behaviour. | |
3fe15143 | 1403 | |
0bfee649 | 1404 | For older changes see ChangeLog-2008 |
252b5132 RH |
1405 | \f |
1406 | Local Variables: | |
2f6d2f85 NC |
1407 | mode: change-log |
1408 | left-margin: 8 | |
1409 | fill-column: 74 | |
252b5132 RH |
1410 | version-control: never |
1411 | End: |