2003-02-23 Elias Athanasopoulos <elathan@phys.uoa.gr>
[binutils-gdb.git] / opcodes / ChangeLog
1 2003-02-23 Elias Athanasopoulos <elathan@phys.uoa.gr>
2
3 * mips-dis.c (print_mips_disassembler_options): Make 'i' unsigned,
4 use ARRAY_SIZE in loops.
5
6 2003-02-12 Dave Brolley <brolley@redhat.com>
7
8 * fr30-desc.c: Regenerate.
9
10 2003-02-06 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
11
12 * i386-dis.c (dq_mode, Edq): Define.
13 (dis386_twobyte): Correct movd operands.
14 (OP_E): Handle dq_mode case.
15
16 2003-01-29 Henric Jungheim <henric@attbi.com>
17
18 * sparc-dis.c (print_insn_sparc): When examining values added in
19 to rs1, make sure that there are previous instructions.
20
21 2003-01-23 Nick Clifton <nickc@redhat.com>
22
23 * Add sh2e support:
24
25 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
26
27 * sh-dis.c (print_insn_shx): Handle bfd_mach_sh2e.
28 * sh-opc.h (arch_sh2e, arch_sh2e_up): New.
29 (arch_sh2_up): Added sh2e.
30 (sh_table): Replaced all occurrences of arch_sh3e_up with
31 arch_sh2e_up, except in fsqrt.
32
33 2003-01-23 Alan Modra <amodra@bigpond.net.au>
34
35 * sh64-dis.c: Include elf32-sh64.h.
36 * Makefile.am: Run "make dep-am".
37 * Makefile.in: Regenerate.
38
39 2003-01-17 Richard Henderson <rth@redhat.com>
40
41 * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap
42 PAL entry points.
43
44 2003-01-16 Alan Modra <amodra@bigpond.net.au>
45
46 * Makefile.am: Run "make dep-am".
47 * Makefile.in: Regenerate.
48 * po/POTFILES.in: Regenerate.
49
50 2003-01-08 Klee Dienes <kdienes@apple.com>
51
52 * Makefile.am (ALL_MACHINES): Add msp430-dis.lo.
53 * Makefile.in: Regenerate.
54
55 2003-01-08 Alan Modra <amodra@bigpond.net.au>
56
57 * ppc-opc.c (powerpc_macros <extrwi>): Accept a shift of 32.
58
59 2002-01-02 Ben Elliston <bje@redhat.com>
60 Jeff Johnston <jjohnstn@redhat.com>
61
62 * iq2000-asm.c: New file.
63 * iq2000-desc.c: Likewise.
64 * iq2000-desc.h: Likewise.
65 * iq2000-dis.c: Likewise.
66 * iq2000-ibld.c: Likewise.
67 * iq2000-opc.c: Likewise.
68 * iq2000-opc.h: Likewise.
69 * Makefile.am (HFILES): Add iq2000-desc.h, iq2000-opc.h.
70 (CFILES): Add iq2000-asm.c, iq2000-desc.c, iq2000-dis.c,
71 iq2000-ibld.c, iq2000-opc.c.
72 (ALL_MACHINES): Add iq2000-asm.lo, iq2000-desc.lo, iq2000-dis.lo,
73 iq2000-ibld.lo, iq2000-opc.lo.
74 (CLEANFILES): Add stamp-iq2000.
75 (IQ2000_DEPS): New macro.
76 (stamp-iq2000): New target.
77 * Makefile.in: Regenerate.
78 * configure.in: Handle bfd_iq2000_arch.
79 * configure: Regenerate.
80
81 2003-01-02 Chris Demetriou <cgd@broadcom.com>
82
83 * mips-dis.c (print_insn_args): Use position extracted by "+A"
84 to calculate size for "+B". Redo code for "+C" so it shares
85 the same style as "+A" and "+B" now do.
86
87 2003-01-02 Chris Demetriou <cgd@broadcom.com>
88
89 * mips-dis.c: Update copyright years.
90 (print_insn_arg): Rename to...
91 (print_insn_args): This, returning void. Process the whole
92 string of args rather than a single one. Reindent.
93 (print_insn_mips): Update to match the above.
94
95 2002-12-31 Chris Demetriou <cgd@broadcom.com>
96
97 * mips-opc.c (mips_builtin_opcodes): Move "di" into the
98 right order alphabetically, and make all hex constants use
99 lower-case letters.
100
101 2002-12-31 Chris Demetriou <cgd@broadcom.com>
102
103 * mips-dis.c (mips_cp0sel_name): New structure.
104 (mips_cp0sel_names_mips3264, mips_cp0sel_names_mips3264r2)
105 (mips_cp0sel_names_sb1): New arrays.
106 (mips_arch_choice): New structure members "cp0sel_names" and
107 "cp0sel_names_len".
108 (mips_arch_choices): Add references to new cp0sel_names arrays
109 as appropriate, and make all existing entries reference
110 appropriate mips_XXX_names_numeric arrays rather than simply
111 using NULL.
112 (mips_cp0sel_names, mips_cp0sel_names_len): New variables.
113 (lookup_mips_cp0sel_name): New function.
114 (set_default_mips_dis_options): Set mips_cp0sel_names and
115 mips_cp0sel_names_len as appropriate. Remove now-unnecessary
116 checks for NULL register name arrays.
117 (parse_mips_dis_option): Likewise.
118 (print_insn_arg): Handle "+D" operand type.
119 * mips-opc.c (mips_builtin_opcodes): Add new "+D" variants
120 of mfc0, mtc0, dmfc0, and dmtc0 to print CP0+sel register
121 names symbolically.
122
123 2002-12-30 Chris Demetriou <cgd@broadcom.com>
124
125 * mips-dis.c (mips_cp0_names_mips3264r2, mips_hwr_names_numeric)
126 (mips_hwr_names_mips3264r2): New arrays.
127 (mips_arch_choice): New "hwr_names" member.
128 (mips_arch_choices): Adjust for structure change, and add a new
129 entry for "mips32r2" ISA.
130 (mips_hwr_names): New variable.
131 (set_default_mips_dis_options): Set mips_hwr_names.
132 (parse_mips_dis_option): New "hwr-names" option which sets
133 mips_hwr_names, and adjust "reg-names=ARCH" to set mips_hwr_names.
134 (print_insn_arg): Change return type to "int"
135 and use that to indicate number of characters consumed.
136 Add support for "+" operand extension character, "+A", "+B",
137 "+C", and "K" operands.
138 (print_insn_mips): Adjust for changes to print_insn_arg.
139 (print_mips_disassembler_options): Adjust for "hwr-names"
140 addition and "reg-names" change.
141 * mips-opc (I33): New define (shorthand for INSN_ISA32R2).
142 (mips_builtin_opcodes): Note that "nop" and "ssnop" are special
143 forms of "sll". Add new MIPS32 Release 2 instructions: ehb,
144 di, ei, ext, ins, jr.hb, jalr.hb, mfhc1, mfhc2, mthc1, mthc2,
145 rdhwr, rdpgpr, seb, seh, synci, wrpgpr, wsbh.
146 Note that hardware rotate instructions (ror, rorv) can be
147 used on MIPS32 Release 2, and add the official mnemonics
148 for them (rotr, rotrv) and the similar "rotl" mnemonic for
149 left-rotate.
150
151 2002-12-30 Dmitry Diky <diwil@mail.ru>
152
153 * configure.in: Add msp430 target.
154 * configure: Regenerate.
155 * disassemble.c: Add entry for msp430 disassembly.
156 * msp430-dis.c: New file: msp430 disassembler.
157
158 2002-12-27 Chris Demetriou <cgd@broadcom.com>
159
160 * disassemble.c (disassembler_usage): Add invocation of
161 print_mips_disassembler_options.
162 * mips-dis.c: Include libiberty.h.
163 (print_mips_disassembler_options, set_default_mips_dis_options)
164 (parse_mips_dis_option, parse_mips_dis_options, choose_abi_by_name)
165 (choose_arch_by_name, choose_arch_by_number): New functions.
166 (mips_abi_choice, mips_arch_choice): New structures.
167 (mips32_reg_names, mips64_reg_names, reg_names): Remove.
168 (mips_gpr_names_numeric, mips_gpr_names_oldabi)
169 (mips_gpr_names_newabi, mips_fpr_names_numeric)
170 (mips_fpr_names_32, mips_fpr_names_n32, mips_fpr_names_64)
171 (mips_cp0_names_numeric, mips_cp0_names_mips3264)
172 (mips_cp0_names_sb1, mips_abi_choices, mips_arch_choices)
173 (mips_processor, mips_isa, mips_gpr_names, mips_fpr_names)
174 (mips_cp0_names): New variables.
175 (print_insn_args): Use new variables to print GPR, FPR, and CP0
176 register names.
177 (mips_isa_type): Remove.
178 (print_insn_mips): Remove ISA and CPU setup since it is now done...
179 (_print_insn_mips): Here. Remove register setup code, and
180 call set_default_mips_dis_options and parse_mips_dis_options
181 instead.
182 (print_mips16_insn_arg): Use mips_gpr_names instead of mips32_names.
183
184 2002-12-23 Alan Modra <amodra@bigpond.net.au>
185
186 * Makefile.in: Regenerate.
187
188 2002-12-19 Nick Kelsey <nickk@ubicom.com>
189
190 * cgen-asm.c (cgen_parse_keyword): Added underscore to symbol character
191 check to fix false keyword trigger with names such as <keyword>_foo.
192
193 2002-12-19 Doug Evans <dje@sebabeach.org>
194
195 * Makefile.am (CGEN_CPUS): New variable.
196 (run-cgen-all): New rule.
197 * Makefile.in: Regenerate.
198
199 2002-12-18 Chris Demetriou <cgd@broadcom.com>
200
201 * mips-opc.c (mips_builtin_opcodes): Remove one "ror" and two
202 "dror" entries, and reorder the remaining "dror" and "ror" entries.
203
204 2002-12-16 DJ Delorie <dj@delorie.com>
205
206 * xstormy16-asm.c (parse_immediate16): Add prototype.
207
208 2002-12-16 Andrew MacLeod <amacleod@redhat.com>
209
210 * xstormy16-asm.c: Regenerate.
211
212 2002-12-16 Alan Modra <amodra@bigpond.net.au>
213
214 * ns32k-dis.c (print_insn_ns32k): Constify "d", remove register
215 keyword.
216
217 2002-12-13 Alan Modra <amodra@bigpond.net.au>
218
219 * h8500-opc.h (h8500_table): Add missing initializers to quiet
220 warnings.
221 * pj-dis.c (print_insn_pj): Adjust for pj_opc_info_t change.
222 * pj-opc.c (pj_opc_info): Add braces around union initializer.
223 * z8kgen.c: Include "libiberty.h".
224 (opt, args, toks): Fix initializer warnings.
225 (chewname): Make "name" a char **. Return mnemonic trimmed of
226 operands.
227 (gas): Improve emitted "DO NOT EDIT" warning. Format emitted
228 opcode_entry_type, and make "nicename" and "name" const. Make
229 z8k_table const too. Formatting. Generate idx as gas needs it.
230 * z8k-opc.h: Regenerate.
231
232 2002-12-08 Stephane Carrez <stcarrez@nerim.fr>
233
234 * m68hc11-dis.c (print_indexed_operand): Fix PC-relative address
235 for 9 and 16-bit PC-relative addressing mode.
236
237 2002-12-05 Aldy Hernandez <aldyh@redhat.com>
238
239 * ppc-opc.c: Delete evsabs, evsnabs, evsneg, evsadd, evssub,
240 evsmul, evsdiv, evscmpgt, evsgmplt, evststgt, evtstlt, evststeq,
241 evscfui, evscfsi, evscfuf, evscfsf, evsctui, evsctuiz, evsctsi,
242 evsctsiz, evsctuf, evsctsf, evmwhssfaa, evmwhssmaa, evmwhsmfaa,
243 evmwhsmiaa, evmwhusiaa, evmwhumiaa, evmwhssfan, evmwhssian,
244 evmwhsmfan, evmwhsmian, evmwhusian, evmwhumian, evmwhgssfaa,
245 evmwhgsmfaa, evmwhgsmiaa, evmwhgumiaa, evmwhgssfan, evmwhgsmfan,
246 evmwhgsmian, evmwhgumian.
247 (mftb): Add to opcode table.
248 (mtspefscr): Change RT to RS in opcode table.
249
250 2002-12-05 Aldy Hernandez <aldyh@redhat.com>
251
252 * ppc-opc.c: Move mbar and msync up. Change mask for mbar and
253 msync.
254
255 2002-12-04 David Mosberger <davidm@hpl.hp.com>
256
257 * ia64-opc-d.c (ia64_opcodes_d): Add "hint" instruction.
258 * ia64-opc-b.c: Add "hint.b" instruction.
259 * ia64-opc-f.c: Add "hint.f" instruction.
260 * ia64-opc-i.c: Add "hint.i" instruction.
261 * ia64-opc-m.c: Add "hint.m", "fc.i", "ld16", "st16", and
262 "cmp8xchg16" instructions.
263 * ia64-opc-x.c: Add "hint.x" instruction.
264
265 * ia64-opc.h (AR_CSD): New macro.
266
267 * ia64-ic.tbl: Update according to SDM2.1.
268 * ia64-raw.tbl: Ditto.
269 * ia64-waw.tbl: Ditto.
270
271 * ia64-gen.c (in_iclass): Handle "hint" like "nop".
272 (lookup_regindex): Recognize AR[FCR], AR[EFLAG], AR[CSD],
273 AR[SSD], AR[CFLG], AR[FSR], AR[FIR], and AR[FDR].
274 * ia64-asmtab.c: Regenerate.
275
276 2002-11-25 Aldy Hernandez <aldyh@redhat.com>
277
278 * ppc-opc.c: Remove evmwlssf, evmwlssfa, evmwlsmf, evmwlsmfa,
279 evmwlssfaaw, evmwlsmfaaw, evmwlssfanw, evmwlsfanw.
280
281 2002-12-04 Aldy Hernandez <aldyh@redhat.com>
282
283 * ppc-opc.c (PMRN): Remove.
284 (RA): Set to NB + 1.
285 (powerpc_opcodes): Change PMRN to SPR.
286 Change all RD to RS.
287 Change mftb to look like mftbl.
288 Move mftb before mftbl.
289 Add mfbbtar.
290 Add mtbbtar.
291 Change mfpmr to use PMR.
292 Change mtpmr to use PMR.
293 (RD): Remove.
294 (insert_ev2): Fix mask and shift.
295 (extract_ev2): Same.
296 (insert_ev4): Same.
297 (extract_ev4): Same.
298 (PMR): Define.
299 (extract_pmrn): Remove.
300 (insert_pmrn): Remove.
301
302 2002-12-03 Richard Henderson <rth@redhat.com>
303
304 * ia64-opc-m.c: Add ld8.mov.
305 * ia64-asmtab.c: Regenerate.
306
307 2002-12-02 Alan Modra <amodra@bigpond.net.au>
308
309 * arm-dis.c (print_insn_arm): Constify "insn". Formatting.
310 (print_insn_thumb): Likewise.
311 * h8500-dis.c (print_insn_h8500): Constify "opcode".
312 * mcore-dis.c (print_insn_mcore): Constify "op". Formatting.
313 * ns32k-dis.c (print_insn_arg <case 'F'>): Use a union to avoid
314 type-punned pointer warnings.
315 <case 'L'>: Likewise. Fix error message too.
316 * pdp11-dis.c (print_reg): Warning fix.
317 * sh-dis.c (print_movxy): Constify "op" param.
318 (print_insn_ddt): Constify sh_opcode_info vars.
319 (print_insn_ppi): Likewise.
320 (print_insn_sh): Likewise.
321 * tic30-dis.c (cnvt_tmsfloat_ieee): Use a union to avoid
322 type-punned pointer warnings.
323 * w65-dis.c (print_insn_w65): Constify "op".
324
325 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
326
327 * m68hc11-dis.c (PC_REGNUM): Define.
328 (print_indexed_operand): Need an adjustment for some PC-relative
329 operand modes; print the final address of PC-relative modes.
330 (print_insn): Take into account movw/movb to adjust the PC-relative
331 operand addresses.
332
333 2002-11-30 Alan Modra <amodra@bigpond.net.au>
334
335 *arm-dis.c, cris-dis.c, h8300-dis.c, mips-dis.c, mmix-dis.c, sh-dis.c,
336 sh64-dis.c, v850-dis.c: Replace boolean with bfd_boolean, true with
337 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
338 with TRUE/FALSE. Formatting.
339
340 2002-11-25 DJ Delorie <dj@redhat.com>
341
342 * xstormy16-opc.c: Regenerate.
343
344 2002-11-25 Jim Wilson <wilson@redhat.com>
345
346 * ia64-dis.c (print_insn_ia64): Correct handling of IA64_OPND_TGT64.
347
348 2002-11-15 DJ Delorie <dj@redhat.com>
349
350 * xstormy16-desc.c: Regenerate.
351 * xstormy16-opc.c: Regenerate.
352 * xstormy16-opc.h: Regenerate.
353
354 2002-11-18 Klee Dienes <kdienes@apple.com>
355
356 * avr-dis.c: Include libiberty.h (for xmalloc).
357 (struct avr_opcodes_s): Remove 'bin_mask' field (it's
358 automatically computed in the init routine).
359 (AVR_INSN): No longer provide bin_mask field in initializer.
360 (avr_opcodes_s): Declare as const.
361 (print_insn_avr): Store the bin_mask field in a separate table
362 (allocated with xmalloc); iterate through it at the same time as
363 we iterate through the opcodes.
364
365 2002-11-18 Klee Dienes <kdienes@apple.com>
366
367 * h8300-dis.c: Include libiberty.h (for xmalloc).
368 (struct h8_instruction): New type, used to wrap h8_opcodes with a
369 length field (computed at run-time).
370 (h8_instructions): New variable.
371 (bfd_h8_disassemble_init): Allocate the storage for
372 h8_instructions. Fill h8_instructions with pointers to the
373 appropriate opcode and the correct value for the length field.
374 (bfd_h8_disassemble): Iterate through h8_instructions instead of
375 h8_opcodes.
376
377 2002-11-18 Klee Dienes <kdienes@apple.com>
378
379 * arc-opc.c (arc_ext_opcodes): Define.
380 (arc_ext_operands): Define.
381 * i386-dis.c (Suffix3DNow): Declare as const.
382 * arm-opc.h (arm_opcodes): Declare as const.
383 (thumb_opcodes): Declare as const.
384 * h8500-opc.h (h8500_table): Declare as const.
385 (h8500_table): Use a NULL for the opcode in the terminator, so
386 that code testing (opcode->name) behaves correctly.
387 * mcore-opc.h (mcore_table): Declare as const.
388 * sh-opc.h (sh_table): Declare as const.
389 * w65-opc.h (optable): Declare as const.
390 * z8k-opc.h (z8k_table): Declare as const.
391
392 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
393
394 * tic4x-dis.c: Added support for enhanced and special insn.
395 (c4x_print_op): Added insn class 'i' and 'j'
396 (c4x_hash_opcode_special): Add to support special insn
397 (c4x_hash_opcode): Update to support the new opcode-list
398 format. Add support for the new special insns.
399 (c4x_disassemble): New opcode-list support.
400
401 2002-11-16 Klee Dienes <kdienes@apple.com>
402
403 * m88k-dis.c: Include libiberty.h (for xmalloc).
404 (HASHTAB): New type, used to build instruction hash tables.
405 Contains a pointer to an INSTAB and a pointer to the next hash
406 chain entry.
407 (instructions): Move definition from m88k.h; remove initialization
408 of 'next' field.
409 (hashtable): Now an aray of pointer-to-HASHTAB, not INSTAB.
410 (printop): Mark pointer to OPSPEC as const.
411 (install): Remove; fold into init_disasm.
412 (m88kdis): Update to ihashtab_initialized to 1 after calling
413 init_disasm. entry_ptr now iterates through HASHTABs, not
414 INSTABs.
415 (init_disasm): Iterate through the instructions and add to
416 hashtable[].
417
418 2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
419
420 * tic4x-dis.c: (c4x_print_op): Add support for the new argument
421 format. Fix bug in 'N' register printer.
422
423 2002-11-12 Segher Boessenkool <segher@koffie.nl>
424
425 * ppc-dis.c (print_insn_powerpc): Correct condition register display.
426
427 2002-11-07 Aldy Hernandez <aldyh@redhat.com>
428
429 * ppc-opc.c (EVUIMM_4): Change bit size to 32.
430 (EVUIMM_2): Same.
431 (EVUIMM_8): Same.
432
433 2002-11-07 Klee Dienes <kdienes@apple.com>
434
435 * Makefile.am (ia64-asmtab.c): Update to use the new '--srcdir'
436 argument to ia64-gen.
437 Regenerate dependencies for ia64-len.lo.
438 * Makefile.in: Regenerate.
439 * ia64-gen.c: Convert to use getopt(). Add the standard GNU
440 options, as well as '--srcdir', which controls the directory in
441 which ia64-gen looks for the sources it uses to generate the
442 output table. Add a 'const' to the declaration of the final
443 output table. Call xmalloc_set_program_name to set the program
444 name.
445 * ia64-asmtab.c: Regenerate.
446
447 2002-11-07 Nick Clifton <nickc@redhat.com>
448
449 * ia64-gen.c: Fix comment formatting and compile time warnings.
450 * ia64-opc-a.c: Fix compile time warnings.
451 * ia64-opc-b.c: Likewise.
452 * ia64-opc-d.c: Likewise.
453 * ia64-opc-f.c: Likewise.
454 * ia64-opc-i.c: Likewise.
455 * ia64-opc-m.c: Likewise.
456 * ia64-opc-x.c: Likewise.
457
458 2002-11-06 Aldy Hernandez <aldyh@redhat.com>
459
460 * opcodes/ppc-opc.c: Change RD to RS for evmerge*.
461
462 2002-10-07 Nathan Tallent <eraxxon@alumni.rice.edu>
463
464 * sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge,
465 fbl, fble, fblg, fbn, fbne, fbnz, fbo, fbu, fbue, fbug, fbuge,
466 fbul, fbule>: Add conditional/unconditional branch
467 classification.
468
469 2002-10-13 Stephane Carrez <stcarrez@nerim.fr>
470
471 * m68hc11-dis.c (print_insn): Treat bitmask and branch operands
472 at the end.
473
474 2002-09-30 Gavin Romig-Koch <gavin@redhat.com>
475 Ken Raeburn <raeburn@cygnus.com>
476 Aldy Hernandez <aldyh@redhat.com>
477 Eric Christopher <echristo@redhat.com>
478 Richard Sandiford <rsandifo@redhat.com>
479
480 * mips-dis.c (print_insn_arg): Handle '[', ']', 'e' and '%'.
481 (mips_isa_type): Handle bfd_mach_mips4120, bfd_mach_mips5400
482 and bfd_mach_mips5500.
483 * mips-opc.c (V1): Include INSN_4111 and INSN_4120.
484 (N411, N412, N5, N54, N55): New convenience defines.
485 (mips_builtin_opcodes): Add vr4120, vr5400 and vr5500 opcodes.
486 Change dmadd16 and madd16 from V1 to N411.
487
488 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
489
490 * mips-dis.c (print_insn_mips): Always allow disassembly of
491 32-bit jalx opcode.
492
493 2002-09-24 Nick Clifton <nickc@redhat.com>
494
495 * po/de.po: Updated German translation.
496
497 2002-09-21 Alan Modra <amodra@bigpond.net.au>
498
499 * Makefile.am: Run "make dep-am".
500 * Makefile.in: Regenerate.
501 * po/POTFILES.in: Regenerate.
502
503 2002-09-20 Nick Clifton <nickc@redhat.com>
504
505 * ppc-opc.c (CRFD, CRFS): Add PPC_OPERAND_CR flag so that cr
506 register names are accepted.
507
508 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
509
510 * tic4x-dis.c: Add function declarations and ATTRIBUTE_UNUSED.
511 Convert functions to K&R format.
512
513 2002-09-13 Nick Clifton <nickc@redhat.com>
514
515 * ppc-opc.c (MFDEC2): Include Book-E.
516 (PPCCHLK64): New opcode mask.
517 (evsubw, evsubiw, evmr, evnot, isellt, iselgt, iseleq, mfpid,
518 mfcsrr0, mfcsrr1, mfdear, mfesr, mfivpr, mfusprg0, mftbl,
519 mftbu, mfpir, mfdbsr, mfdbcr0, mfdbcr1, mfdbcr2, mfiac1,
520 mfiac2, mfiac3, mfiac4, mfdac1, mfdac2, mfdvc1, mfdvc2, mftsr,
521 mftcr, mfivor0, mfivor1, mfivor2, mfivor3, mfivor4, mfivor5,
522 mfivor6, mfivor7, mfivor8, mfivor9, mfivor10, mfivor11,
523 mfivor12, mfivor13, mfivor14, mfivor15, mfbbear, mfmcsrr0,
524 mfmcsrr1, mfmcsr, mtpid, mtdecar, mtcsrr0, mtcsrr1, mtdear,
525 mtesr, mtivpr, mtusprg0, mtsprg4, mtsprg5, mtsprg6, mtsprg7,
526 mtdbsr, mtdbcr0, mtdbcr1, mtdbcr2, mtiac1, mtiac2, mtiac3,
527 mtiac4, mtdac1, mtdac2, mtdvc1, mtdvc2, mttsr, mttcr, mtivor0,
528 mtivor1, mtivor2, mtivor3, mtivor4, mtivor5, mtivor6, mtivor7,
529 mtivor8, mtivor9, mtivor10, mtivor11, mtivor12, mtivor13,
530 mtivor14, mtivor15, mtbbear, mtmcsrr0, mtmcsrr1, mtmcsr): New
531 Book-E instructions.
532 (evfsneg): Fix opcode value.
533 (dcbtstlse, dcbtlse, icblce, dcblce, icbtsle): Use PPCCHLK64
534 mask.
535 (mcrxr64, tlbivaxe, tlbsxe, tlbsxe.): Restrict to 64-bit
536 Book-E.
537 (extsw): Restrict to 64-bit PPC instruction sets.
538 (extsw.): Does not exist in 64-bit Book-E.
539 (powerpc_macro): Remove mftbl, mftbu and mftb Book-E macros as
540 they are no longer needed.
541
542 2002-09-12 Gary Hade <garyhade@us.ibm.com>
543
544 * ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
545
546 2002-09-11 Nick Clifton <nickc@redhat.com>
547
548 * po/da.po: Updated Danish translation file.
549
550 2002-09-04 Nick Clifton <nickc@redhat.com>
551
552 * ppc-opc.c (extsw, extsw.): Do not allow for the BookE32.
553
554 2002-09-04 Nick Clifton <nickc@redhat.com>
555
556 * disassemble.c (disassembler_usage): Add invocation of
557 print_ppc_disassembler_options.
558 * ppc-dis.c (print_ppc_disassembler_options): New function.
559
560 2002-09-04 Nick Clifton <nickc@redhat.com>
561
562 * ppc-opc.c: The BookE implementations of the TLBWE and TLBRE
563 instructions do not take any arguments.
564
565 2002-09-02 Nick Clifton <nickc@redhat.com>
566
567 * v850-opc.c: Remove redundant references to V850EA architecture.
568
569 2002-09-02 Alan Modra <amodra@bigpond.net.au>
570
571 * arc-opc.c: Include bfd.h.
572 (arc_get_opcode_mach): Subtract off base bfd_mach value.
573
574 2002-08-30 Alan Modra <amodra@bigpond.net.au>
575
576 * v850-dis.c (disassemble): Remove bfd_mach_v850ea case.
577
578 * mips-dis.c (_print_insn_mips): Don't use hard-coded mach constants.
579
580 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
581
582 * configure.in: Added bfd_tic4x_arch.
583 * configure: Regenerate.
584 * Makefile.am: Added tic4x-dis.o target.
585 * Makefile.in: Regenerate.
586
587 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
588
589 * disassemble.c: Added tic4x target and c4x
590 disassembler routine.
591 * tic4x-dis.c: New file.
592
593 2002-08-16 Christian Groessler <chris@groessler.org>
594
595 * z8k-dis.c (unparse_instr): case CLASS_BA: Designate hex
596 values as those.
597 * z8kgen.c (opt): Fix definition of "in rd,imm16" opcode.
598 * z8k-opc.h: Regenerated with new z8kgen.c.
599
600 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
601
602 From matthew green <mrg@redhat.com>
603
604 * ppc-dis.c (powerpc_dialect): Support `-m500', `-m500x2' and
605 `-mefs'. Turn off AltiVec for E500 and efs.
606 (print_insn_powerpc): Don't print an AltiVec instruction if the
607 dialect is not efs.
608
609 * ppc-opc.c (insert_pmrn, extract_pmrn, insert_ev2, extract_ev2,
610 insert_ev4, extract_ev4, insert_ev8, extract_ev8): New functions
611 for extracting pmrn/evld/evstd/etc operands.
612 (CRB, CRFD, CRFS, DC, RD): New instruction fields.
613 (CT): Make this equal to RD + 1.
614 (PMRN): New operand.
615 (RA): Update.
616 (EVUIMM, EVUIMM_2, EVUIMM_4, EVUIMM_8): New operands.
617 (WS): Update.
618 (EVSEL, EVSEL_MASK): New instruction form and mask for EVSEL.
619 (ISEL, ISEL_MASK): New instruction form and mask for ISEL.
620 (XISEL, XISEL_MASK): New instruction form and mask for ISEL.
621 (CTX, CTX_MASK): New instruction form and mask for context cache
622 instructions.
623 (UCTX, UCTX_MASK): New instruction form and mask for user context
624 cache instructions.
625 (XC, XC_MASK, XUC, XUC_MASK): New instruction forms.
626 (CLASSIC): New define.
627 (PPCESPE): New define.
628 (PPCISEL, , PPCBRLK, PPCPMR, PPCCHLK, PPCRFMI): New
629 defines for integer select, cache control, branch
630 locking, power management, cache locking and machine check
631 APU instructions, respectively.
632 (efsabs, efsnabs, efsneg, efsadd, efssub, efsmul,
633 efsdiv, efscmpgt, efscmplt, efscmpeq, efststgt, efststlt,
634 efststeq, efscfui, efsctuiz, efscfsi, efscfuf, efscfsf,
635 efsctui, efsctsi, efsctsiz, efsctuf, efsctsf,
636 evaddw, evaddiw, evsubfw, evsubifw, evabs, evneg, evextsb,
637 evextsh, evrndw, evcntlzw, evcntlsw, brinc, evand, evandc, evor,
638 evorc, evxor, eveqv, evnand, evnor, evrlw, evrlwi, evslw, evslwi,
639 evsrws, evsrwu, evsrwis, evsrwiu, evsplati, evsplatfi, evmergehi,
640 evmergelo, evmergehilo, evmergelohi, evcmpgts, evcmpgtu, evcmplts,
641 evcmpltu, evcmpeq, evsel, evldd, evlddx, evldw, evldwx, evldh,
642 evldhx, evlwhe, evlwhex, evlwhou, evlwhoux, evlwhos, evlwhosx,
643 evlwwsplat, evlwwsplatx, evlwhsplat, evlwhsplatx, evlhhesplat,
644 evlhhesplatx, evlhousplat, evlhousplatx, evlhossplat, evlhossplatx,
645 evstdd, evstddx, evstdw, evstdwx, evstdh, evstdhx, evstwwe,
646 evstwwex, evstwwo, evstwwox, evstwhe, evstwhex, evstwho, evstwhox,
647 evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul, evfsdiv,
648 evfscmpgt, evfscmplt, evfscmpeq, evfststgt, evfststlt, evfststeq,
649 evfscfui, evfsctuiz, evfscfsi, evfscfuf, evfscfsf, evfsctui,
650 evfsctsi, evfsctsiz, evfsctuf, evfsctsf, evsabs, evsnabs, evsneg,
651 evsadd, evssub, evsmul, evsdiv, evscmpgt, evsgmplt, evsgmpeq,
652 evststgt, evststlt, evststeq, evscfui, evscfsi, evscfuf, evscfsf,
653 evsctui, evsctuiz, evsctsi, evsctsiz, evsctuf, evsctsf, evmhossf,
654 evmhossfa, evmhosmf, evmhosmfa, evmhosmi, evmhosmia, evmhoumi,
655 evmhoumia, evmhessf, evmhessfa, evmhesmf, evmhesmfa, evmhesmi,
656 evmhesmia, evmheumi, evmheumia, evmhossfaaw, evmhossiaaw,
657 evmhosmfaaw, evmhosmiaaw, evmhousiaaw, evmhoumiaaw, evmhessfaaw,
658 evmhessiaaw, evmhesmfaaw, evmhesmiaaw, evmheusiaaw, evmheumiaaw,
659 evmhossfanw, evmhossianw, evmhosmfanw, evmhosmianw, evmhousianw,
660 evmhoumianw, evmhessfanw, evmhessianw, evmhesmfanw, evmhesmianw,
661 evmheusianw, evmheumianw, evmhogsmfaa, evmhogsmiaa, evmhogumiaa,
662 evmhegsmfaa, evmhegsmiaa, evmhegumiaa, evmhogsmfan, evmhogsmian,
663 evmhogumian, evmhegsmfan, evmhegsmian, evmhegumian, evmwhssf,
664 evmwhssfa, evmwhssfaa, evmwhssmaa, evmwhsmfaa, evmwhsmiaa,
665 evmwhusiaa, evmwhumiaa, evmwhssfan, evmwhssian, evmwhsmfan,
666 evmwhsmian, evmwhusian, evmwhumian, evmwhgssfaa, evmwhgsmfaa,
667 evmwhgsmiaa, evmwhgumiaa, evmwhgssfan, evmwhgsmfan, evmwhgsmian,
668 evmwhgumian, evmwhsmf, evmwhsmfa, evmshsmi, evmshsmia, evmshumi,
669 evmshumia, evmmlssf, evmmlssfa, evmwlsmf, evmwlsmfa, evmwlumi,
670 evmwlumia, evmwlssfaaw, evmwlssiaaw, evmwlsmfaaw, evmwlsmiaaw,
671 evmwlusiaaw, evmwlumiaaw, evmwissfanw, evmwissianw, evmwlsmfanw,
672 evmwlsmianw, evmwlusianw, evmwlumianw, evmwssf, evmwssfa,
673 evmwsmf, evmwsmfa, evmwsmi, evmwsmia, evmwumi, evmwumia,
674 evmwssfaa, evmwsmfaa, evmwsmiaa, evmwumiaa, evmwssfan, evmwsmfan,
675 evmwsmian, evmwumian, evaddssiaaw, evaddsmiaaw, evaddusiaaw,
676 evaddumiaaw, evsubfssiaaw, evsubfsmiaaw, evsubfusiaaw,
677 evsubfumiaaw, evmra, evdivws, evdivws): New e500x2 Core Complex
678 instructions.
679 (rfmci): New machine check APU instruction.
680 (isel): New integer select APU instructino.
681 (icbtls, icbtlse, icblc, icblce, dcbtls, dcbtlse, dcbtstls,
682 dcbtstlse, dcblc, dcblce): New cache control APU instructions.
683 (mtspefscr, mfspefscr): New instructions.
684 (mfpmr, mtpmr): New performance monitor APU instructions.
685 (savecontext): New context cache APU instructions.
686 (bblels, bbelr): New branch locking APU instructions.
687 (bblels, bbelr): New instructions.
688 (mftbl, mftbu, mftb): Set as CLASSIC instructions. Add BOOKE alias.
689
690 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
691
692 * m68hc11-opc.c: Update call operand to accept the page definition.
693 Identify instructions that are branches and calls to generate a
694 RL_JUMP relocation.
695
696 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
697
698 * m68hc11-dis.c (print_insn): Take into account 68HC12 memory
699 banks and fix disassembling of call instruction.
700 (print_indexed_operand): New param to tell whether
701 it was an indirect addressing operand (for disassembling call).
702
703 2002-08-09 Nick Clifton <nickc@redhat.com>
704
705 * po/sv.po: Updated Swedish translation.
706
707 2002-08-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
708
709 * mips-opc.c (mips_builtin_opcodes): Remove "dla" and "la" as
710 aliases to "daddiu" and "addiu".
711
712 2002-07-30 Nick Clifton <nickc@redhat.com>
713
714 * po/sv.po: Updated Swedish translation.
715
716 2002-07-25 Nick Clifton <nickc@redhat.com>
717
718 * po/sv.po: Updated Swedish translation.
719 * po/es.po: Updated Spanish translation.
720 * po/pr_BR.po: Updated Brazilian Portuguese translation.
721 * po/tr.po: Updated Turkish translation.
722 * po/fr.po: Updated French translation.
723
724 2002-07-24 Nick Clifton <nickc@redhat.com>
725
726 * po/sv.po: Updated Swedish translation.
727 * po/es.po: Updated Spanish translation.
728 * po/pr_BR.po: Updated Brazilian Portuguese translation.
729
730 2002-07-23 Alan Modra <amodra@bigpond.net.au>
731
732 * Makefile.am: Run "make dep-am".
733 * Makefile.in: Regenerate.
734 * po/POTFILES.in: Regenerate.
735
736 2002-07-23 Nick Clifton <nickc@redhat.com>
737
738 * po/fr.po: Updated French translation.
739 * po/pr_BR.po: New Brazilian Portuguese translation.
740 * po/id.po: Updated Indonesian translation.
741 * configure.in (LINGUAS): Add pr_BR.
742 * configure: Regenerate.
743
744 2002-07-18 Denis Chertykov <denisc@overta.ru>
745 Frank Ch. Eigler <fche@redhat.com>
746 Alan Lehotsky <alehotsky@cygnus.com>
747 matthew green <mrg@redhat.com>
748
749 * configure.in: Add support for ip2k.
750 * configure: Regenerate.
751 * Makefile.am: Add support for ip2k.
752 * Makefile.in: Regenerate.
753 * disassemble.c: Add support for ip2k.
754 * ip2k-asm.c: New generated file.
755 * ip2k-desc.c: New generated file.
756 * ip2k-desc.h: New generated file.
757 * ip2k-dis.c: New generated file.
758 * ip2k-ibld.c: New generated file.
759 * ip2k-opc.c: New generated file.
760 * ip2k-opc.h: New generated file.
761
762 2002-07-17 David Mosberger <davidm@hpl.hp.com>
763
764 * ia64-opc-b.c (bWhc): New macro.
765 (mWhc): Ditto.
766 (OpPaWhcD): Ditto.
767 (ia64_opcodes_b): Correct patterns for indirect call
768 instructions to use 3-bit "wh" field.
769 * ia64-asmtab.c: Regnerate.
770
771 2002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
772
773 * mips-dis.c (mips_isa_type): Add MIPS16 insn handling.
774 * mips-opc.c (I16): New define.
775 (mips_builtin_opcodes): Make jalx an I16 insn.
776
777 2002-06-18 Dave Brolley <brolley@redhat.com>
778
779 * po/POTFILES.in: Add frv-*.[ch].
780 * disassemble.c (ARCH_frv): New macro.
781 (disassembler): Handle bfd_arch_frv.
782 * configure.in: Support frv_bfd_arch.
783 * Makefile.am (HFILES): Add frv-*.h.
784 (CFILES): Add frv-*.c
785 (ALL_MACHINES): Add frv-*.lo.
786 (CLEANFILES): Add stamp-frv.
787 (FRV_DEPS): New variable.
788 (stamp-frv): New target.
789 (frv-asm.lo): New target.
790 (frv-desc.lo): New target.
791 (frv-dis.lo): New target.
792 (frv-ibld.lo): New target.
793 (frv-opc.lo): New target.
794 (frv-*.[ch]): New files.
795
796 2002-06-18 Ben Elliston <bje@redhat.com>
797
798 * Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.
799 * Makefile.in: Regenerate.
800
801 2002-06-08 Alan Modra <amodra@bigpond.net.au>
802
803 * a29k-dis.c: Replace CONST with const.
804 * h8300-dis.c: Likewise.
805 * m68k-dis.c: Likewise.
806 * or32-dis.c: Likewise.
807 * sparc-dis.c: Likewise.
808
809 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
810
811 * configure.in: Add "sh5*-*" to list of targets which include
812 sh64 support.
813 * configure: Regenerate.
814
815 2002-05-31 Chris G. Demetriou <cgd@broadcom.com>
816
817 * mips-opc.c: Clean up a few whitespace issues, and sort a
818 few entries understanding that 'x' follows 'w' in the alphabet.
819
820 2002-05-31 Chris G. Demetriou <cgd@broadcom.com>
821 Ed Satterthwaite <ehs@broadcom.com>
822
823 * mips-opc.c: Add support for SB-1 MDMX subset and extensions.
824
825 2002-05-31 Alan Modra <amodra@bigpond.net.au>
826
827 * Makefile.am: Run "make dep-am".
828 * Makefile.in: Regenerate.
829 * po/POTFILES.in: Regenerate.
830
831 2002-05-30 Chris G. Demetriou <cgd@broadcom.com>
832 Ed Satterthwaite <ehs@broadcom.com>
833
834 * mips-dis.c (print_insn_arg): Add support for 'O', 'Q', 'X', 'Y',
835 and 'Z' formats, for MDMX.
836 (mips_isa_type): Add MDMX instructions to the ISA
837 bit mask for bfd_mach_mipsisa64.
838 * mips-opc.c: Add support for MDMX instructions.
839 (MX): New definition.
840
841 * mips-dis.c: Update copyright years to include 2002.
842
843 2002-05-30 Diego Novillo <dnovillo@redhat.com>
844
845 * d10v-opc.c (d10v_opcodes): `btsti' does not modify its
846 arguments.
847
848 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
849
850 * configure.in: Add DLX configuraton support.
851 * configure: Regenerate.
852 * Makefile.am: Add DLX configuraton support.
853 * Makefile.in: Regenerate.
854 * disassemble.c: Add DLX support.
855 * dlx-dis.c: New file.
856
857 2002-05-25 Alan Modra <amodra@bigpond.net.au>
858
859 * Makefile.am (sh-dis.lo): Don't put make commands in deps.
860 * Makefile.in: Regenerate.
861 * arc-dis.c: Use #include "" instead of <> for local header files.
862 * m68k-dis.c: Likewise.
863
864 2002-05-22 J"orn Rennecke <joern.rennecke@superh.com>
865
866 * Makefile.am (sh-dis.lo): Compile with @archdefs@.
867 * Makefile.in: regenerate.
868
869 * sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4
870 for disassembly.
871
872 2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
873
874 * mips-opc.c (mips_builtin_opcodes): Add drol, dror macros.
875
876 2002-05-17 J"orn Rennecke <joern.rennecke@superh.com>
877
878 * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh.
879 * sh-dis.c (LITTLE_BIT): Delete.
880 (print_insn_sh, print_insn_shl): Deleted.
881 (print_insn_shx): Renamed to
882 (print_insn_sh). No longer static. Handle SHmedia instructions.
883 Use info->endian to determine endianness.
884 * sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete.
885 (print_insn_sh64x): No longer static. Renamed to
886 (print_insn_sh64). Removed pfun_compact and endian arguments.
887 If we got an uneven address to indicate SHmedia, adjust it.
888 Return -2 for SHcompact instructions.
889
890 2002-05-17 Alan Modra <amodra@bigpond.net.au>
891
892 * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
893 * configure.in: Invoke AM_INSTALL_LIBBFD.
894 * Makefile.am (install-data-local): Move to..
895 (install_libopcodes): .. New target.
896 (uninstall_libopcodes): Likewise.
897 (install-bfdlibLTLIBRARIES): Likewise.
898 (uninstall-bfdlibLTLIBRARIES): Likewise.
899 (bfdlibdir): New.
900 (bfdincludedir): New.
901 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
902 * aclocal.m4: Regenerate.
903 * configure: Regenerate.
904 * Makefile.in: Regenerate.
905
906 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
907
908 * fr30-asm.c: Regenerate.
909 * fr30-desc.c: Regenerate.
910 * fr30-dis.c: Regenerate.
911 * m32r-asm.c: Regenerate.
912 * m32r-desc.c: Regenerate.
913 * m32r-dis.c: Regenerate.
914 * openrisc-asm.c: Regenerate.
915 * openrisc-desc.c: Regenerate.
916 * openrisc-dis.c: Regenerate.
917 * xstormy16-asm.c: Regenerate.
918 * xstormy16-desc.c: Regenerate.
919 * xstormy16-dis.c: Regenerate.
920
921 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
922
923 * mips-dis.c (is_newabi): EABI is not a NewABI.
924
925 2002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
926
927 * configure.in (shle-*-*elf*): Include sh64 support.
928 * configure: Regenerate.
929
930 2002-04-28 Jason Thorpe <thorpej@wasabisystems.com>
931
932 * vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode.
933 (print_insn_mode): Print some basic info about floating point values.
934
935 2002-05-09 Anton Blanchard <anton@samba.org>
936
937 * ppc-opc.c: Add "tlbiel" for POWER4.
938
939 2002-05-07 Graydon Hoare <graydon@redhat.com>
940
941 * cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather
942 than just most-recently-opened.
943
944 2002-05-01 Alan Modra <amodra@bigpond.net.au>
945
946 * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.
947
948 2002-04-24 Christian Groessler <chris@groessler.org>
949
950 * z8k-dis.c (print_insn_z8k): Set disassemble_info to 2
951 bytes_per_chunk, 6 bytes_per_line for nicer display of the hex
952 codes.
953 (z8k_lookup_instr): CLASS_IGNORE case added.
954 (output_instr): Don't print hex codes, they are already
955 printed.
956 (unpack_instr): ARG_NIM4 case added. ARG_NIM8 case
957 fixed. Support CLASS_BIT_1OR2 and CLASS_IGNORE cases.
958 (unparse_instr): Fix base and indexed addressing disassembly:
959 The index is inside the brackets.
960 * z8kgen.c (gas): Add ARG_NIM4 and CLASS_IGNORE defines.
961 (opt): Fix shift left/right arithmetic/logical byte defines:
962 The high byte of the immediate word is ignored by the
963 processor.
964 Fix n parameter of ldm opcodes: The opcode contains (n-1).
965 (args): Fix "n" entry.
966 (toks): Add "nim4" and "iiii" entries.
967 * z8k-opc.h: Regenerated with new z8kgen.c.
968
969 2002-04-24 Nick Clifton <nickc@cambridge.redhat.com>
970
971 * po/id.po: New Indonesian translation.
972 * configure.in (ALL_LIGUAS): Add id.po
973 * configure: Regenerate.
974
975 2002-04-17 matthew green <mrg@redhat.com>
976
977 * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
978
979 2002-04-04 Alan Modra <amodra@bigpond.net.au>
980
981 * dep-in.sed: Cope with absolute paths.
982 * Makefile.am (dep.sed): Subst TOPDIR.
983 Run "make dep-am".
984 * Makefile.in: Regenerate.
985 * ppc-opc.c: Whitespace.
986 * s390-dis.c: Fix copyright date.
987
988 2002-03-23 matthew green <mrg@redhat.com>
989
990 * ppc-opc.c (vmaddfp): Fix operand order.
991
992 2002-03-21 Alan Modra <amodra@bigpond.net.au>
993
994 * Makefile.am: Run "make dep-am".
995 * Makefile.in: Regenerate.
996
997 2002-03-21 Anton Blanchard <anton@samba.org>
998
999 * ppc-opc.c: Add optional field to mtmsrd.
1000 (MTMSRD_L, XRLARB_MASK): Define.
1001
1002 2002-03-18 Jan Hubicka <jh@suse.cz>
1003
1004 * i386-dis.c (prefix_name): Fix handling of 32bit address prefix
1005 in 64bit mode.
1006 (print_insn) Likewise.
1007 (putop): Fix handling of 'E'
1008 (OP_E, OP_OFF): handle 32bit addressing mode in 64bit.
1009 (ptr_reg): Likewise.
1010
1011 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1012
1013 * po/fr.po: Updated version.
1014
1015 2002-03-16 Chris Demetriou <cgd@broadcom.com>
1016
1017 * mips-opc.c (M3D): Tweak comment.
1018 (mips_builtin_op): Add comment indicating that opcodes of the
1019 same name must be placed together in the table, and sort
1020 the "recip.fmt", "recip1.fmt", "recip2.fmt", "rsqrt.fmt",
1021 "rsqrt1.fmt", and "rsqrt2.fmt" opcodes by name.
1022
1023 2002-03-16 Nick Clifton <nickc@cambridge.redhat.com>
1024
1025 * Makefile.am: Tidy up sh64 rules.
1026 * Makefile.in: Regenerate.
1027
1028 2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
1029
1030 * mips-dis.c: Update copyright years.
1031
1032 2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
1033
1034 * mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA
1035 bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add
1036 comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that
1037 indicate that they should dissassemble all applicable
1038 MIPS-specified ASEs.
1039 * mips-opc.c: Add support for MIPS-3D instructions.
1040 (M3D): New definition.
1041
1042 * mips-opc.c: Update copyright years.
1043
1044 2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
1045
1046 * mips-opc.c (mips_builtin_opcodes): Sort bc<N> opcodes by name.
1047
1048 2002-03-15 Chris Demetriou <cgd@broadcom.com>
1049
1050 * mips-dis.c (is_newabi): Fix ABI decoding.
1051
1052 2002-03-14 Chris G. Demetriou <cgd@broadcom.com>
1053
1054 * mips-dis.c (mips_isa_type): Fix formatting of bfd_mach_mipsisa32
1055 and bfd_mach_mipsisa64 cases to match the rest.
1056
1057 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1058
1059 * po/fr.po: Updated version.
1060
1061 2002-03-13 Alan Modra <amodra@bigpond.net.au>
1062
1063 * ppc-opc.c: Add optional `L' field to tlbie.
1064 (XRTLRA_MASK): Define.
1065
1066 2002-03-06 Chris Demetriou <cgd@broadcom.com>
1067
1068 * mips-opc.c (mips_builtin_opcodes): Mark "pref" as being
1069 present on I4.
1070
1071 * mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps".
1072
1073 2002-03-05 Paul Koning <pkoning@equallogic.com>
1074
1075 * pdp11-opc.c: Fix "mark" operand type. Fix operand types
1076 for float opcodes that take float operands. Add alternate
1077 names (xxxD vs. xxxF) for float opcodes.
1078 * pdp11-dis.c (print_operand): Clean up formatting for mode 67.
1079 (print_foperand): New function to handle float opcode operands.
1080 (print_insn_pdp11): Use print_foperand to disassemble float ops.
1081
1082 2002-02-27 Nick Clifton <nickc@cambridge.redhat.com>
1083
1084 * po/de.po: Updated.
1085
1086 2002-02-26 Brian Gaeke <brg@dgate.org>
1087
1088 * Makefile.am (install-data-local): Install dis-asm.h.
1089
1090 2002-02-26 Nick Clifton <nickc@cambridge.redhat.com>
1091
1092 * configure.in (LINGUAS): Add de.po.
1093 * configure: Regenerate.
1094 * po/de.po: New file.
1095
1096 2002-02-25 Alan Modra <amodra@bigpond.net.au>
1097
1098 * ppc-dis.c (powerpc_dialect): Handle power4 option.
1099 * ppc-opc.c (insert_bdm): Correct description of "at" branch
1100 hints. Test PPC_OPCODE_POWER4 to determine branch hint flavour.
1101 (extract_bdm, insert_bdp, extract_bdp, valid_bo): Likewise.
1102 (BOFM64, BOFP64, BOTM64, BOFP64): Rename to BOFM4, BOFP4 etc.
1103 (BODNZM64, BODNZP64, BODZM64, BODZP64): Likewise.
1104 (PPCCOM32, PPCCOM64): Delete.
1105 (NOPOWER4, POWER4): Define.
1106 (powerpc_opcodes): Replace occurences of PPCCOM32 with NOPOWER4,
1107 and PPCCOM4 with POWER4 so that "at" style branch hint opcodes
1108 are enabled for power4 rather than ppc64.
1109
1110 2002-02-20 Tom Rix <trix@redhat.com>
1111
1112 * ppc-opc.c (powerpc_operands): Add WS field. Use for tlbre, tlbwe.
1113
1114 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1115
1116 * s390-dis.c (init_disasm): Use renamed architecture defines.
1117
1118 2002-02-19 matthew green <mrg@redhat.com>
1119
1120 * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
1121 specific.
1122
1123 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
1124
1125 * po/tr.po: Updated translation.
1126
1127 2002-02-15 Richard Henderson <rth@redhat.com>
1128
1129 * alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo
1130 disassembly mask.
1131
1132 2002-02-15 Richard Henderson <rth@redhat.com>
1133
1134 * alpha-opc.c (alpha_opcodes): Add simple pseudos for
1135 lda, ldah, jmp, ret.
1136
1137 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
1138
1139 * po/da.po: Updated translation.
1140
1141 2002-02-12 Graydon Hoare <graydon@redhat.com>
1142
1143 * cgen-asm.in (parse_insn_normal): Change call from
1144 @arch@_cgen_parse_operand to cd->parse_operand, to
1145 facilitate CGEN_ASM_INIT_HOOK doing useful work.
1146
1147 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
1148
1149 * sparc-dis.c (print_insn_sparc): Make sure 0xFFFFFFFF is not
1150 sign-extended.
1151
1152 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1153
1154 * Makefile.am: "make dep-am".
1155 * Makefile.in: Regenerate.
1156 * aclocal.m4: Regenerate.
1157 * config.in: Regenerate.
1158 * configure: Regenerate.
1159
1160 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
1161
1162 * configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64
1163 support only for sh-*-*elf*, shl-*-*elf*, sh-*-linux* and
1164 shl-*-linux*.
1165 * configure: Regenerate.
1166
1167 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1168
1169 * cgen-dis.c: Add prototypes for count_decodable_bits
1170 and add_insn_to_hash_chain.
1171
1172 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
1173
1174 * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
1175 * configure: Rebuilt.
1176
1177 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
1178
1179 * or32-opc.c: Fix compile time warning messages.
1180 * or32-dis.c: Fix compile time warning messages.
1181
1182 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
1183
1184 Contribute sh64-elf.
1185 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
1186 * sh64-opc.c: Regenerate.
1187 2001-03-13 DJ Delorie <dj@redhat.com>
1188 * sh64-opc.h: Rename A_RESV_Fx to A_REUSE_PREV so that its
1189 purpose is more obvious.
1190 * sh64-opc.c (shmedia_table): Ditto.
1191 * sh64-dis.c (initialize_shmedia_opcode_mask_table): Ditto.
1192 (print_insn_shmedia): Ditto.
1193 2001-03-12 DJ Delorie <dj@redhat.com>
1194 * sh64-opc.c: Adjust comments to reflect reality: replace bits
1195 3:0 with zeros (not "reserved"), replace "rrrrrr" with
1196 "gggggg" for two-operand floating point opcodes. Remove
1197 "fsina".
1198 2001-01-08 Hans-Peter Nilsson <hpn@cygnus.com>
1199 * sh64-dis.c (print_insn_shmedia) <failing read_memory_func>:
1200 Correct printing of .byte:s. Return number of printed bytes or
1201 -1; never 0.
1202 (print_insn_sh64x) <not CRT_SH5_ISA16>: Ditto. Print as .byte:s
1203 to next four-byte-alignment if insn or data is not aligned.
1204 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1205 * sh64-dis.c: Update comments and fix comment formatting.
1206 (initialize_shmedia_opcode_mask_table) <case A_IMMM>:
1207 Abort instead of setting length to 0.
1208 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
1209 crange_bsearch_cmpl, sh64_get_contents_type,
1210 sh64_address_in_cranges): Move to bfd/elf32-sh64.c.
1211 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
1212 * sh64-opc.c: Remove #if 0:d entries for instructions not found in
1213 SH-5/ST50-023-04: fcosa.s, fsrra.s and prefo.
1214 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1215 * sh64-dis.c (print_insn_shmedia): Display MOVI/SHORI-formed
1216 address with same prefix as SHcompact.
1217 In the disassembler, use a .cranges section for linked executables.
1218 * sh64-dis.c (SAVED_MOVI_R, SAVED_MOVI_IMM): Move to head of file
1219 and update for using structure in info->private_data.
1220 (struct sh64_disassemble_info): New.
1221 (is_shmedia_p): Delete.
1222 (crange_qsort_cmpb): New function.
1223 (crange_qsort_cmpl, crange_bsearch_cmpb): New functions.
1224 (crange_bsearch_cmpl, sh64_address_in_cranges): New functions.
1225 (init_sh64_disasm_info, sh64_get_contents_type_disasm): New functions.
1226 (sh64_get_contents_type, sh64_address_is_shmedia): New functions.
1227 (print_insn_shmedia): Correct displaying of address after MOVI/SHORI
1228 pair. Display addresses for linked executables only.
1229 (print_insn_sh64x_media): Initialize info->private_data by calling
1230 init_sh64_disasm_info.
1231 (print_insn_sh64x): Ditto. Find out type of contents by calling
1232 sh64_contents_type_disasm. Display data regions using ".long" and
1233 ".byte" similar to unrecognized opcodes.
1234 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
1235 * sh64-dis.c (is_shmedia_p): Check info->section and look for ISA
1236 information in section flags before considering symbols. Don't
1237 assume an info->mach setting of bfd_mach_sh5 means SHmedia code.
1238 * configure.in (bfd_sh_arch): Check presence of sh64 insns by
1239 matching $target $canon_targets instead of looking at the
1240 now-removed -DINCLUDE_SHMEDIA in $targ_cflags.
1241 * configure: Regenerate.
1242 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
1243 * sh64-opc.c (shmedia_creg_table): New.
1244 * sh64-opc.h (shmedia_creg_info): New type.
1245 (shmedia_creg_table): Declare.
1246 * sh64-dis.c (creg_name): New function.
1247 (print_insn_shmedia): Use it.
1248 * disassemble.c (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map
1249 bfd_mach_sh5 to print_insn_sh64 if big-endian and to
1250 print_insn_sh64l if little-endian.
1251 * sh64-dis.c (print_insn_shmedia): Make r unsigned.
1252 (print_insn_sh64l): New.
1253 (print_insn_sh64x): New.
1254 (print_insn_sh64x_media): New.
1255 (print_insn_sh64): Break out code to print_insn_sh64x and
1256 print_insn_sh64x_media.
1257 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1258 * sh64-opc.h: New file
1259 * sh64-opc.c: New file
1260 * sh64-dis.c: New file
1261 * Makefile.am: Add sh64 targets.
1262 (HFILES): Add sh64-opc.h.
1263 (CFILES): Add sh64-opc.c and sh64-dis.c.
1264 (ALL_MACHINES): Add sh64 files.
1265 * Makefile.in: Regenerate.
1266 * configure.in: Add support for sh64 to bfd_sh_arch.
1267 * configure: Regenerate.
1268 * disassemble.c [ARCH_all] (INCLUDE_SHMEDIA): Define.
1269 (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map bfd_mach_sh5 to
1270 print_insn_sh64.
1271 * sh-dis.c (print_insn_shx): Handle bfd_mach_sh5 as arch_sh4.
1272 * po/POTFILES.in: Regenerate.
1273 * po/opcodes.pot: Regenerate.
1274
1275 2002-02-04 Frank Ch. Eigler <fche@redhat.com>
1276
1277 * cgen-dis.in (print_insn_@arch@): Support disassemble_info.insn_sets.
1278
1279 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
1280
1281 * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
1282
1283 2002-02-01 Alan Modra <amodra@bigpond.net.au>
1284
1285 * Makefile.am: Run "make dep-am"
1286 * Makefile.in: Regenerate.
1287
1288 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
1289
1290 * or32-dis.c: New file.
1291 * or32-opc.c: New file.
1292 * configure.in: Add support for or32.
1293 * configure: Regenerate.
1294 * Makefile.am: Add support for or32.
1295 * Makefile.in: Regenerate.
1296 * disassemble.c: Add support for or32.
1297 * po/POTFILES.in: Regenerate.
1298 * po/opcodes.pot: Regenerate.
1299
1300 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1301
1302 * configure: Regenerated.
1303
1304 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
1305
1306 * po/fr.po: Updated version.
1307
1308 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1309
1310 * po/es.po: Updated version.
1311
1312 2002-01-24 Nick Clifton <nickc@cambridge.redhat.com>
1313
1314 * po/da.po: New version.
1315
1316 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1317
1318 * po/da.po: New file: Spanish translation.
1319 * configure.in (ALL_LINGUAS): Add da.
1320 * configure: Regenerate.
1321
1322 2002-01-22 Graydon Hoare <graydon@redhat.com>
1323
1324 * fr30-asm.c: Regenerate.
1325 * fr30-desc.c: Likewise.
1326 * fr30-desc.h: Likewise.
1327 * fr30-dis.c: Likewise.
1328 * fr30-ibld.c: Likewise.
1329 * fr30-opc.c: Likewise.
1330 * fr30-opc.h: Likewise.
1331 * m32r-asm.c: Likewise.
1332 * m32r-desc.c: Likewise.
1333 * m32r-desc.h: Likewise.
1334 * m32r-dis.c: Likewise.
1335 * m32r-ibld.c: Likewise.
1336 * m32r-opc.c: Likewise.
1337 * m32r-opc.h: Likewise.
1338 * m32r-opinst.c: Likewise.
1339 * openrisc-asm.c: Likewise.
1340 * openrisc-desc.c: Likewise.
1341 * openrisc-desc.h: Likewise.
1342 * openrisc-dis.c: Likewise.
1343 * openrisc-ibld.c: Likewise.
1344 * openrisc-opc.c: Likewise.
1345 * openrisc-opc.h: Likewise.
1346 * xstormy16-desc.c: Likewise.
1347
1348 2002-01-22 Richard Henderson <rth@redhat.com>
1349
1350 * alpha-dis.c (print_insn_alpha): Also mask the base opcode for
1351 comparison.
1352
1353 2002-01-22 Alan Modra <amodra@bigpond.net.au>
1354
1355 * Makefile.am: Run "make dep-am".
1356 * Makefile.in: Regenerate.
1357 * opcodes/po/POTFILES.in: Regenerate.
1358
1359 2002-01-19 Richard Earnshaw <rearnsha@arm.com>
1360
1361 * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.
1362 * arm-dis.c (print_insn_arm): Don't handle 'h' case.
1363
1364 2002-01-18 Keith Walker <keith.walker@arm.com>
1365
1366 * arm-opc.h (arm_opcodes): Add bxj instruction.
1367
1368 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1369
1370 * po/opcodes.pot: Regenerate.
1371 * po/fr.po: Regenerate.
1372 * po/sv.po: Regenerate.
1373 * po/tr.po: Regenerate.
1374
1375 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1376
1377 * po/tr.po: Import new version.
1378
1379 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
1380
1381 * arm-opc.h (arm_opcodes): Add patterns for VFP instructions.
1382 * arm-dis.c (print_insn_arm): Support new disassembly qualifiers for
1383 VFP bitfields.
1384
1385 2002-01-10 matthew green <mrg@redhat.com>
1386
1387 * xstormy16-asm.c: Regenerate.
1388 * xstormy16-desc.c: Likewise.
1389 * xstormy16-desc.h: Likewise.
1390 * xstormy16-dis.c: Likewise.
1391 * xstormy16-opc.c: Likewise.
1392 * xstormy16-opc.h: Likewise.
1393
1394 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1395
1396 * po/es.po: New file: Spanish translation.
1397 * configure.in (ALL_LINGUAS): Add es.
1398 * configure: Regenerate.
1399
1400 2001-12-31 Jeffrey A Law (law@redhat.com)
1401
1402 * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,
1403 'X', 'M', and 'A'. No longer emit a space after 'x' or 's'.
1404 Always emit a space after 'H'.
1405
1406 2001-12-18 matthew green <mrg@redhat.com>
1407
1408 * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
1409
1410 2001-12-17 Richard Henderson <rth@redhat.com>
1411
1412 * alpha-opc.c (unop): Encode with RB as $sp.
1413
1414 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1415
1416 * Makefile.am: Add support for xstormy16.
1417 * Makefile.in: Regenerate.
1418 * configure.in: Add support for xstormy16.
1419 * configure: Regenerate.
1420 * disassemble.c: Add support for xstormy16.
1421 * xstormy16-asm.c: New generated file.
1422 * xstormy16-desc.c: New generated file.
1423 * xstormy16-desc.h: New generated file.
1424 * xstormy16-dis.c: New generated file.
1425 * xstormy16-ibld.c: New generated file.
1426 * xstormy16-opc.c: New generated file.
1427 * xstormy16-opc.h: New generated file.
1428
1429 2001-12-06 Richard Henderson <rth@redhat.com>
1430
1431 * alpha-opc.c (alpha_opcodes): Add wh64en.
1432
1433 2001-12-04 Alexandre Oliva <aoliva@redhat.com>
1434
1435 * d10v-opc.c (d10v_predefined_registers): Remove warnings
1436 introduced in Nov 29's patch.
1437
1438 * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of
1439 unmatched register.
1440
1441 * d10v-dis.c (print_operand): Disregard OPERAND_SP in register
1442 predefined value.
1443
1444 * d10v-opc.c (RSRC_NOSP): New macro.
1445 (d10v_operands): Add it.
1446 (d10v_opcodes): Use RSRC_NOSP in post-decrement "st" and "st2w".
1447
1448 2001-11-29 Alexandre Oliva <aoliva@redhat.com>
1449
1450 * d10v-opc.c (d10v_predefined_registers): Mark `sp' as OPERAND_SP.
1451 (RSRC_SP): New macro.
1452 (d10v_operands): Add it.
1453 (d10v_opcodes): Adjust "st" and "st2w" to use RSRC_SP.
1454
1455 2001-11-23 Lars Brinkhoff <lars@nocrew.org>
1456
1457 * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions.
1458 Also, break out of the loop as soon as an instruction has been
1459 printed.
1460
1461 2001-11-17 matthew green <mrg@redhat.com>
1462
1463 * ppc-opc.c (mfvrsave, mtvrsave): New instructions.
1464
1465 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1466
1467 * po/POTFILES.in: Regenerate.
1468
1469 * ppc-opc.c (PPC64): Revert 2001-10-12. Do include PPC_OPCODE_PPC.
1470 (insert_bat, extract_bat, insert_bba, extract_bba,
1471 insert_bd, extract_bd, insert_bdm, extract_bdm,
1472 insert_bdp, extract_bdp, valid_bo,
1473 insert_bo, extract_bo, insert_boe, extract_boe,
1474 insert_ds, extract_ds, insert_de, extract_de,
1475 insert_des, extract_des, insert_li, extract_li,
1476 insert_mbe, extract_mbe, insert_mb6, extract_mb6,
1477 insert_nb, extract_nb, insert_nsi, extract_nsi,
1478 insert_ral, insert_ram, insert_ras,
1479 insert_rbs, extract_rbs, insert_sh6, extract_sh6,
1480 insert_spr, extract_spr, insert_tbr, extract_tbr): Add dialect param.
1481 (extract_bd, extract_bdm, extract_bdp,
1482 extract_ds, extract_des,
1483 extract_li, extract_nsi): Implement sign extension without conditional.
1484 (insert_bdm, extract_bdm,
1485 insert_bdp, extract_bdp, valid_bo): Handle 64 bit branch hints.
1486 (extract_bdm, extract_bdp): Correct 32 bit validation.
1487 (AT1_MASK, AT2_MASK): Define.
1488 (BBOAT_MASK): Define.
1489 (BBOATCB_MASK, BBOAT2CB_MASK, BBOATBI_MASK): Define.
1490 (BOFM64, BOFP64, BOTM64, BOTP64): Define.
1491 (BODNZM64, BODNZP64, BODZM64, BODZP64): Define.
1492 (PPCCOM32, PPCCOM64): Define.
1493 (powerpc_opcodes): Modify existing 32 bit insns with branch hints
1494 and add new patterns to implement 64 bit branches with hints. Move
1495 booke instructions so they match before ppc64.
1496
1497 * ppc-dis.c (powerpc_dialect): Set PPC_OPCODE_64 in dialect for
1498 64 bit default targets, and parse "32" and "64" in options.
1499 Formatting fixes.
1500 (print_insn_powerpc): Pass dialect to operand->extract.
1501
1502 2001-11-14 Dave Brolley <brolley@redhat.com>
1503
1504 * cgen-dis.c (count_decodable_bits): New function.
1505 (add_insn_to_hash_chain): New function.
1506 (hash_insn_array): Call add_insn_to_hash_chain.
1507 (hash_insn_list): Call add_insn_to_hash_chain.
1508 * m32r-dis.c: Regenerated.
1509 * fr30-dis.c: Regenerated.
1510
1511 2001-11-14 Andreas Jaeger <aj@suse.de>
1512
1513 * i386-dis.c (print_insn): Use x86-64 as option.
1514
1515 2001-11-14 Alan Modra <amodra@bigpond.net.au>
1516
1517 * disassemble.c (disassembler): Call print_insn_i386.
1518 * i386-dis.c (SUFFIX_ALWAYS): Define.
1519 (struct dis_private): Add orig_sizeflag.
1520 (print_insn_i386): Make it a wrapper, calling..
1521 (print_insn): ..The old body of print_insn_i386. Avoid longjmp
1522 warning without using volatile by moving orig_sizeflag to priv,
1523 and removing inbuf. Parse disassembler_options.
1524 (print_insn_i386_att, print_insn_i386_intel): Move initialisation
1525 code to print_insn.
1526 (putop): Remove #ifdef SUFFIX_ALWAYS.
1527
1528 2001-11-11 Timothy Wall <twall@alum.mit.edu>
1529
1530 * tic54x-dis.c: Use revised opcode structure. Export opcode
1531 template lookup.
1532 (has_lkaddr): Don't forget about Lmem insns.
1533 * tic54x-opc.c: Add emulation trap. Parallel table now uses
1534 standard opcode templates.
1535
1536 2001-11-13 Zack Weinberg <zack@codesourcery.com>
1537
1538 * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries
1539 to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand
1540 category instead of Ew.
1541
1542 2001-11-12 Niraj Gupta <ngupta@zumanetworks.com>
1543
1544 * m68k-opc.c: Fix definitions of wddata[bwl].
1545
1546 2001-11-09 Richard Sandiford <rsandifo@redhat.com>
1547
1548 * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to
1549 fit in the buffer, try to match the empty keyword.
1550
1551 2001-11-09 Nick Clifton <nickc@cambridge.redhat.com>
1552
1553 * cgen-ibld.in (extract_1): Fix badly placed #if 0.
1554 * fr30-ibld.c: Regenerate.
1555 * m32r-ibld.c: Regenerate.
1556 * openrisc-ibld.c: Regenerate.
1557
1558 2001-11-04 Chris Demetriou <cgd@broadcom.com>
1559
1560 * mips-dis.c (print_insn_mips): Remove spaces at end of line.
1561
1562 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1563
1564 * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr".
1565 * configure: Regernate.
1566 * po/fr.po: New file.
1567 * po/sv.po: New file.
1568 * po/tr.po: New file.
1569
1570 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1571
1572 * m68hc11-dis.c (print_insn): Fix disassembly of movb with a
1573 constant as source.
1574
1575 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1576
1577 * Makefile.am (CFILES): Add mmix-dis.c and mmix-opc.c. Regenerate
1578 dependencies.
1579 * Makefile.in: Regenerate.
1580 * mmix-dis.c, mmix-opc.c: New files.
1581
1582 2001-10-29 Kazu Hirata <kazu@hxi.com>
1583
1584 * d30v-dis.c: Fix a comment typo.
1585
1586 2001-10-23 Chris Demetriou <cgd@broadcom.com>
1587
1588 * mips-opc.c (mips_builtin_opcodes): Mark "bgezall" and
1589 "bltzall" as writing GPR 31 (since they do).
1590
1591 * mips-dis.c (print_insn_arg): Calculate info->target
1592 where appropriate.
1593 (print_insn_mips): Fill in instruction info.
1594 (print_mips16_insn_arg): Remove unneded variable 'val'.
1595 Removed duplicated instruction target calculations,
1596 calculate once and print that result. Use same idiom for
1597 masking the jump segment bits as is used in print_insn_arg.
1598
1599 2001-10-20 Alan Modra <amodra@bigpond.net.au>
1600
1601 * ppc-opc.c (CT): Make it an optional operand.
1602
1603 2001-10-17 Chris Demetriou <cgd@broadcom.com>
1604
1605 * mips-dis.c (mips_isa_type): Make the ISA used to disassemble
1606 SB-1 binaries include instructions specific to the SB-1.
1607 * mips-opc.c (SB1): New definition.
1608 (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps",
1609 "recip.ps", "rsqrt.ps", and "sqrt.ps".
1610
1611 2001-10-17 matthew green <mrg@redhat.com>
1612
1613 * ppc-opc.c (STRM): New AltiVec operand.
1614 (XDSS): New AltiVec instruction form.
1615 (mtvscr): Correct operand list.
1616 (dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions.
1617
1618 2001-10-17 Alan Modra <amodra@bigpond.net.au>
1619
1620 * po/POTFILES.in: Regenerate.
1621
1622 2001-10-13 matthew green <mrg@redhat.com>
1623
1624 * ppc-opc.c (MO): New macro for MO field of mbar instruction.
1625 (powerpc_opcodes): Add rfci, wrtee, wrteei, mfdcrx, mfdcr,
1626 mtdcrx, mtdcr, msync, dcba and mbar as BookE instructions.
1627
1628 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1629
1630 * cgen-ibld.in: Include safe-ctype.h in preference to
1631 ctype.h.
1632 * cgen-asm.in: Include safe-ctype.h in preference to
1633 ctype.h. Fix formatting. Use ISSPACE instead of isspace and
1634 TOLOWER instead of tolower.
1635 (@arch@_cgen_build_insn_regex): Remove duplication of syntax
1636 string elements in constructed regular expression.
1637 * fr30-asm.c: Regenerate.
1638 * fr30-desc.c: Regenerate.
1639 * fr30-ibld.c: Regenerate.
1640 * m32r-asm.c: Regenerate.
1641 * m32r-desc.c: Regenerate.
1642 * m32r-ibld.c: Regenerate.
1643 * openrisc-asm.c: Regenerate.
1644 * openrisc-desc.c: Regenerate.
1645 * openrisc-ibld.c: Regenerate.
1646 * po/opcodes.pot: Regenerate.
1647
1648 2001-10-12 matthew green <mrg@redhat.com>
1649
1650 * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New
1651 instruction field instruction/extraction functions for new BookE
1652 DE form instructions.
1653 (CT): New macro for CT field in an X form instruction.
1654 (DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form
1655 instructions.
1656 (PPC64): Don't include PPC_OPCODE_PPC.
1657 (403): New opcode macro for PPC403 processors.
1658 (BOOKE): New opcode macro for BookE processors.
1659 (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions.
1660 (bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise.
1661 (dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise.
1662 (stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise.
1663 (mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise.
1664 (subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise.
1665 (subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise.
1666 (addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise.
1667 (lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise.
1668 (stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise.
1669 (tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise.
1670 (lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise.
1671 (stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise.
1672 (lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise.
1673
1674 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look
1675 for a disassembler option of `booke', `booke32' or `booke64' to enable
1676 BookE support in the disassembler.
1677
1678 2001-10-12 John Healy <jhealy@redhat.com>
1679
1680 * cgen-dis.in (print_insn): Use min (cd->base_insn_bitsize, buflen*8)
1681 for the length when extracting the base part of the insn.
1682
1683 2001-10-09 Bruno Haible <haible@clisp.cons.org>
1684
1685 * cgen-asm.in (*_cgen_build_insn_regex): Generate a case sensitive
1686 regular expression. Fix some formatting problems.
1687 * fr30-asm.c: Regenerate.
1688 * openrisc-asm.c: Regenerate.
1689 * m32r-asm.c: Regenerate.
1690
1691 2001-10-09 Christian Groessler <cpg@aladdin.de>
1692
1693 * z8k-dis.c (unparse_instr): Fixed formatting. Change disassembly
1694 of indirect register memory accesses to be same format the
1695 assembler accepts.
1696
1697 2001-10-09 Nick Clifton <nickc@cambridge.redhat.com>
1698
1699 * sh-opc.h: Fix encoding of least significant nibble of the
1700 DSP single data transfer instructions.
1701
1702 * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
1703 instructions.
1704
1705 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
1706
1707 * cgen-asm.in: Fix compile time warning messages in generated
1708 C files.
1709 * cgen-dis.in: The same.
1710 * cgen-ibld.in: The same.
1711 * fr30-asm.c: Regenerate.
1712 * fr30-desc.c: Regenerate.
1713 * fr30-dis.c: Regenerate.
1714 * fr30-ibld.c: Regenerate.
1715 * fr30-opc.c: Regenerate.
1716 * m32r-asm.c: Regenerate.
1717 * m32r-desc.c: Regenerate.
1718 * m32r-dis.c: Regenerate.
1719 * m32r-ibld.c: Regenerate.
1720 * m32r-opc.c: Regenerate.
1721 * m32r-opinst.c Regenerate.
1722 * openrisc-asm.c: Regenerate.
1723 * openrisc-desc.c: Regenerate.
1724 * openrisc-dis.c: Regenerate.
1725 * openrisc-ibld.c: Regenerate.
1726 * openrisc-opc.c: Regenerate.
1727 * openrisc-opc.h: Regenerate.
1728 * Makefile.in: Regenerate.
1729 * po/POTFILES.in: Regenerate.
1730 * po/opcodes.pot: Regenerate.
1731
1732 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
1733
1734 * arm-opc.h (arm_opcodes): Add cirrus insns.
1735
1736 * arm-dis.c (print_insn_arm): Add 'I' case.
1737
1738 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1739
1740 * po/POTFILES.in: Regenerate.
1741 * configure: Regenerate.
1742
1743 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1744
1745 * Makefile.am (Makefile): Depend on bfd/configure.in.
1746 Run "make dep-am".
1747 * Makefile.in: Regenerate.
1748
1749 2001-09-30 John Healy <jhealy@redhat.com>
1750
1751 * cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits
1752 calls to cgen_get_insn_value and cgen_put_insn_value calls.
1753 (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call.
1754
1755 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1756
1757 * Makefile.am: Update dependencies with "make dep-am".
1758 * Makefile.in: Regenerate.
1759
1760 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1761
1762 * arc-dis.c: Formatting fixes.
1763 (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1764
1765 2001-09-21 Bruno Haible <haible@clisp.cons.org>
1766
1767 * arc-dis.c: Don't include <ctype.h>.
1768 * openrisc-desc.c: Likewise.
1769 * openrisc-ibld.c: Likewise.
1770
1771 2001-09-20 Nick Clifton <nickc@cambridge.redhat.com>
1772
1773 * fr30-opc.c: Fix compile time warning messages.
1774 * i370-opc.c: Fix compile time warning messages.
1775 * i960-dis.c: Fix compile time warning messages.
1776 * m32r-asm.c: Fix compile time warning messages.
1777 * m32r-desc.c: Fix compile time warning messages.
1778 * m32r-dis.c: Fix compile time warning messages.
1779 * m32r-ibld.c: Fix compile time warning messages.
1780 * m32r-opc.c: Fix compile time warning messages.
1781 * m32r-opinst.c: Fix compile time warning messages.
1782 * ns32k-dis.c: Fix compile time warning messages.
1783 * openrisc-asm.c: Fix compile time warning messages.
1784 * openrisc-desc.c: Fix compile time warning messages.
1785 * openrisc-dis.c: Fix compile time warning messages.
1786 * openrisc-ibld.c: Fix compile time warning messages.
1787 * openrisc-opc.c: Fix compile time warning messages.
1788 * pdp11-dis.c: Fix compile time warning messages.
1789 * tic54x-dis.c: Fix compile time warning messages.
1790 * v850-opc.c: Fix compile time warning messages.
1791 * vax-dis.c: Fix compile time warning messages.
1792 * w65-opc.h: Fix compile time warning messages.
1793 * z8k-opc.h: Fix compile time warning messages.
1794 * z8kgen.c: Fix compile time warning messages.
1795
1796 2001-09-19 Nick Clifton <nickc@cambridge.redhat.com>
1797
1798 * arm-dis.c: Fix compile time warning messages.
1799 * cgen-asm.c: Fix compile time warning messages.
1800 * cgen-dis.c: Fix compile time warning messages.
1801 * cris-dis.c: Fix compile time warning messages.
1802 * d10v-dis.c: Fix compile time warning messages.
1803 * fr30-asm.c: Fix compile time warning messages.
1804 * fr30-desc.c: Fix compile time warning messages.
1805 * fr30-dis.c: Fix compile time warning messages.
1806 * fr30-ibld.c: Fix compile time warning messages.
1807
1808 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1809
1810 * cgen-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1811 (cgen_parse_keyword): Use ISALNUM instead of isalnum.
1812 * cgen-opc.c: Include "safe-ctype.h" instead of <ctype.h>.
1813 (cgen_keyword_lookup_name): Use ISALPHA/TOLOWER instead of
1814 isalpha/tolower.
1815 (cgen_keyword_add): Use ISALNUM instead of isalnum.
1816 (hash_keyword_name): Use TOLOWER instead of tolower.
1817 * fr30-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1818 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1819 tolower/isspace.
1820 (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace.
1821 * fr30-desc.c: Don't include <ctype.h>.
1822 * fr30-ibld.c: Likewise.
1823 * ia64-gen.c: Include "safe-ctype.h" instead of <ctype.h>.
1824 (load_insn_classes, parse_resource_users, load_depfile): Use
1825 ISSPACE instead of isspace.
1826 * m32r-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1827 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1828 tolower/isspace.
1829 (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace.
1830 * m32r-desc.c: Don't include <ctype.h>.
1831 * m32r-ibld.c: Likewise.
1832 * openrisc-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1833 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1834 tolower/isspace.
1835 (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace.
1836
1837 2001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
1838
1839 * Makefile.am: Add rules and dependencies to create the s/390 opcode
1840 table out of s390-opc.txt automatically.
1841 * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used.
1842 * s390-mkopc.c (dumpTable): Change output to create a complete file.
1843 * s390-opc.c: New improved opcode format macros and remove the
1844 pregenerated opcode table.
1845 * s390-opc.txt: Adapt to new improved opcode format macros.
1846
1847 2001-09-14 David Schleef <ds@schleef.org>
1848
1849 * ppc-opc.c (VXA, VXA_MASK): Fix mask bits.
1850
1851 2001-09-04 Alan Modra <amodra@bigpond.net.au>
1852
1853 * i386-dis.c (grps): Don't print the implicit al/ax/eax register
1854 for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns.
1855
1856 2001-08-31 Eric Christopher <echristo@redhat.com>
1857 Jason Eckhardt <jle@redhat.com>
1858
1859 * mips-dis.c: Add support for bfd_mach_mipsisa32 and
1860 bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k,
1861 bfd_mach_mips64.
1862
1863 2001-08-31 Andreas Jaeger <aj@suse.de>
1864
1865 * tic54x-opc.c: Add default initializers to avoid warnings.
1866
1867 * arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
1868 * arc-ext.c: Likewise.
1869
1870 2001-08-28 matthew green <mrg@redhat.com>
1871
1872 * ppc-opc.c (icbt): Order correctly.
1873
1874 2001-08-27 David Edelsohn <dje@watson.ibm.com>
1875 Torbjorn Granlund <tege@swox.com>
1876
1877 * ppc-opc.c (DS): Add PPC_OPERAND_DS flag.
1878 (LS): Define.
1879 (insert_ds): Complain if not a multiple of 4.
1880 (XSYNC): Define.
1881 (XSYNC_MASK): Define.
1882 (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev",
1883 "slbmfee". Modify "sync" to use XSYNC_MASK and LS.
1884
1885 2001-08-26 Andreas Jaeger <aj@suse.de>
1886
1887 * h8500-opc.h: Add default initializers to h8500_table to shut up
1888 GCC warnings.
1889
1890 2001-08-25 Andreas Jaeger <aj@suse.de>
1891
1892 * tic54x-dis.c: Add unused attributes where needed.
1893
1894 * z8k-dis.c (output_instr): Add unused attribute.
1895
1896 * h8300-dis.c: Add missing prototypes.
1897 (bfd_h8_disassemble): Make static.
1898
1899 * cris-dis.c: Add missing prototype.
1900 * h8500-dis.c: Likewise.
1901 * m68hc11-dis.c: Likewise.
1902 * pj-dis.c: Likewise.
1903 * tic54x-dis.c: Likewise.
1904 * v850-dis.c: Likewise.
1905 * vax-dis.c: Likewise.
1906 * w65-dis.c: Likewise.
1907 * z8k-dis.c: Likewise.
1908
1909 * d10v-dis.c: Add missing prototype.
1910 (dis_long): Remove unused variable.
1911 (dis_2_short): Likewise.
1912
1913 * sh-dis.c: Add missing prototypes.
1914 * v850-opc.c: Likewise.
1915 Add unused attributes where needed.
1916
1917 * ns32k-dis.c: Add missing prototypes.
1918 (bit_extract_simple): Remove unused variable.
1919
1920 2001-08-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
1921
1922 * opcodes/s390-opc.c: Add "low or high" and "not low or high"
1923 branch instructions for gcc 3.0.
1924 * opcodes/s390-opc.txt: Likewise.
1925
1926 2001-08-21 Andreas Jaeger <aj@suse.de>
1927
1928 * i960-dis.c: Add parameters for prototypes
1929 (ctrl): Add unused attributes.
1930 (cobr): Likewise.
1931 (put_abs): Likewise.
1932
1933 * mips-dis.c: Add missing prototypes.
1934 * a29k-dis.c: Likewise.
1935 * arc-dis.c: Likewise.
1936 * ia64-opc.c: Likewise.
1937
1938 * s390-dis.c: Add missing prototypes.
1939 (init_disasm): Remove unused attribute since the parameter is
1940 used.
1941
1942 2001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1943
1944 * mips-opc.c (M1): Define. Reformatted Code.
1945 (mips_builtin_opcodes): Added performance counter opcodes mfpc, mfps,
1946 mtps, mtps. Typo.
1947
1948 2001-08-16 Jonathan Larmour <jlarmour@redhat.com>
1949
1950 * mips-opc.c: R3900s can support all branch likely INSN_MACROs where
1951 the corresponding non-likely insn is in MIPS I.
1952
1953 2001-08-13 Kazu Hirata <kazu@hxi.com>
1954
1955 * mcore-dis.c: Fix formatting.
1956 * mips-dis.c: Likewise.
1957 * pj-dis.c: Likewise.
1958 * z8k-dis.c: Likewise.
1959
1960 2001-08-12 Richard Henderson <rth@redhat.com>
1961
1962 * cgen-ibld.in (extract_normal): Match type of VALUE and MASK
1963 to *VALUEP. Regenerate all cgen files.
1964
1965 2001-08-10 Richard Sandiford <rsandifo@redhat.com>
1966
1967 * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32
1968 argument.
1969 * mips-opc.c (G6): Undefine.
1970 (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro
1971 as the first "move" alternative.
1972
1973 2001-08-10 Andreas Jaeger <aj@suse.de>
1974
1975 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1976 to build warnings.
1977 * configure: Regenerate.
1978
1979 2001-08-10 Alan Modra <amodra@bigpond.net.au>
1980
1981 * ppc-opc.c: Revert 2001-08-08.
1982
1983 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1984
1985 * dis-buf.c (generic_strcat_address): Add missing prototype.
1986 #if 0 the functions as it is unused.
1987
1988 2001-08-08 Alan Modra <amodra@bigpond.net.au>
1989
1990 1999-10-25 Torbjorn Granlund <tege@swox.com>
1991 * ppc-opc.c: Include "bfd.h".
1992 (powerpc_operands): Add new field for reloc type.
1993
1994 2001-07-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1995
1996 * mips-dis.c (print_insn_arg): Don't use software integer registers
1997 for coprocessor registers.
1998 (get_mips_isa): Removed.
1999 (is_newabi): New function, checks if NewABI is used.
2000 (_print_insn_mips): Get distinction between old ABI and new ABI right.
2001
2002 2001-08-01 Christian Groessler <cpg@aladdin.de>
2003
2004 * z8kgen.c: Fixed indentation of opt[] array. Include stdio.h to
2005 get stderr definition.
2006 (internal, gas): Removed warnings.
2007 (gas): Create a correct final entry for created array.
2008 * z8k-opc.h: Recreated with new z8kgen.
2009
2010 2001-07-28 Kazu Hirata <kazu@hxi.com>
2011
2012 * i386-dis.c: Fix formatting.
2013
2014 2001-07-28 Matthias Kramm <kramm@quiss.org>
2015
2016 * i386-dis.c: Change formatting conventions for architecture
2017 i386:intel to better match the format of various intel i386
2018 assemblers, like nasm, tasm or masm.
2019
2020 2001-07-24 Alan Modra <amodra@bigpond.net.au>
2021
2022 * Makefile.am: Update dependencies with "make dep-am".
2023 * Makefile.in: Regenerate
2024
2025 2001-07-24 Kazu Hirata <kazu@hxi.com>
2026
2027 * alpha-dis.c: Fix formatting.
2028 * cris-dis.c: Likewise.
2029 * d10v-dis.c: Likewise.
2030 * d30v-dis.c: Likewise.
2031 * m10300-dis.c: Likewise.
2032 * tic54x-dis.c: Likewise.
2033
2034 2001-07-23 Kazu Hirata <kazu@hxi.com>
2035
2036 * m68k-dis.c: Fix formatting.
2037 * pj-dis.c: Likewise.
2038 * s390-dis.c: Likewise.
2039 * z8k-dis.c: Likewise.
2040
2041 2001-07-21 Chris Demetriou <cgd@broadcom.com>
2042
2043 * mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s
2044 into the rest of the surrounding definitions.
2045
2046 2001-07-18 Alan Modra <amodra@bigpond.net.au>
2047
2048 * i386-dis.c (grps): Print l or w suffix, and require mem modrm
2049 for lgdt, lidt, sgdt, sidt.
2050
2051 2001-07-13 Philip Blundell <philb@gnu.org>
2052
2053 * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
2054
2055 2001-07-12 Jeff Johnston <jjohnstn@redhat.com>
2056
2057 * cgen-asm.in: Include "xregex.h" always to enable the libiberty
2058 regex support.
2059 (@arch@_cgen_build_insn_regex): New routine from Graydon.
2060 (@arch@_cgen_assemble_insn): Add Graydon's code to use regex
2061 to verify if it is worth parsing the insn as insn "x". Also update
2062 error message when insn is not a recognized format of the insn vs
2063 when the insn is completely unrecognized.
2064
2065 2001-07-11 Frank Ch. Eigler <fche@redhat.com>
2066
2067 * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of
2068 bfd_get_bits.
2069 * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect
2070 non-zero CGEN_CPU_DESC->insn_chunk_bitsize.
2071
2072 2001-07-09 Andreas Jaeger <aj@suse.de>, Karsten Keil <kkeil@suse.de>
2073
2074 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
2075 (OP_J): Use bfd_vma for mask to work properly with 64 bits.
2076 (op_address,op_riprel): Use bfd_vma to handle 64 bits.
2077
2078 2001-07-05 Ben Elliston <bje@redhat.com>
2079
2080 * Makefile.am (CPUDIR): Define.
2081 (stamp-m32r): Update dependencies.
2082 (stamp-fr30): Ditto.
2083 (stamp-openrisc): Ditto.
2084 * Makefile.in: Regenerate.
2085
2086 2001-07-03 Zoltan Hidvegi <hzoli@hzoli.2y.net>
2087
2088 * ppc-opc.c: Fix encoding of 'clf' instruction.
2089
2090 2001-06-30 Geoffrey Keating <geoffk@redhat.com>
2091
2092 * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
2093
2094 2001-06-28 Geoffrey Keating <geoffk@redhat.com>
2095
2096 * cgen-asm.c (cgen_parse_keyword): Allow any first character.
2097 * cgen-opc.c (cgen_keyword_add): Ignore special first
2098 character when building nonalpha_chars field.
2099
2100 2001-06-24 Ben Elliston <bje@redhat.com>
2101
2102 * m88k-dis.c: Format to conform to GNU coding standards.
2103
2104 2001-06-23 Andreas Jaeger <aj@suse.de>
2105
2106 * disassemble.c (disassembler_usage): Add unused attribute.
2107
2108 2001-06-22 Eric Christopher <echristo@redhat.com>
2109
2110 * mips-opc.c: Move prefx to start of the table.
2111
2112 2001-06-22 Stacey Sheldon <ssheldon@Catena.com>
2113
2114 * arc-opc.c (insert_st_syntax): Fix over-optimisation of ST
2115 instruction.
2116
2117 2001-06-22 Pauli <pauli@moreton.com.au>
2118
2119 * m68k-opc.c: Add wdebug instruction.
2120
2121 2001-06-15 Aldy Hernandez <aldyh@redhat.com>
2122
2123 * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
2124
2125 2001-06-14 Geoffrey Keating <geoffk@redhat.com>
2126
2127 * cgen-asm.c (cgen_parse_keyword): When looking for the
2128 boundaries of a keyword, allow any special characters
2129 that are actually in one of the allowed keyword.
2130 * cgen-opc.c (cgen_keyword_add): Add any special characters
2131 to the nonalpha_chars field.
2132
2133 2001-06-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
2134
2135 * s390-opc.c: Add lgh instruction.
2136 * s390-opc.txt: Likewise.
2137
2138 2001-06-11 Alan Modra <amodra@bigpond.net.au>
2139
2140 * i386-dis.c: Group function prototypes in one place.
2141 (FLOATCODE): Redefine as 1.
2142 (USE_GROUPS): Redefine as 2.
2143 (USE_PREFIX_USER_TABLE): Redefine as 3.
2144 (X86_64_SPECIAL): Define as 4.
2145 (GRP1b..GRPAMD): Move USE_GROUPS to bytecode1, index to bytecode2.
2146 (PREGRP0..PREGRP26): Similarly with USE_PREFIX_USER_TABLE.
2147 (dis386_att, dis386_intel, disx86_64_att, disx86_64_intel): Delete.
2148 (dis386): New table combining above four tables.
2149 (dis386_twobyte_att, dis386_twobyte_intel): Delete.
2150 (dis386_twobyte): New table combining above two tables.
2151 (x86_64_table): New table to handle x86_64.
2152 (X86_64_0): Define.
2153 (float_mem_att, float_mem_intel): Delet.
2154 (float_mem): New table combining above two tables.
2155 (print_insn_i386): Modify for above.
2156 (dofloat): Likewise.
2157 (putop): Handle '{', '|' and '}' to select alternative mnemonics.
2158 Return 0 on success, 1 if no valid alternative.
2159 (putop <case 'F'>, <case 'H'>): Print nothing for intel_syntax.
2160 (putop <case 'T'>): Move to case 'U', and share case 'Q' code.
2161 (putop <case 'I'>): Move to case 'T', and share case 'P' code.
2162 (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg
2163 if not 64-bit mode.
2164 (OP_I <case q_mode>): Handle as for v_mode if not 64-bit mode.
2165 (OP_I64): If not 64-bit mode, call OP_I.
2166 OP_OFF64): If not 64-bit mode, call OP_OFF.
2167 (OP_ST, OP_STi, OP_SEG, OP_DIR, OP_OFF, OP_OFF64, OP_MMX): Rename
2168 'ignore'/'ignored' to 'bytemode'.
2169
2170 2001-06-10 Alan Modra <amodra@bigpond.net.au>
2171
2172 * configure.in: Sort 'ta' case statement.
2173 * configure: Regenerate.
2174
2175 * i386-dis.c (dis386_att): Add 'H' to conditional branch and
2176 loop,jcxz insns.
2177 (disx86_64_att): Likewise.
2178 (dis386_twobyte_att): Likewise.
2179 (print_insn_i386): Don't print branch hints as a prefix.
2180 (putop): 'H' macro prints branch hints.
2181 (get64): Kill compile warnings.
2182
2183 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
2184
2185 * sh-opc.h (sh_table): Don't use empty initializers.
2186
2187 2001-06-06 Christian Groessler <cpg@aladdin.de>
2188
2189 * z8k-dis.c: Fix formatting.
2190 (unpack_instr): Remove unused cases in switch statement. Add
2191 safety abort() in default case.
2192 (unparse_instr): Add safety abort() in default case.
2193
2194 2001-06-06 Peter Jakubek <pjak@snafu.de>
2195
2196 * m68k-dis.c (print_insn_m68k): Fix typo.
2197 * m68k-opc.c (m68k_opcodes): Correct allowed operands for
2198 mcf (ColdFire) div, rem and moveb instructions.
2199
2200 2001-06-06 Alan Modra <amodra@bigpond.net.au>
2201
2202 * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.
2203 (cond_jump_mode, loop_jcxz_mode): Define.
2204 (dis386_att): Add cond_jump_flag and loop_jcxz_flag as
2205 appropriate, and 'F' suffix to loop insns.
2206 (disx86_64_att): Likewise.
2207 (dis386_twobyte_att): Likewise.
2208 (print_insn_i386): Don't output addr prefix for loop, jcxz insns.
2209 Output data size prefix for long conditional jumps. Output cs and
2210 ds branch hints.
2211 (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'.
2212 (OP_J): Don't make PREFIX_DATA used.
2213
2214 2001-06-04 Alexandre Oliva <aoliva@redhat.com>
2215
2216 * sh-opc.h (sh_table): Complete last element entry to avoid
2217 compiler warning.
2218
2219 2001-05-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2220
2221 * mips-dis.c (mips_isa_type): Add MIPS r12k support.
2222
2223 2001-05-23 Alan Modra <amodra@one.net.au>
2224
2225 * arc-opc.c: Whitespace changes.
2226
2227 2001-05-18 Hans-Peter Nilsson <hp@axis.com>
2228
2229 * cris-opc.c (cris_spec_regs): Add missing initializer field for
2230 last element.
2231
2232 2001-05-15 Frank Ch. Eigler <fche@redhat.com>
2233
2234 * cgen-dis.in (extract_normal): Complete support for min<base case.
2235
2236 2001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2237
2238 * mips-dis.c (INSNLEN): Rename MAXLEN.
2239 (std_reg_names): Replace by mips32_reg_names and mips64_reg_names.
2240 (print_insn_arg): Remove $ prefix of register names.
2241 (set_mips_isa_type): Remove.
2242 (mips_isa_type): New function.
2243 (get_mips_isa): New Function.
2244 (print_insn_mips): Rename _print_insn_mips.
2245 (_print_insn_mips): New function, contains code which was
2246 duplicated in print_insn_big_mips and print_insn_little_mips.
2247 (print_insn_big_mips): Moved code to _print_insn_mips.
2248 (print_insn_little_mips): Likewise.
2249 (print_mips16_insn_arg): Remove $ prefix of register names.
2250 Print error message before abort.
2251
2252 2001-05-14 J.T. Conklin <jtc@redback.com>
2253
2254 * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of
2255 simplified mnemonics used for setting PPC750-specific special
2256 purpose registers.
2257
2258 2001-05-12 H.J. Lu <hjl@gnu.org>
2259
2260 * i386-dis.c (print_insn_i386): Always set `mod', `reg' and
2261 `rm'.
2262
2263 2001-05-12 Peter Targett <peter.targett@arccores.com>
2264
2265 * arc-opc.c (arc_reg_names): Correct attribute for lp_count
2266 register to r/w. Formatting fixes throughout file.
2267
2268 2001-05-12 Alan Modra <amodra@one.net.au>
2269
2270 * i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and
2271 movq operands.
2272 (twobyte_has_modrm): Update table.
2273 (need_modrm): Give it file scope.
2274 (MODRM_CHECK): Define.
2275 (dofloat): Use MODRM_CHECK.
2276 (OP_E): Likewise.
2277 (OP_EM): Likewise.
2278 (OP_EX): Likewise.
2279
2280 2001-05-07 Frank Ch. Eigler <fche@redhat.com>
2281
2282 * cgen-dis.in (default_print_insn): Tolerate min<base instructions
2283 even at end of a section.
2284 * cgen-ibld.in (extract_normal): Tolerate min!=base!=max instructions
2285 by ignoring precariously-unpacked insn_value in favor of raw buffer.
2286
2287 2001-05-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2288
2289 * disassemble.c (disassembler_usage): Remove unused attribute.
2290
2291 2001-05-04 Frank Ch. Eigler <fche@redhat.com>
2292
2293 * m32r-dis.c, -asm.c, -ibld.c: Regenerated with disassembler fixes.
2294
2295 2001-05-04 Frank Ch. Eigler <fche@redhat.com>
2296
2297 * cgen-dis.in (print_insn): Remove call to read_insn. Instead,
2298 assume incoming buffer already has the base insn loaded. Handle
2299 smaller-than-base instructions for variable-length case.
2300
2301 2001-05-04 Alan Modra <amodra@one.net.au>
2302
2303 * i386-dis.c (Ev, Ed): Remove duplicate define.
2304 (Gd): Define.
2305 (XS): Define.
2306 (OP_XS): New function.
2307 (dis386_twobyte_att): Correct pinsrw, pextrw, pmovmskb, and
2308 movmskp operands.
2309 (dis386_twobyte_intel): Likewise.
2310 (prefix_user_table): Use MS for maskmovq operand.
2311
2312 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
2313
2314 * Makefile.am: Add OpenRISC target.
2315 * Makefile.in: Regenerated.
2316
2317 * disassemble.c (disassembler): Recognize the OpenRISC disassembly.
2318
2319 * configure.in (bfd_openrisc_arch): Add target.
2320 * configure: Regenerated.
2321
2322 * openrisc-asm.c: New file.
2323 * openrisc-desc.c: Likewise.
2324 * openrisc-desc.h: Likewise.
2325 * openrisc-dis.c: Likewise.
2326 * openrisc-ibld.c: Likewise.
2327 * openrisc-opc.c: Likewise.
2328 * openrisc-opc.h: Likewise.
2329
2330 2001-04-24 Christian Groessler <cpg@aladdin.de>
2331
2332 * z8k-dis.c: add names of control registers (ctrl_names);
2333 (seg_length): provides instruction length fixup for segmented
2334 mode; (unpack_instr): correctly handle ARG_DISP16, ARG_DISP12,
2335 CLASS_0DISP7, CLASS_1DISP7, CLASS_DISP8 and CLASS_PR cases;
2336 (unparse_intr): handle CLASS_PR, print addresses without '#'
2337 * z8k-opc.h: re-created with new z8kgen
2338 * z8kgen.c: merged in fixes which were in existing z8k-opc.h; new
2339 entries for ldctl/ldctlb instruction
2340
2341 2001-04-06 Andreas Jaeger <aj@suse.de>
2342
2343 * i386-dis.c: Add ffreep instruction.
2344
2345 2001-03-30 Alexandre Oliva <aoliva@redhat.com>
2346
2347 * ppc-opc.c (insert_mbe): Shift mask initializer as long.
2348
2349 2001-03-24 Alan Modra <alan@linuxcare.com.au>
2350
2351 * i386-dis.c (PREGRP25): Define.
2352 (dis386_twobyte_att): Use here in place of "movntq" entry.
2353 (dis386_twobyte_intel): Likewise.
2354 (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq".
2355 (PREGRP26): Define.
2356 (dis386_twobyte_att): Use here.
2357 (dis386_twobyte_intel): Likewise.
2358 (prefix_user_table): Add PREGRP26 entry for "punpcklqdq".
2359 (prefix_user_table <maskmovdqu>): XM operand, not MX.
2360 (prefix_user_table): Cosmetic changes to "bad" entries.
2361
2362 2001-03-23 Nick Clifton <nickc@redhat.com>
2363
2364 * mips-opc.c: Remove extraneous whitespace.
2365 * mips-dis.c: Remove extraneous whitespace.
2366
2367 2001-03-22 Ben Elliston <bje@redhat.com>
2368
2369 * cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
2370 declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
2371 * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
2372 to allay a compiler warning.
2373
2374 2001-03-22 Alan Modra <alan@linuxcare.com.au>
2375
2376 * i386-dis.c (dis386_twobyte_att): Add entries for paddq, psubq.
2377 (dis386_twobyte_intel): Likewise.
2378 (twobyte_has_modrm): Set entry for paddq, psubq.
2379
2380 2001-03-20 Patrick Macdonald <patrickm@redhat.com>
2381
2382 * cgen-dis.in (print_insn_@arch@): Add support for target machine
2383 determination via CGEN_COMPUTE_MACH.
2384 * fr30-desc.c: Regenerate.
2385 * fr30-dis.c: Regenerate.
2386 * fr30-opc.h: Regenerate.
2387 * m32r-desc.c: Regenerate.
2388 * m32r-dis.c: Regenerate.
2389 * m32r-opc.h: Regenerate.
2390 * m32r-opinst.c: Regenerate.
2391
2392 2001-03-20 H.J. Lu <hjl@gnu.org>
2393
2394 * configure.in: Remove the redundent AC_ARG_PROGRAM.
2395 * configure: Rebuild.
2396
2397 2001-03-19 Jim Wilson <wilson@redhat.com>
2398
2399 * ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
2400 notestr if larger than xsect.
2401 (in_class): Handle format M5.
2402 * ia64-asmtab.c: Regnerate.
2403
2404 2001-03-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
2405
2406 * vax-dis.c (print_insn_vax): Only fetch two bytes if the info buffer
2407 has more than one byte left to read.
2408
2409 2001-03-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
2410
2411 * s390-opc.c: Add new opcodes. Smooth out formatting.
2412 * s390-opc.txt: Add new opcodes.
2413
2414 2001-03-06 Nick Clifton <nickc@redhat.com>
2415
2416 * arm-dis.c (print_insn_thumb): Compute destination address
2417 of BLX(1) instruction by taking bit 1 from PC and not from bit
2418 0 of the offset.
2419
2420 2001-03-06 Igor Shevlyakov <igor@windriver.com>
2421
2422 * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs
2423 so command line switches will work.
2424
2425 2001-03-05 Dave Brolley <brolley@redhat.com>
2426
2427 * fr30-asm.c: Regenerate.
2428 * fr30-desc.c: Regenerate.
2429 * fr30-desc.h: Regenerate.
2430 * fr30-dis.c: Regenerate.
2431 * fr30-ibld.c: Regenerate.
2432 * fr30-opc.c: Regenerate.
2433 * fr30-opc.h: Regenerate.
2434 * m32r-asm.c: Regenerate.
2435 * m32r-desc.c: Regenerate.
2436 * m32r-desc.h: Regenerate.
2437 * m32r-dis.c: Regenerate.
2438 * m32r-ibld.c: Regenerate.
2439 * m32r-opc.c: Regenerate.
2440 * m32r-opc.h: Regenerate.
2441 * m32r-opinst.c: Regenerate.
2442
2443 2001-02-28 Igor Shevlyakov <igor@windriver.com>
2444
2445 * m68k-opc.c: fix cpushl according to Motorola. Enable
2446 bunch of instructions for Coldfire 5407 and add all new.
2447
2448 2001-02-27 Alan Modra <alan@linuxcare.com.au>
2449
2450 * configure.in (BFD_VERSION): Do without grep.
2451 * configure: Regenerate.
2452 * Makefile.am: Run "make dep-am".
2453 * Makefile.in: Regenerate.
2454
2455 2001-02-23 David Mosberger <davidm@hpl.hp.com>
2456
2457 * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
2458 * ia64-asmtab.c: Regenerate.
2459
2460 2001-02-21 David Mosberger <davidm@hpl.hp.com>
2461
2462 * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
2463 separate variants: one for IMM22 and the other for IMM14.
2464 * ia64-asmtab.c: Regenerate.
2465
2466 2001-02-21 Greg McGary <greg@mcgary.org>
2467
2468 * cgen-opc.c (cgen_get_insn_value): Add missing `return'.
2469
2470 2001-02-20 H.J. Lu <hjl@gnu.org>
2471
2472 * Makefile.am (ia64-ic.tbl): Remove the target.
2473 (ia64-raw.tbl): Likewise.
2474 (ia64-waw.tbl): Likewise.
2475 (ia64-war.tbl): Likewise.
2476 (ia64-asmtab.c): Generate it in the source directory.
2477 * Makefile.in: Regenerated.
2478
2479 2001-02-18 lars brinkhoff <lars@nocrew.org>
2480
2481 * Makefile.am: Add PDP-11 target.
2482 * configure.in: Likewise.
2483 * disassemble.c: Likewise.
2484 * pdp11-dis.c: New file.
2485 * pdp11-opc.c: New file.
2486
2487 2001-02-14 Jim Wilson <wilson@redhat.com>
2488
2489 * ia64-ic.tbl: Update from Intel. Add setf to fr-writers.
2490 * ia64-asmtab.c: Regenerate.
2491
2492 2001-02-12 Jan Hubicka <jh@suse.cz>
2493
2494 * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
2495 instructions.
2496 (putop): Handle 'Y'
2497
2498 2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2499
2500 * mips-dis.c (print_insn_arg): Use top four bits of the address of
2501 the following instruction not of the jump itself for the jump
2502 target.
2503 (print_mips16_insn_arg): Likewise.
2504
2505 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2506
2507 * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
2508 directory.
2509 * Makefile.in: Regenerate.
2510
2511 2001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
2512
2513 * Makefile.am: Add linux target for S/390.
2514 * Makefile.in: Likewise.
2515 * configure.in: Likewise.
2516 * disassemble.c: Likewise.
2517 * s390-dis.c: New file.
2518 * s390-mkopc.c: New file.
2519 * s390-opc.c: New file.
2520 * s390-opc.txt: New file.
2521
2522 2001-02-05 Jim Wilson <wilson@redhat.com>
2523
2524 * ia64-asmtab.c: Revert 2000-12-16 change.
2525
2526 2001-02-02 Patrick Macdonald <patrickm@redhat.com>
2527
2528 * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
2529 * m32r-desc.h: Regenerate.
2530
2531 2001-02-01 Jan Hubicka <jh@suse.cz>
2532
2533 * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
2534 (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
2535
2536 2001-01-14 Alan Modra <alan@linuxcare.com.au>
2537
2538 * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
2539
2540 2001-01-13 Nick Clifton <nickc@redhat.com>
2541
2542 * disassemble.c: Remove spurious white space.
2543
2544 2001-01-13 Jan Hubicka <jh@suse.cz>
2545
2546 * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
2547 templates.
2548
2549 2001-01-11 Peter Targett <peter.targett@arccores.com>
2550
2551 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
2552 * Makefile.am (C_FILES): Add arc-ext.c.
2553 (ALL_MACHINES) Add arc-ext.lo.
2554 (INCLUDES) Add opcode directory to list.
2555 New dependency entry for arc-ext.lo.
2556 * disassemble.c (disassembler): Correct call to
2557 arc_get_disassembler.
2558 * arc-opc.c: New update for ARC, including full base
2559 instructions for ARC variants.
2560 * arc-dis.h, arc-dis.c: New update for ARC, including
2561 extensibility functionality.
2562 * arc-ext.h, arc-ext.c: New files for handling extensibility.
2563
2564 2001-01-10 Jan Hubicka <jh@suse.cz>
2565
2566 * i386-dis.c (PREGRP15 - PREGRP24): New.
2567 (dis386_twobyt): Add SSE2 instructions.
2568 (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions.
2569 (twobyte_uses_f3_prefix): ... this one.
2570 (grps): Add SSE instructions.
2571 (prefix_user_table): Add two new slots; add SSE2 instructions.
2572 (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix;
2573 Handle the REPNZ and Data16 prefixes as well; do proper lookup
2574 to prefix_user_table.
2575 (OP_E): Accept mfence and lfence as well.
2576 (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions.
2577 (OP_XMM): Support REX extensions.
2578 (OP_EM): Likewise.
2579 (OP_EX): Likewise.
2580
2581 2001-01-09 Nick Clifton <nickc@redhat.com>
2582
2583 * arm-dis.c (print_insn): Set pc to zero for instructions with
2584 a reloc associated with them.
2585
2586 2001-01-09 Jeff Johnston <jjohnstn@redhat.com>
2587
2588 * cgen-asm.in (parse_insn_normal): Changed syn to be
2589 CGEN_SYNTAX_CHAR_TYPE. Changed all references to *syn
2590 as character to use CGEN_SYNTAX_CHAR macro and all comparisons
2591 to '\0' to use 0 instead.
2592 * cgen-dis.in (print_insn_normal): Ditto.
2593 * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto.
2594
2595 2001-01-05 Jan Hubicka <jh@suse.cz>
2596
2597 * i386-dis.c: Add x86_64 support.
2598 (rex): New static variable.
2599 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
2600 (USED_REX): New macro.
2601 (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
2602 (OP_I64, OP_OFF64, OP_IMREG): New functions.
2603 (OP_REG, OP_OFF): Declare.
2604 (get64, get32, get32s): New functions.
2605 (r??_reg): New constants.
2606 (dis386_att): Change templates of instruction implicitly promoted
2607 to 64bit; change e?? to RMe?? for unwind RM byte instructions.
2608 (grps): Likewise.
2609 (dis386_intel): Likewise.
2610 (dixx86_64_att): New table based on dis386_att.
2611 (dixx86_64_intel): New table based on dis386_intel.
2612 (names64, names8rex): New global variable.
2613 (names32, names16): Add extended registers.
2614 (prefix_user_t): Recognize rex prefixes.
2615 (prefix_name): Print REX prefixes nicely.
2616 (op_riprel): New global variable.
2617 (start_pc): Set type to bfd_vma.
2618 (print_insn_i386): Detect the 64bit mode and use proper table;
2619 move ckprefix after initializing the buffer; output unused rex prefixes;
2620 output information about target of RIP relative addresses.
2621 (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
2622 (print_operand_value): New function.
2623 (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
2624 REX prefix and new modes.
2625 (get64, get32s): New.
2626 (get32): Return bfd_signed_vma type.
2627 (set_op): Initialize the op_riprel.
2628 * disassemble.c (disassembler): Recognize the x86-64 disassembly.
2629
2630 2001-01-03 Richard Sandiford <r.sandiford@redhat.com>
2631
2632 cgen-dis.in (read_insn): Use bfd_get_bits()
2633
2634 2001-01-02 Richard Sandiford <rsandifo@redhat.com>
2635
2636 * cgen-dis.c (hash_insn_array): Use bfd_put_bits().
2637 (hash_insn_list): Likewise
2638 * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
2639 (extract_1): Use bfd_get_bits().
2640 (extract_normal): Apply sign extension to both extraction
2641 methods.
2642 * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
2643 (cgen_put_insn_value): Use bfd_put_bits()
2644
2645 2000-12-28 Frank Ch. Eigler <fche@redhat.com>
2646
2647 * cgen-asm.in (parse_insn_normal): Print better error message for
2648 instructions with missing operands.
2649
2650 2000-12-21 Santeri Paavolainen <santtu@ssh.com>
2651
2652 * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
2653
2654 2000-12-16 Nick Clifton <nickc@redhat.com>
2655
2656 * Makefile.in: Regenerate.
2657 * aclocal.m4: Regenerate.
2658 * config.in: Regenerate.
2659 * configure.in: Add spacing.
2660 * configure: Regenerate.
2661 * ia64-asmtab.c: Regenerate.
2662 * po/opcodes.pot: Regenerate.
2663
2664 2000-12-12 Frank Ch. Eigler <fche@redhat.com>
2665
2666 * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
2667 error messages over later parse-time ones.
2668
2669 2000-12-12 Jim Wilson <wilson@redhat.com>
2670
2671 * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
2672 argument.
2673 * ia64-gen.c (insert_deplist): Cast sizeof result to int.
2674 (print_dependency_table): Print NULL if semantics field not set.
2675 (insert_opcode_dependencies): Mark cmp parameter as unused.
2676 (print_main_table): Use fprintf_vma to print long long fields.
2677 (main): Mark argv paramter as unused. Convert to old style definition.
2678 * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
2679 * ia64-asmtab.c: Regnerate.
2680
2681 2000-12-09 Nick Clifton <nickc@redhat.com>
2682
2683 * m32r-dis.c (print_insn): Prevent re-read of instruction from
2684 wrong address.
2685
2686 * fr30-dis.c: Regenerate.
2687
2688 2000-12-08 Peter Targett <peter.targett@arccores.com>
2689
2690 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
2691 * Makefile.am (C_FILES): Add arc-ext.c.
2692 (ALL_MACHINES) Add arc-ext.lo.
2693 (INCLUDES) Add opcode directory to list.
2694 New dependency entry for arc-ext.lo.
2695 * disassemble.c (disassembler): Correct call to
2696 arc_get_disassembler.
2697 * arc-opc.c: New update for ARC, including full base
2698 instructions for ARC variants.
2699 * arc-dis.h, arc-dis.c: New update for ARC, including
2700 extensibility functionality.
2701 * arc-ext.h, arc-ext.c: New files for handling extensibility.
2702
2703 2000-12-03 Chris Demetriou cgd@sibyte.com
2704
2705 * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
2706 MOD_HILO, and MOD_LO macros.
2707
2708 * mips-opc.c (M1, M2): Delete.
2709 (mips_builtin_opcodes): Remove all uses of M1.
2710
2711 * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2
2712 instructions take "G" format second operands and use the
2713 correct flags.
2714 There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to
2715 match.
2716 Delete "sel" code operands from mfc1 and mtc1.
2717 Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants
2718 for dm[ft]c[023].
2719
2720 2000-12-03 Ed Satterthwaite ehs@sibyte.com and
2721 Chris Demetriou cgd@sibyte.com
2722
2723 * mips-opc.c (mips_builtin_opcodes): Finish additions
2724 for MIPS32 support, and clean up existing entries for
2725 aesthetics, consistency with the MIPS32 ISA, and
2726 with consistency the rest of the table.
2727
2728 2000-12-01 Nick Clifton <nickc@redhat.com>
2729
2730 * mips16-opc.c (mips16_opcodes): Add initialiser for membership
2731 field.
2732
2733 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2734
2735 mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument
2736 specifiers. Update 'B' for new constant names, and remove
2737 'm'.
2738 mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop"
2739 near the top of the array, so they are disassembled properly.
2740 Enable "ssnop" for MIPS32. Add "break" variant with 20 bit
2741 code for MIPS32. Update "clo" and "clz" to use 'U' operand
2742 specifier. Add 'H' format specifier variants for "mfc1,"
2743 "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32. Update
2744 MIPS32 "sdbbp" to use 'B' operand specifier. Add MIPS32
2745 "wait" variant which uses 'J' operand specifier.
2746
2747 * mips-dis.c (set_mips_isa_type): Update to use
2748 CPU_UNKNOWN and ISA_* constants. Add bfd_mach_mips32 case.
2749 Replace bfd_mach_mips4K with bfd_mach_mips32_4k case.
2750 * mips-opc.c (I32): New constant for instructions added in
2751 MIPS32.
2752 (P4): Delete.
2753 (mips_builtin_opcodes) Replace all uses of P4 with I32.
2754
2755 * mips-dis.c (set_mips_isa_type): Add cases for
2756 bfd_mach_mips5 and bfd_mach_mips64.
2757 * mips-opc.c (I64): New definitions.
2758
2759 * mips-dis.c (set_mips_isa_type): Add case for
2760 bfd_mach_mips_sb1.
2761
2762 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2763
2764 * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.
2765 (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
2766 Initialize variable dc to NULL.
2767 (print_insn_shx): Remove unused label d_reg_n.
2768
2769 2000-11-24 Nick Clifton <nickc@redhat.com>
2770
2771 * arm-opc.h: Add new opcode formatting parameter 'B'.
2772 (arm_opcodes): Add XScale, v5, and v5te instructions.
2773 (thumb_opcodes): Add v5t instructions.
2774
2775 * arm-dis.c (print_insn_arm): Handle new 'B' format
2776 parameter.
2777 (print_insn_thumb): Decode BLX(1) instruction.
2778
2779 2000-11-21 Chris Demetriou <cgd@sibyte.com>
2780
2781 * mips-opc.c: Fix file header comment.
2782
2783 2000-11-14 Hans-Peter Nilsson <hp@axis.com>
2784
2785 * cris-dis.c (cris_get_disassembler): If abfd is NULL, return
2786 print_insn_cris_with_register_prefix.
2787
2788 2000-11-11 Alexandre Oliva <aoliva@redhat.com>
2789
2790 * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
2791
2792 2000-11-07 Matthew Green <mrg@redhat.com>
2793
2794 * cgen-dis.in (print_insn): All insns which can fit into insn_value
2795 must be loaded there in their entirety.
2796
2797 2000-10-20 Jakub Jelinek <jakub@redhat.com>
2798
2799 * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
2800 (compute_arch_mask): Add v8plusb and v9b machines.
2801 (print_insn_sparc): siam mode decoding, accept ASRs up to 25.
2802 * sparc-opc.c: Support for Cheetah instruction set.
2803 (prefetch_table): Add #invalidate.
2804
2805 2000-10-16 Nick Clifton <nickc@redhat.com>
2806
2807 * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
2808
2809 2000-10-06 Dave Brolley <brolley@redhat.com>
2810
2811 * fr30-desc.h: Regenerate.
2812 * m32r-desc.h: Regenerate.
2813 * m32r-ibld.c: Regenerate.
2814
2815 2000-10-05 Jim Wilson <wilson@redhat.com>
2816
2817 * ia64-ic.tbl: Update from Intel.
2818 * ia64-asmtab.c: Regenerate.
2819
2820 2000-10-04 Kazu Hirata <kazu@hxi.com>
2821
2822 * ia64-gen.c: Convert C++-style comments to C-style comments.
2823 * tic54x-dis.c: Likewise.
2824
2825 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
2826
2827 Changes to add dollar prefix to registers for files where user symbols
2828 don't have a leading underscore. Fix formatting.
2829 * cris-dis.c (REGISTER_PREFIX_CHAR): New.
2830 (format_reg): Add parameter with_reg_prefix. All callers changed.
2831 (print_with_operands): Ditto.
2832 (print_insn_cris_generic): Renamed from print_insn_cris, add
2833 parameter with_reg_prefix.
2834 (print_insn_cris_with_register_prefix,
2835 print_insn_cris_without_register_prefix, cris_get_disassembler):
2836 New.
2837 * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
2838
2839 2000-09-22 Jim Wilson <wilson@redhat.com>
2840
2841 * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
2842 gt, ge, ngt, and nge.
2843 * ia64-asmtab.c: Regenerate.
2844
2845 * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
2846 * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
2847 (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
2848 * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
2849 * ia64-asmtab.c: Regnerate.
2850
2851 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2852
2853 * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores.
2854 Add mfc0 and mtc0 with sub-selection values.
2855 Add clo and clz opcodes.
2856 Add msub and msubu instructions for MIPS32.
2857 Add madd/maddu aliases for mad/madu for MIPS32.
2858 Support wait, deret, eret, movn, pref for MIPS32.
2859 Support tlbp, tlbr, tlbwi, tlbwr.
2860 (P4): New define.
2861
2862 * mips-dis.c (print_insn_arg): Print sdbbp 'm' args.
2863 (print_insn_arg): Handle 'H' args.
2864 (set_mips_isa_type): Recognize 4K.
2865 Use CPU_* defines instead of hardcoded numbers.
2866
2867 2000-09-11 Catherine Moore <clm@redhat.com>
2868
2869 * d30v-opc.c (d30v_operand_t): New operand type Rb2.
2870 (d30v_format_tab): Use Rb2 for modinc and moddec.
2871
2872 2000-09-07 Catherine Moore <clm@redhat.com>
2873
2874 * d30v-opc.c (d30v_format_tab): Use format Ra for
2875 modinc and moddec.
2876
2877 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2878
2879 * configure: Rebuilt with new libtool.m4.
2880
2881 2000-09-05 Nick Clifton <nickc@redhat.com>
2882
2883 * configure: Regenerate.
2884 * po/opcodes.pot: Regenerate.
2885
2886 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2887
2888 * acinclude.m4: Include libtool and gettext macros from the
2889 top level.
2890 * aclocal.m4, configure: Rebuilt.
2891
2892 2000-08-30 Kazu Hirata <kazu@hxi.com>
2893
2894 * tic80-dis.c: Fix formatting.
2895
2896 2000-08-29 Kazu Hirata <kazu@hxi.com>
2897
2898 * w65-dis.c: Fix formatting.
2899
2900 2000-08-28 Mark Hatle <mhatle@mvista.com>
2901
2902 * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
2903 (powerpc_opcodes): Add table entries for PPC 405 instructions.
2904 Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
2905 instructions. Added extended mnemonic mftbl as defined in the
2906 405GP manual for all PPCs.
2907
2908 2000-08-28 Jim Wilson <wilson@redhat.com>
2909
2910 * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
2911 call. Change last goto to use failed instead of done.
2912
2913 2000-08-28 Dave Brolley <brolley@redhat.com>
2914
2915 * cgen-ibld.in (cgen_put_insn_int_value): New function.
2916 (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
2917 (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
2918 (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
2919 * cgen-dis.in (read_insn): New static function.
2920 (print_insn): Use read_insn to read the insn into the buffer and set
2921 up for disassembly.
2922 (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
2923 in the buffer.
2924 * fr30-asm.c: Regenerated.
2925 * fr30-desc.c: Regenerated.
2926 * fr30-desc.h: Regenerated.
2927 * fr30-dis.c: Regenerated.
2928 * fr30-ibld.c: Regenerated.
2929 * fr30-opc.c: Regenerated.
2930 * fr30-opc.h: Regenerated.
2931 * m32r-asm.c: Regenerated.
2932 * m32r-desc.c: Regenerated.
2933 * m32r-desc.h: Regenerated.
2934 * m32r-dis.c: Regenerated.
2935 * m32r-ibld.c: Regenerated.
2936 * m32r-opc.c: Regenerated.
2937
2938 2000-08-28 Kazu Hirata <kazu@hxi.com>
2939
2940 * tic30-dis.c: Fix formatting.
2941
2942 2000-08-27 Kazu Hirata <kazu@hxi.com>
2943
2944 * sh-dis.c: Fix formatting.
2945
2946 2000-08-24 David Edelsohn <dje@watson.ibm.com>
2947
2948 * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
2949
2950 2000-08-24 Kazu Hirata <kazu@hxi.com>
2951
2952 * z8k-dis.c: Fix formatting.
2953
2954 2000-08-16 Jim Wilson <wilson@redhat.com>
2955
2956 * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds. Delete
2957 break, mov-immediate, nop.
2958 * ia64-opc-f.c: Delete fpsub instructions.
2959 * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
2960 address operand. Rewrite using macros to avoid long lines.
2961 * ia64-opc.h (POSTINC): Define.
2962 * ia64-asmtab.c: Regenerate.
2963
2964 2000-08-15 Jim Wilson <wilson@redhat.com>
2965
2966 * ia64-ic.tbl: Add missing entries.
2967
2968 2000-08-08 Jason Eckhardt <jle@redhat.com>
2969
2970 * i860-dis.c (print_br_address): Change third argument from int
2971 to long.
2972
2973 2000-08-07 Richard Henderson <rth@redhat.com>
2974
2975 * ia64-dis.c (print_insn_ia64): Get byte skip count correct
2976 for MLI templates. Handle IA64_OPND_TGT64.
2977
2978 2000-08-04 Ben Elliston <bje@redhat.com>
2979
2980 * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
2981 * cgen.sh: Likewise.
2982
2983 2000-08-02 Jim Wilson <wilson@redhat.com>
2984
2985 * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
2986
2987 2000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
2988
2989 * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
2990 Change return type from void to int. Check the combination
2991 of operands, return 1 if valid. Fix to avoid BUF overflow.
2992 Report undefined combinations of operands in COMMENT.
2993 Report internal errors to stderr. Output the adiw/sbiw
2994 constant operand in both decimal and hex.
2995 (print_insn_avr): Disassemble ldd/std with displacement of 0
2996 as ld/st. Check avr_operand () return value, handle invalid
2997 combinations of operands like unknown opcodes.
2998
2999 2000-07-28 Ben Elliston <bje@redhat.com>
3000
3001 * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
3002 (run-cgen, stamp-m32r, stamp-fr30): New targets.
3003 * Makefile.in: Regenerate.
3004 * configure.in: Add --enable-cgen-maint option.
3005 * configure: Regenerate.
3006
3007 2000-07-26 Dave Brolley <brolley@redhat.com>
3008
3009 * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
3010 (cgen_hw_lookup_by_num): Ditto.
3011 (cgen_operand_lookup_by_name): Ditto.
3012 (print_address): Ditto.
3013 (print_keyword): Ditto.
3014 * cgen-dis.c (hash_insn_array): Mark unused parameters with
3015 ATTRIBUTE_UNUSED.
3016 * cgen-asm.c (hash_insn_array): Mark unused parameters with
3017 ATTRIBUTE_UNUSED.
3018 (cgen_parse_keyword): Ditto.
3019
3020 2000-07-22 Jason Eckhardt <jle@redhat.com>
3021
3022 * i860-dis.c: New file.
3023 (print_insn_i860): New function.
3024 (print_br_address): New function.
3025 (sign_extend): New function.
3026 (BITWISE_OP): New macro.
3027 (I860_REG_PREFIX): New macro.
3028 (grnames, frnames, crnames): New structures.
3029
3030 * disassemble.c (ARCH_i860): Define.
3031 (disassembler): Add check for bfd_arch_i860 to set disassemble
3032 function to print_insn_i860.
3033
3034 * Makefile.in (CFILES): Added i860-dis.c.
3035 (ALL_MACHINES): Added i860-dis.lo.
3036 (i860-dis.lo): New dependences.
3037
3038 * configure.in: New bits for bfd_i860_arch.
3039
3040 * configure: Regenerated.
3041
3042 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
3043
3044 * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
3045 (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
3046 (cris-dis.lo, cris-opc.lo): New rules.
3047 * Makefile.in: Rebuild.
3048 * configure.in (bfd_cris_arch): New target.
3049 * configure: Rebuild.
3050 * disassemble.c (ARCH_cris): Define.
3051 (disassembler): Support ARCH_cris.
3052 * cris-dis.c, cris-opc.c: New files.
3053 * po/POTFILES.in, po/opcodes.pot: Regenerate.
3054
3055 2000-07-11 Jakub Jelinek <jakub@redhat.com>
3056
3057 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
3058 Reported by Bill Clarke <llib@computer.org>.
3059
3060 2000-07-09 Geoffrey Keating <geoffk@redhat.com>
3061
3062 * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
3063 Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
3064
3065 2000-07-09 Alan Modra <alan@linuxcare.com.au>
3066
3067 * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
3068 fput_const, extract_3, extract_5_load, extract_5_store,
3069 extract_5r_store, extract_5R_store, extract_10U_store,
3070 extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
3071 extract_12, extract_17, extract_22): Prototype.
3072 (print_insn_hppa): Rename inner block opcode -> opc to avoid
3073 shadowing outer block.
3074 (GET_BIT): Define.
3075
3076 2000-07-05 DJ Delorie <dj@redhat.com>
3077
3078 * MAINTAINERS: new
3079
3080 2000-07-04 Alexandre Oliva <aoliva@redhat.com>
3081
3082 * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
3083
3084 2000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
3085
3086 * avr-dis.c (avr_operand): Change _ () to _() around all strings
3087 marked for translation (exception from the usual coding style).
3088 (print_insn_avr): Initialize insn2 to avoid warnings.
3089
3090 2000-07-03 Kazu Hirata <kazu@hxi.com>
3091
3092 * h8300-dis.c (bfd_h8_disassemble): Improve readability.
3093 * h8500-dis.c: Fix formatting.
3094
3095 2000-07-01 Alan Modra <alan@linuxcare.com.au>
3096
3097 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3098 (CLEANFILES): Add DEPA.
3099 * Makefile.in: Regenerate.
3100
3101 2000-06-26 Scott Bambrough <scottb@netwinder.org>
3102
3103 * arm-dis.c (regnames): Add an additional register set to match
3104 the set used by GCC. Make it the default.
3105
3106 2000-06-22 Alan Modra <alan@linuxcare.com.au>
3107
3108 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3109 find one.
3110 * Makefile.in: Regenerate.
3111
3112 2000-06-20 H.J. Lu <hjl@gnu.org>
3113
3114 * Makefile.am: Rebuild dependency.
3115 * Makefile.in: Rebuild.
3116
3117 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3118
3119 * Makefile.in, configure: regenerate
3120 * disassemble.c (disassembler): Recognize ARCH_m68hc12,
3121 ARCH_m68hc11.
3122 * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
3123 New functions.
3124 * configure.in: Recognize m68hc12 and m68hc11.
3125 * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
3126 * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
3127 and opcode generation for m68hc11 and m68hc12.
3128
3129 2000-06-16 Nick Duffek <nsd@redhat.com>
3130
3131 * disassemble.c (disassembler): Refer to the PowerPC 620 using
3132 bfd_mach_ppc_620 instead of 620.
3133
3134 2000-06-12 Kazu Hirata <kazu@hxi.com>
3135
3136 * h8300-dis.c: Fix formatting.
3137 (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
3138 correctly.
3139
3140 2000-06-09 Denis Chertykov <denisc@overta.ru>
3141
3142 * avr-dis.c (avr_operand): Bugfix for jmp/call address.
3143
3144 2000-06-07 Denis Chertykov <denisc@overta.ru>
3145
3146 * avr-dis.c: completely rewritten.
3147
3148 2000-06-02 Kazu Hirata <kazu@hxi.com>
3149
3150 * h8300-dis.c: Follow the GNU coding style.
3151 (bfd_h8_disassemble) Fix a typo.
3152
3153 2000-06-01 Kazu Hirata <kazu@hxi.com>
3154
3155 * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo.
3156 (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl]
3157 correctly. Fix a typo.
3158
3159 2000-05-31 Nick Clifton <nickc@redhat.com>
3160
3161 * opintl.h (_(String)): Explain why dgettext is used instead of
3162 gettext.
3163
3164 2000-05-30 Nick Clifton <nickc@redhat.com>
3165
3166 * opintl.h (gettext, dgettext, dcgettext, textdomain,
3167 bindtextdomain): Replace defines with those from intl/libgettext.h
3168 to quieten gcc warnings.
3169
3170 2000-05-26 Alan Modra <alan@linuxcare.com.au>
3171
3172 * Makefile.am: Update dependencies with "make dep-am"
3173 * Makefile.in: Regenerate.
3174
3175 2000-05-25 Alexandre Oliva <aoliva@redhat.com>
3176
3177 * m10300-dis.c (disassemble): Don't assume 32-bit longs when
3178 sign-extending operands.
3179
3180 2000-05-15 Donald Lindsay <dlindsay@redhat.com>
3181
3182 * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches
3183 except brf's.
3184
3185 2000-05-21 Nick Clifton <nickc@redhat.com>
3186
3187 * Makefile.am (LIBIBERTY): Define.
3188
3189 2000-05-19 Diego Novillo <dnovillo@redhat.com>
3190
3191 * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.
3192 (STD_REGISTER_NAMES): New name for REGISTER_NAMES.
3193 (reg_names): Rename to std_reg_names. Change it to a char **
3194 static variable.
3195 (std_reg_names): New name for reg_names.
3196 (set_mips_isa_type): Set reg_names to point to std_reg_names by
3197 default.
3198
3199 2000-05-16 Frank Ch. Eigler <fche@redhat.com>
3200
3201 * fr30-desc.h: Partially regenerated to account for changed
3202 CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
3203 * m32r-desc.h: Ditto.
3204
3205 2000-05-15 Nick Clifton <nickc@redhat.com>
3206
3207 * arm-opc.h: Use upper case for flasg in MSR and MRS
3208 instructions. Allow any bit to be set in the field_mask of
3209 the MSR instruction.
3210
3211 * arm-dis.c (print_insn_arm): Decode _x and _s bits of the
3212 field_mask of an MSR instruction.
3213
3214 2000-05-11 Thomas de Lellis <tdel@windriver.com>
3215
3216 * arm-opc.h: Disassembly of thumb ldsb/ldsh
3217 instructions changed to ldrsb/ldrsh.
3218
3219 2000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
3220
3221 * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
3222 target addresses for 'jal' and 'j'.
3223
3224 2000-05-10 Geoff Keating <geoffk@redhat.com>
3225
3226 * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes
3227 also available in common mode when powerpc syntax is being used.
3228
3229 2000-05-08 Alan Modra <alan@linuxcare.com.au>
3230
3231 * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args.
3232 (dummy_print_address): Ditto.
3233
3234 2000-05-04 Timothy Wall <twall@redhat.com>
3235
3236 * tic54x-opc.c: New.
3237 * tic54x-dis.c: New.
3238 * disassemble.c (disassembler): Add ARCH_tic54x.
3239 * configure.in: Added tic54x target.
3240 * configure: Ditto.
3241 * Makefile.am: Add tic54x dependencies.
3242 * Makefile.in: Ditto.
3243
3244 2000-05-03 J.T. Conklin <jtc@redback.com>
3245
3246 * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
3247 vector unit operands.
3248 (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
3249 unit instruction formats.
3250 (PPCVEC): New macro, mask for vector instructions.
3251 (powerpc_operands): Add table entries for above operand types.
3252 (powerpc_opcodes): Add table entries for vector instructions.
3253
3254 * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
3255 (print_insn_little_powerpc): Likewise.
3256 (print_insn_powerpc): Prepend 'v' when printing vector registers.
3257
3258 2000-04-24 Clinton Popetz <cpopetz@redhat.com>
3259
3260 * configure.in: Add bfd_powerpc_64_arch.
3261 * disassemble.c (disassembler): Use print_insn_big_powerpc for
3262 64 bit code.
3263
3264 2000-04-24 Nick Clifton <nickc@redhat.com>
3265
3266 * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
3267 field.
3268
3269 2000-04-23 Denis Chertykov <denisc@overta.ru>
3270
3271 * avr-dis.c (reg_fmul_d): New. Extract destination register from
3272 FMUL instruction.
3273 (reg_fmul_r): New. Extract source register from FMUL instruction.
3274 (reg_muls_d): New. Extract destination register from MULS instruction.
3275 (reg_muls_r): New. Extract source register from MULS instruction.
3276 (reg_movw_d): New. Extract destination register from MOVW instruction.
3277 (reg_movw_r): New. Extract source register from MOVW instruction.
3278 (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
3279 EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
3280
3281 2000-04-22 Timothy Wall <twall@redhat.com>
3282
3283 * ia64-gen.c (general): Add an ordered table of primary
3284 opcode names, as well as priority fields to disassembly data
3285 structures to enforce a preferred disassembly format based on the
3286 ordering of the opcode tables.
3287 (load_insn_classes): Show a useful message if IC tables are missing.
3288 (load_depfile): Ditto.
3289 * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to
3290 distinguish preferred disassembly.
3291 * ia64-opc-f.c: Reorder some insn for preferred disassembly
3292 format. Fix incorrect flag on fma.s/fma.s.s0.
3293 * ia64-opc.c: Scan *all* disassembly matches and use the one with
3294 the highest priority.
3295 * ia64-opc-b.c: Use more abbreviations.
3296 * ia64-asmtab.c: Regenerate.
3297
3298 2000-04-21 Jason Eckhardt <jle@redhat.com>
3299
3300 * hppa-dis.c (extract_16): New function.
3301 (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
3302 new operand types l,y,&,fe,fE,fx.
3303
3304 2000-04-21 Richard Henderson <rth@redhat.com>
3305 David Mosberger <davidm@hpl.hp.com>
3306 Timothy Wall <twall@redhat.com>
3307 Bob Manson <manson@charmed.cygnus.com>
3308 Jim Wilson <wilson@redhat.com>
3309
3310 * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h.
3311 (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c,
3312 ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c,
3313 ia64-asmtab.c.
3314 (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo.
3315 (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen,
3316 ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules.
3317 * Makefile.in: Rebuild.
3318 * configure Rebuild.
3319 * configure.in (bfd_ia64_arch): New target.
3320 * disassemble.c (ARCH_ia64): Define.
3321 (disassembler): Support ARCH_ia64.
3322 * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl,
3323 ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c,
3324 ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl,
3325 ia64-war.tbl, ia64-waw.tbl: New files.
3326
3327 2000-04-20 Alexandre Oliva <aoliva@redhat.com>
3328
3329 * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
3330 (disassemble): Use them.
3331
3332 2000-04-14 Alan Modra <alan@linuxcare.com.au>
3333
3334 * sysdep.h: Include "ansidecl.h" not <ansidecl.h>
3335 * Makefile.am: Update dependencies.
3336 * Makefile.in: Regenerate.
3337
3338 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3339
3340 * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
3341 avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
3342 disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
3343 i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
3344 m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
3345 mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c,
3346 ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c,
3347 tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c,
3348 w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h. Remove
3349 ansidecl.h as sysdep.h includes it.
3350
3351 2000-04-7 Andrew Cagney <cagney@b1.redhat.com>
3352
3353 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3354 --enable-build-warnings option.
3355 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3356 * Makefile.in, configure: Re-generate.
3357
3358 2000-04-05 J"orn Rennecke <amylaar@redhat.com>
3359
3360 * sh-opc.h (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs.
3361 stc GBR,@-<REG_N> is available for arch_sh1_up.
3362 Group parallel processing insn with identical mnemonics together.
3363 Make three-operand psha / pshl come first.
3364
3365 2000-04-05 J"orn Rennecke <amylaar@redhat.co.uk>
3366
3367 * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
3368 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
3369 (sh_arg_type): Add A_PC.
3370 (sh_table): Update entries using immediates. Add repeat.
3371 * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
3372 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
3373
3374 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3375
3376 * po/opcodes.pot: Regenerate.
3377
3378 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3379 (DEP): Quote when passing vars to sub-make. Add warning message
3380 to end.
3381 (DEP1): Rewrite for "gcc -MM".
3382 (CLEANFILES): Add DEP2.
3383 Update dependencies.
3384 * Makefile.in: Regenerate.
3385
3386 2000-04-03 Denis Chertykov <denisc@overta.ru>
3387
3388 * avr-dis.c: Syntax cleanup.
3389 (add0fff): Print the pc relative address as a signed number.
3390 (add03f8): Likewise.
3391
3392 2000-04-01 Ian Lance Taylor <ian@zembu.com>
3393
3394 * disassemble.c (disassembler_usage): Don't use a prototype. Mark
3395 the parameter ATTRIBUTE_UNUSED.
3396 * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
3397
3398 2000-04-01 Alexandre Oliva <aoliva@redhat.com>
3399
3400 * m10300-opc.c: SP-based offsets are always unsigned.
3401
3402 2000-03-29 Thomas de Lellis <tdel@windriver.com>
3403
3404 * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal"
3405 [branch always] instead of "undefined".
3406
3407 2000-03-27 Nick Clifton <nickc@redhat.com>
3408
3409 * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of
3410 short instructions, from end of list of long instructions.
3411
3412 2000-03-27 Ian Lance Taylor <ian@zembu.com>
3413
3414 * Makefile.am (CFILES): Add avr-dis.c.
3415 (ALL_MACHINES): Add avr-dis.lo.
3416
3417 2000-03-27 Alan Modra <alan@linuxcare.com>
3418
3419 * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to
3420 truncate integers.
3421 (print_insn_avr): Call function via pointer in K&R compatible way.
3422 (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204,
3423 add0fff, add03f8): Convert to old style function declaration and
3424 add prototype.
3425 (avrdis_opcode): Add prototype.
3426
3427 2000-03-27 Denis Chertykov <denisc@overta.ru>
3428
3429 * avr-dis.c: New file. AVR disassembler.
3430 * configure.in (bfd_avr_arch): New architecture support.
3431 * disassemble.c: Likewise.
3432 * configure: Regenerate.
3433
3434 2000-03-06 J"oern Rennecke <amylaar@redhat.com>
3435
3436 * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement.
3437
3438 2000-03-02 J"orn Rennecke <amylaar@redhat.co.uk>
3439
3440 * d30v-dis.c (print_insn): Remove d*i hacks. Use per-operand
3441 flag to determine if operand is pc-relative.
3442 * d30v-opc.c:
3443 (d30v_format_table):
3444 (REL6S3): Renamed from IMM6S3.
3445 Added flag OPERAND_PCREL.
3446 (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with
3447 added flag OPERAND_PCREL.
3448 (IMM12S3U): Replaced with REL12S3.
3449 (SHORT_D2, LONG_D): Delay target is pc-relative.
3450 (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r):
3451 Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r,
3452 using the REL* operands.
3453 (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D.
3454 (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B,
3455 LONG_Db, using REL* operands.
3456 (SHORT_U, SHORT_A5S): Removed stray alternatives.
3457 (d30v_opcode_table): Use new *r formats.
3458
3459 2000-02-28 Nick Clifton <nickc@redhat.com>
3460
3461 * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
3462 'signed_overflow_ok_p'.
3463
3464 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
3465
3466 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
3467 name of the libtool directory.
3468 * Makefile.in: Rebuild.
3469
3470 2000-02-24 Nick Clifton <nickc@redhat.com>
3471
3472 * cgen-opc.c (cgen_set_signed_overflow_ok): New function.
3473 (cgen_clear_signed_overflow_ok): New function.
3474 (cgen_signed_overflow_ok_p): New function.
3475
3476 2000-02-23 Andrew Haley <aph@redhat.com>
3477
3478 * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
3479 m32r-ibld.c, m32r-opc.h: Rebuild.
3480
3481 2000-02-23 Linas Vepstas <linas@linas.org>
3482
3483 * i370-dis.c, i370-opc.c: New.
3484
3485 * disassemble.c (ARCH_i370): Define.
3486 (disassembler): Handle it.
3487
3488 * Makefile.am: Add support for Linux/IBM 370.
3489 * configure.in: Likewise.
3490
3491 * Makefile.in: Regenerate.
3492 * configure: Likewise.
3493
3494 2000-02-22 Chandra Chavva <cchavva@redhat.com>
3495
3496 * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to
3497 ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel
3498 procedure.
3499
3500 2000-02-22 Andrew Haley <aph@redhat.com>
3501
3502 * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER:
3503 force gp32 to zero.
3504 * mips-opc.c (G6): New define.
3505 (mips_builtin_op): Add "move" definition for -gp32.
3506
3507 2000-02-22 Ian Lance Taylor <ian@zembu.com>
3508
3509 From Grant Erickson <gerickso@Brocade.COM>:
3510 * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
3511
3512 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3513
3514 * dis-buf.c (buffer_read_memory): Change `length' param and all int
3515 vars to unsigned.
3516
3517 2000-02-17 J"orn Rennecke <amylaar@redhat.co.uk>
3518
3519 * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
3520 (print_insn_ppi): Likewise.
3521 (print_insn_shx): Use info->mach to select appropriate insn set.
3522 Add support for sh-dsp. Remove FD_REG_N support.
3523 * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
3524 (sh_arg_type): Likewise. Remove FD_REG_N.
3525 (sh_dsp_reg_nums): New enum.
3526 (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
3527 (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
3528 (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
3529 (arch_sh3_dsp_up): Likewise.
3530 (sh_opcode_info): New field: arch.
3531 (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
3532 D_REG_N. Fill in arch field. Add sh-dsp insns.
3533
3534 2000-02-14 Fernando Nasser <fnasser@totem.to.redhat.com>
3535
3536 * arm-dis.c: Change flavor name from atpcs-special to
3537 special-atpcs to prevent name conflict in gdb.
3538 (get_arm_regname_num_options, set_arm_regname_option,
3539 get_arm_regnames): New functions. API to access the several
3540 flavor of register names. Note: Used by gdb.
3541 (print_insn_thumb): Use the register name entry from the currently
3542 selected flavor for LR and PC.
3543
3544 2000-02-10 Nick Clifton <nickc@redhat.com>
3545
3546 * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR
3547 classes.
3548 (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and
3549 "mulsh.h" instructions.
3550 * mcore-dis.c (imsk array): Add masks for MULSH and OPSR
3551 classes.
3552 (print_insn_mcore): Add support for little endian targets.
3553 Add support for MULSH and OPSR classes.
3554
3555 2000-02-07 Nick Clifton <nickc@redhat.com>
3556
3557 * arm-dis.c (parse_arm_diassembler_option): Rename again.
3558 Previous delat did not take.
3559
3560 2000-02-03 Timothy Wall <twall@redhat.com>
3561
3562 * dis-buf.c (buffer_read_memory): Use octets_per_byte field
3563 to adjust target address bounds checking and calculate the
3564 appropriate octet offset into data.
3565
3566 2000-01-27 Nick Clifton <nickc@redhat.com>
3567
3568 * arm-dis.c: (parse_disassembler_option): Rename to
3569 parse_arm_disassembler_option and allow to be exported.
3570
3571 * disassemble.c (disassembler_usage): New function: Print out any
3572 target specific disassembler options.
3573 Call arm_disassembler_options() if the ARM architecture is being
3574 supported.
3575
3576 * arm-dis.c (NUM_ELEM): Define this macro if not already
3577 defined.
3578 (arm_regname): New struct type for ARM register names.
3579 (arm_toggle_regnames): Delete.
3580 (parse_disassembler_option): Use register name structure.
3581 (print_insn): New function: Combines duplicate code found in
3582 print_insn_big_arm and print_insn_little_arm.
3583 (print_insn_big_arm): Call print_insn.
3584 (print_insn_little_arm): Call print_insn.
3585 (print_arm_disassembler_options): Display list of supported,
3586 ARM specific disassembler options.
3587
3588 2000-01-27 Thomas de Lellis <tdel@windriver.com>
3589
3590 * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the
3591 ARM_STT_16BIT flag as Thumb code symbols.
3592
3593 * arm-dis.c (printf_insn_little_arm): Ditto.
3594
3595 2000-01-25 Thomas de Lellis <tdel@windriver.com>
3596
3597 * arm-dis.c (printf_insn_thumb): Prevent double dumping
3598 of raw thumb instructions.
3599
3600 2000-01-20 Nick Clifton <nickc@redhat.com>
3601
3602 * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
3603
3604 2000-01-03 Nick Clifton <nickc@cygnus.com>
3605
3606 * arm-dis.c (streq): New macro.
3607 (strneq): New macro.
3608 (force_thumb): ew local variable.
3609 (parse_disassembler_option): New function: Parse a single, ARM
3610 specific disassembler command line switch.
3611 (parse_disassembler_option): Call parse_disassembler_option to
3612 parse individual command line switches.
3613 (print_insn_big_arm): Check force_thumb.
3614 (print_insn_little_arm): Check force_thumb.
3615
3616 For older changes see ChangeLog-9899
3617 \f
3618 Local Variables:
3619 mode: change-log
3620 left-margin: 8
3621 fill-column: 74
3622 version-control: never
3623 End: