Correct cvtps2dq, movdq2q, movq2dq, and movq problems.
[external/binutils.git] / opcodes / ChangeLog
1 2001-05-12  Alan Modra  <amodra@one.net.au>
2
3         * i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and
4         movq operands.
5
6 2001-05-07  Frank Ch. Eigler  <fche@redhat.com>
7
8         * cgen-dis.in (default_print_insn): Tolerate min<base instructions
9         even at end of a section.
10         * cgen-ibld.in (extract_normal): Tolerate min!=base!=max instructions
11         by ignoring precariously-unpacked insn_value in favor of raw buffer.
12
13 2001-05-03  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
14
15         * disassemble.c (disassembler_usage): Remove unused attribute.
16
17 2001-05-04  Frank Ch. Eigler  <fche@redhat.com>
18
19         * m32r-dis.c, -asm.c, -ibld.c: Regenerated with disassembler fixes.
20
21 2001-05-04  Frank Ch. Eigler  <fche@redhat.com>
22
23         * cgen-dis.in (print_insn): Remove call to read_insn.  Instead,
24         assume incoming buffer already has the base insn loaded.  Handle
25         smaller-than-base instructions for variable-length case.
26
27 2001-05-04  Alan Modra  <amodra@one.net.au>
28
29         * i386-dis.c (Ev, Ed): Remove duplicate define.
30         (Gd): Define.
31         (XS): Define.
32         (OP_XS): New function.
33         (dis386_twobyte_att): Correct pinsrw, pextrw, pmovmskb, and
34         movmskp operands.
35         (dis386_twobyte_intel): Likewise.
36         (prefix_user_table): Use MS for maskmovq operand.
37
38 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
39
40         * Makefile.am: Add OpenRISC target.
41         * Makefile.in: Regenerated.
42
43         * disassemble.c (disassembler): Recognize the OpenRISC disassembly.
44
45         * configure.in (bfd_openrisc_arch): Add target.
46         * configure: Regenerated.
47
48         * openrisc-asm.c: New file.
49         * openrisc-desc.c: Likewise.
50         * openrisc-desc.h: Likewise.
51         * openrisc-dis.c: Likewise.
52         * openrisc-ibld.c: Likewise.
53         * openrisc-opc.c: Likewise.
54         * openrisc-opc.h: Likewise.
55
56 2001-04-24  Christian Groessler  <cpg@aladdin.de>
57
58         * z8k-dis.c: add names of control registers (ctrl_names);
59         (seg_length): provides instruction length fixup for segmented
60         mode; (unpack_instr): correctly handle ARG_DISP16, ARG_DISP12,
61         CLASS_0DISP7, CLASS_1DISP7, CLASS_DISP8 and CLASS_PR cases;
62         (unparse_intr): handle CLASS_PR, print addresses without '#'
63         * z8k-opc.h: re-created with new z8kgen
64         * z8kgen.c: merged in fixes which were in existing z8k-opc.h; new
65         entries for ldctl/ldctlb instruction
66
67 2001-04-06  Andreas Jaeger  <aj@suse.de>
68
69         * i386-dis.c: Add ffreep instruction.
70
71 2001-03-30  Alexandre Oliva  <aoliva@redhat.com>
72
73         * ppc-opc.c (insert_mbe): Shift mask initializer as long.
74
75 2001-03-24  Alan Modra  <alan@linuxcare.com.au>
76
77         * i386-dis.c (PREGRP25): Define.
78         (dis386_twobyte_att): Use here in place of "movntq" entry.
79         (dis386_twobyte_intel): Likewise.
80         (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq".
81         (PREGRP26): Define.
82         (dis386_twobyte_att): Use here.
83         (dis386_twobyte_intel): Likewise.
84         (prefix_user_table): Add PREGRP26 entry for "punpcklqdq".
85         (prefix_user_table <maskmovdqu>): XM operand, not MX.
86         (prefix_user_table): Cosmetic changes to "bad" entries.
87
88 2001-03-23  Nick Clifton  <nickc@redhat.com>
89
90         * mips-opc.c: Remove extraneous whitespace.
91         * mips-dis.c: Remove extraneous whitespace.
92
93 2001-03-22  Ben Elliston  <bje@redhat.com>
94
95         * cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
96         declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
97         * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
98         to allay a compiler warning.
99
100 2001-03-22  Alan Modra  <alan@linuxcare.com.au>
101
102         * i386-dis.c (dis386_twobyte_att): Add entries for paddq, psubq.
103         (dis386_twobyte_intel): Likewise.
104         (twobyte_has_modrm): Set entry for paddq, psubq.
105
106 2001-03-20  Patrick Macdonald  <patrickm@redhat.com>
107
108         * cgen-dis.in (print_insn_@arch@): Add support for target machine
109         determination via CGEN_COMPUTE_MACH.
110         * fr30-desc.c: Regenerate.
111         * fr30-dis.c: Regenerate.
112         * fr30-opc.h: Regenerate.
113         * m32r-desc.c: Regenerate.
114         * m32r-dis.c: Regenerate.
115         * m32r-opc.h: Regenerate.
116         * m32r-opinst.c: Regenerate.
117
118 2001-03-20  H.J. Lu  <hjl@gnu.org>
119
120         * configure.in: Remove the redundent AC_ARG_PROGRAM.
121         * configure: Rebuild.
122
123 2001-03-19  Jim Wilson  <wilson@redhat.com>
124
125         * ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
126         notestr if larger than xsect.
127         (in_class): Handle format M5.
128         * ia64-asmtab.c: Regnerate.
129
130 2001-03-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
131
132         * vax-dis.c (print_insn_vax): Only fetch two bytes if the info buffer
133         has more than one byte left to read.
134
135 2001-03-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
136
137         * s390-opc.c: Add new opcodes.  Smooth out formatting.
138         * s390-opc.txt: Add new opcodes.
139
140 2001-03-06  Nick Clifton  <nickc@redhat.com>
141
142         * arm-dis.c (print_insn_thumb): Compute destination address
143         of BLX(1) instruction by taking bit 1 from PC and not from bit
144         0 of the offset.
145
146 2001-03-06  Igor Shevlyakov  <igor@windriver.com>
147
148         * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs
149         so command line switches will work.
150
151 2001-03-05  Dave Brolley  <brolley@redhat.com>
152
153         * fr30-asm.c: Regenerate.
154         * fr30-desc.c: Regenerate.
155         * fr30-desc.h: Regenerate.
156         * fr30-dis.c: Regenerate.
157         * fr30-ibld.c: Regenerate.
158         * fr30-opc.c: Regenerate.
159         * fr30-opc.h: Regenerate.
160         * m32r-asm.c: Regenerate.
161         * m32r-desc.c: Regenerate.
162         * m32r-desc.h: Regenerate.
163         * m32r-dis.c: Regenerate.
164         * m32r-ibld.c: Regenerate.
165         * m32r-opc.c: Regenerate.
166         * m32r-opc.h: Regenerate.
167         * m32r-opinst.c: Regenerate.
168
169 2001-02-28  Igor Shevlyakov  <igor@windriver.com>
170
171         * m68k-opc.c: fix cpushl according to Motorola. Enable
172         bunch of instructions for Coldfire 5407 and add all new.
173
174 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
175
176         * configure.in (BFD_VERSION): Do without grep.
177         * configure: Regenerate.
178         * Makefile.am: Run "make dep-am".
179         * Makefile.in: Regenerate.
180
181 2001-02-23  David Mosberger  <davidm@hpl.hp.com>
182
183         * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
184         * ia64-asmtab.c: Regenerate.
185
186 2001-02-21  David Mosberger  <davidm@hpl.hp.com>
187
188         * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
189         separate variants: one for IMM22 and the other for IMM14.
190         * ia64-asmtab.c: Regenerate.
191
192 2001-02-21  Greg McGary  <greg@mcgary.org>
193
194         * cgen-opc.c (cgen_get_insn_value): Add missing `return'.
195
196 2001-02-20  H.J. Lu  <hjl@gnu.org>
197
198         * Makefile.am (ia64-ic.tbl): Remove the target.
199         (ia64-raw.tbl): Likewise.
200         (ia64-waw.tbl): Likewise.
201         (ia64-war.tbl): Likewise.
202         (ia64-asmtab.c): Generate it in the source directory.
203         * Makefile.in: Regenerated.
204
205 2001-02-18  lars brinkhoff  <lars@nocrew.org>
206
207         * Makefile.am: Add PDP-11 target.
208         * configure.in: Likewise.
209         * disassemble.c: Likewise.
210         * pdp11-dis.c: New file.
211         * pdp11-opc.c: New file.
212
213 2001-02-14  Jim Wilson  <wilson@redhat.com>
214
215         * ia64-ic.tbl: Update from Intel.  Add setf to fr-writers.
216         * ia64-asmtab.c: Regenerate.
217
218 Mon Feb 12 17:41:26 CET 2001  Jan Hubicka  <jh@suse.cz>
219
220         * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
221         instructions.
222         (putop): Handle 'Y'
223
224 2001-02-11  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
225
226         * mips-dis.c (print_insn_arg): Use top four bits of the address of
227         the following instruction not of the jump itself for the jump
228         target.
229         (print_mips16_insn_arg): Likewise.
230
231 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
232
233         * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
234         directory.
235         * Makefile.in: Regenerate.
236
237 2001-02-09  Schwidefsky  <schwidefsky@de.ibm.com>
238
239         * Makefile.am: Add linux target for S/390.
240         * Makefile.in: Likewise.
241         * configure.in: Likewise.
242         * disassemble.c: Likewise.
243         * s390-dis.c: New file.
244         * s390-mkopc.c: New file.
245         * s390-opc.c: New file.
246         * s390-opc.txt: New file.
247
248 2001-02-05  Jim Wilson  <wilson@redhat.com>
249
250         * ia64-asmtab.c: Revert 2000-12-16 change.
251
252 2001-02-02  Patrick Macdonald  <patrickm@redhat.com>
253
254         * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
255         * m32r-desc.h: Regenerate.
256
257 Thu Feb  1 16:29:06 MET 2001  Jan Hubicka  <jh@suse.cz>
258
259         * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
260         (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
261
262 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
263
264         * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
265
266 2001-01-13  Nick Clifton  <nickc@redhat.com>
267
268         * disassemble.c: Remove spurious white space.
269
270 Sat Jan 13 01:48:24 MET 2001  Jan Hubicka  <jh@suse.cz>
271
272         * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
273         templates.
274
275 2001-01-11  Peter Targett  <peter.targett@arccores.com>
276
277         * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
278         * Makefile.am (C_FILES): Add arc-ext.c.
279         (ALL_MACHINES) Add arc-ext.lo.
280         (INCLUDES) Add opcode directory to list.
281         New dependency entry for arc-ext.lo.
282         * disassemble.c (disassembler): Correct call to
283         arc_get_disassembler.
284         * arc-opc.c: New update for ARC, including full base
285         instructions for ARC variants.
286         * arc-dis.h, arc-dis.c: New update for ARC, including
287         extensibility functionality.
288         * arc-ext.h, arc-ext.c: New files for handling extensibility.
289
290 2001-01-10  Jan Hubicka  <jh@suse.cz>
291
292         * i386-dis.c (PREGRP15 - PREGRP24): New.
293         (dis386_twobyt): Add SSE2 instructions.
294         (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions.
295         (twobyte_uses_f3_prefix): ... this one.
296         (grps): Add SSE instructions.
297         (prefix_user_table): Add two new slots; add SSE2 instructions.
298         (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix;
299         Handle the REPNZ and Data16 prefixes as well; do proper lookup
300         to prefix_user_table.
301         (OP_E): Accept mfence and lfence as well.
302         (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions.
303         (OP_XMM): Support REX extensions.
304         (OP_EM): Likewise.
305         (OP_EX): Likewise.
306
307 2001-01-09  Nick Clifton  <nickc@redhat.com>
308
309         * arm-dis.c (print_insn): Set pc to zero for instructions with
310         a reloc associated with them.
311
312 2001-01-09  Jeff Johnston  <jjohnstn@redhat.com>
313
314         * cgen-asm.in (parse_insn_normal): Changed syn to be
315         CGEN_SYNTAX_CHAR_TYPE.  Changed all references to *syn
316         as character to use CGEN_SYNTAX_CHAR macro and all comparisons
317         to '\0' to use 0 instead.
318         * cgen-dis.in (print_insn_normal): Ditto.
319         * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto.
320
321 2001-01-05  Jan Hubicka  <jh@suse.cz>
322
323         * i386-dis.c: Add x86_64 support.
324         (rex): New static variable.
325         (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
326         (USED_REX): New macro.
327         (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
328         (OP_I64, OP_OFF64, OP_IMREG): New functions.
329         (OP_REG, OP_OFF): Declare.
330         (get64, get32, get32s): New functions.
331         (r??_reg): New constants.
332         (dis386_att): Change templates of instruction implicitly promoted
333         to 64bit; change e?? to RMe?? for unwind RM byte instructions.
334         (grps): Likewise.
335         (dis386_intel): Likewise.
336         (dixx86_64_att): New table based on dis386_att.
337         (dixx86_64_intel): New table based on dis386_intel.
338         (names64, names8rex): New global variable.
339         (names32, names16): Add extended registers.
340         (prefix_user_t): Recognize rex prefixes.
341         (prefix_name): Print REX prefixes nicely.
342         (op_riprel): New global variable.
343         (start_pc): Set type to bfd_vma.
344         (print_insn_i386): Detect the 64bit mode and use proper table;
345         move ckprefix after initializing the buffer; output unused rex prefixes;
346         output information about target of RIP relative addresses.
347         (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
348         (print_operand_value): New function.
349         (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
350         REX prefix and new modes.
351         (get64, get32s): New.
352         (get32): Return bfd_signed_vma type.
353         (set_op): Initialize the op_riprel.
354         * disassemble.c (disassembler): Recognize the x86-64 disassembly.
355
356 2001-01-03  Richard Sandiford  <r.sandiford@redhat.com>
357
358          cgen-dis.in (read_insn): Use bfd_get_bits()
359
360 2001-01-02  Richard Sandiford  <rsandifo@redhat.com>
361
362         * cgen-dis.c (hash_insn_array): Use bfd_put_bits().
363         (hash_insn_list): Likewise
364         * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
365         (extract_1): Use bfd_get_bits().
366         (extract_normal): Apply sign extension to both extraction
367         methods.
368         * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
369         (cgen_put_insn_value): Use bfd_put_bits()
370
371 2000-12-28  Frank Ch. Eigler  <fche@redhat.com>
372
373         * cgen-asm.in (parse_insn_normal): Print better error message for
374         instructions with missing operands.
375
376 2000-12-21  Santeri Paavolainen <santtu@ssh.com>
377
378         * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
379
380 2000-12-16  Nick Clifton  <nickc@redhat.com>
381
382         * Makefile.in: Regenerate.
383         * aclocal.m4: Regenerate.
384         * config.in: Regenerate.
385         * configure.in: Add spacing.
386         * configure: Regenerate.
387         * ia64-asmtab.c: Regenerate.
388         * po/opcodes.pot: Regenerate.
389
390 2000-12-12  Frank Ch. Eigler  <fche@redhat.com>
391
392         * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
393         error messages over later parse-time ones.
394
395 2000-12-12  Jim Wilson  <wilson@redhat.com>
396
397         * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
398         argument.
399         * ia64-gen.c (insert_deplist): Cast sizeof result to int.
400         (print_dependency_table): Print NULL if semantics field not set.
401         (insert_opcode_dependencies): Mark cmp parameter as unused.
402         (print_main_table): Use fprintf_vma to print long long fields.
403         (main): Mark argv paramter as unused.  Convert to old style definition.
404         * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
405         * ia64-asmtab.c: Regnerate.
406
407 2000-12-09  Nick Clifton  <nickc@redhat.com>
408
409         * m32r-dis.c (print_insn): Prevent re-read of instruction from
410         wrong address.
411
412         * fr30-dis.c: Regenerate.
413
414 2000-12-08  Peter Targett  <peter.targett@arccores.com>
415
416         * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
417         * Makefile.am (C_FILES): Add arc-ext.c.
418         (ALL_MACHINES) Add arc-ext.lo.
419         (INCLUDES) Add opcode directory to list.
420         New dependency entry for arc-ext.lo.
421         * disassemble.c (disassembler): Correct call to
422         arc_get_disassembler.
423         * arc-opc.c: New update for ARC, including full base
424         instructions for ARC variants.
425         * arc-dis.h, arc-dis.c: New update for ARC, including
426         extensibility functionality.
427         * arc-ext.h, arc-ext.c: New files for handling extensibility.
428
429 2000-12-03  Chris Demetriou   cgd@sibyte.com
430
431         * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
432         MOD_HILO, and MOD_LO macros.
433
434         * mips-opc.c (M1, M2): Delete.
435         (mips_builtin_opcodes): Remove all uses of M1.
436
437         * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2
438         instructions take "G" format second operands and use the
439         correct flags.
440         There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to
441         match.
442         Delete "sel" code operands from mfc1 and mtc1.
443         Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants
444         for dm[ft]c[023].
445
446 2000-12-03  Ed Satterthwaite  ehs@sibyte.com  and
447             Chris Demetriou   cgd@sibyte.com
448
449         * mips-opc.c (mips_builtin_opcodes): Finish additions
450         for MIPS32 support, and clean up existing entries for
451         aesthetics, consistency with the MIPS32 ISA, and
452         with consistency the rest of the table.
453
454 2000-12-01  Nick Clifton  <nickc@redhat.com>
455
456         * mips16-opc.c (mips16_opcodes): Add initialiser for membership
457         field.
458
459 2000-12-01  Chris Demetriou <cgd@sibyte.com>
460
461         mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument
462         specifiers.  Update 'B' for new constant names, and remove
463         'm'.
464         mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop"
465         near the top of the array, so they are disassembled properly.
466         Enable "ssnop" for MIPS32.  Add "break" variant with 20 bit
467         code for MIPS32.  Update "clo" and "clz" to use 'U' operand
468         specifier.  Add 'H' format specifier variants for "mfc1,"
469         "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32.  Update
470         MIPS32 "sdbbp" to use 'B' operand specifier.  Add MIPS32
471         "wait" variant which uses 'J' operand specifier.
472
473         * mips-dis.c (set_mips_isa_type): Update to use
474         CPU_UNKNOWN and ISA_* constants.  Add bfd_mach_mips32 case.
475         Replace bfd_mach_mips4K with bfd_mach_mips32_4k case.
476         * mips-opc.c (I32): New constant for instructions added in
477         MIPS32.
478         (P4): Delete.
479         (mips_builtin_opcodes) Replace all uses of P4 with I32.
480
481         * mips-dis.c (set_mips_isa_type): Add cases for
482         bfd_mach_mips5 and bfd_mach_mips64.
483         * mips-opc.c (I64): New definitions.
484
485         * mips-dis.c (set_mips_isa_type): Add case for
486         bfd_mach_mips_sb1.
487
488 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
489
490         * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.
491         (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
492         Initialize variable dc to NULL.
493         (print_insn_shx): Remove unused label d_reg_n.
494
495 2000-11-24  Nick Clifton  <nickc@redhat.com>
496
497         * arm-opc.h: Add new opcode formatting parameter 'B'.
498         (arm_opcodes): Add XScale, v5, and v5te instructions.
499         (thumb_opcodes): Add v5t instructions.
500
501         * arm-dis.c (print_insn_arm): Handle new 'B' format
502         parameter.
503         (print_insn_thumb): Decode BLX(1) instruction.
504
505 2000-11-21  Chris Demetriou  <cgd@sibyte.com>
506
507         * mips-opc.c: Fix file header comment.
508
509 2000-11-14  Hans-Peter Nilsson  <hp@axis.com>
510
511         * cris-dis.c (cris_get_disassembler): If abfd is NULL, return
512         print_insn_cris_with_register_prefix.
513
514 2000-11-11  Alexandre Oliva  <aoliva@redhat.com>
515
516         * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
517
518 2000-11-07  Matthew Green  <mrg@redhat.com>
519
520         * cgen-dis.in (print_insn): All insns which can fit into insn_value
521         must be loaded there in their entirety.
522
523 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
524
525         * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
526         (compute_arch_mask): Add v8plusb and v9b machines.
527         (print_insn_sparc): siam mode decoding, accept ASRs up to 25.
528         * sparc-opc.c: Support for Cheetah instruction set.
529         (prefetch_table): Add #invalidate.
530
531 2000-10-16  Nick Clifton  <nickc@redhat.com>
532
533         * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
534
535 2000-10-06  Dave Brolley  <brolley@redhat.com>
536
537         * fr30-desc.h: Regenerate.
538         * m32r-desc.h: Regenerate.
539         * m32r-ibld.c: Regenerate.
540
541 2000-10-05  Jim Wilson  <wilson@redhat.com>
542
543         * ia64-ic.tbl: Update from Intel.
544         * ia64-asmtab.c: Regenerate.
545
546 2000-10-04  Kazu Hirata  <kazu@hxi.com>
547
548         * ia64-gen.c: Convert C++-style comments to C-style comments.
549         * tic54x-dis.c: Likewise.
550
551 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
552
553         Changes to add dollar prefix to registers for files where user symbols
554         don't have a leading underscore.  Fix formatting.
555         * cris-dis.c (REGISTER_PREFIX_CHAR): New.
556         (format_reg): Add parameter with_reg_prefix.  All callers changed.
557         (print_with_operands): Ditto.
558         (print_insn_cris_generic): Renamed from print_insn_cris, add
559         parameter with_reg_prefix.
560         (print_insn_cris_with_register_prefix,
561         print_insn_cris_without_register_prefix, cris_get_disassembler):
562         New.
563         * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
564
565 2000-09-22  Jim Wilson  <wilson@redhat.com>
566
567         * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
568         gt, ge, ngt, and nge.
569         * ia64-asmtab.c: Regenerate.
570
571         * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
572         * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
573         (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
574         * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
575         * ia64-asmtab.c: Regnerate.
576
577 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
578
579         * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores.
580         Add mfc0 and mtc0 with sub-selection values.
581         Add clo and clz opcodes.
582         Add msub and msubu instructions for MIPS32.
583         Add madd/maddu aliases for mad/madu for MIPS32.
584         Support wait, deret, eret, movn, pref for MIPS32.
585         Support tlbp, tlbr, tlbwi, tlbwr.
586         (P4): New define.
587
588         * mips-dis.c (print_insn_arg): Print sdbbp 'm' args.
589         (print_insn_arg): Handle 'H' args.
590         (set_mips_isa_type): Recognize 4K.
591         Use CPU_* defines instead of hardcoded numbers.
592
593 2000-09-11  Catherine Moore <clm@redhat.com>
594
595         * d30v-opc.c (d30v_operand_t): New operand type Rb2.
596         (d30v_format_tab): Use Rb2 for modinc and moddec.
597
598 2000-09-07  Catherine Moore  <clm@redhat.com>
599
600         * d30v-opc.c (d30v_format_tab): Use format Ra for
601         modinc and moddec.
602
603 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
604
605         * configure: Rebuilt with new libtool.m4.
606
607 2000-09-05  Nick Clifton  <nickc@redhat.com>
608
609         * configure: Regenerate.
610         * po/opcodes.pot: Regenerate.
611
612 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
613
614         * acinclude.m4: Include libtool and gettext macros from the
615         top level.
616         * aclocal.m4, configure: Rebuilt.
617
618 2000-08-30  Kazu Hirata  <kazu@hxi.com>
619
620         * tic80-dis.c: Fix formatting.
621
622 2000-08-29  Kazu Hirata  <kazu@hxi.com>
623
624         * w65-dis.c: Fix formatting.
625
626 2000-08-28  Mark Hatle  <mhatle@mvista.com>
627
628         * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
629         (powerpc_opcodes): Add table entries for PPC 405 instructions.
630         Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
631         instructions.  Added extended mnemonic mftbl as defined in the
632         405GP manual for all PPCs.
633
634 2000-08-28  Jim Wilson  <wilson@redhat.com>
635
636         * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
637         call.  Change last goto to use failed instead of done.
638
639 2000-08-28  Dave Brolley  <brolley@redhat.com>
640
641         * cgen-ibld.in (cgen_put_insn_int_value): New function.
642         (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
643         (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
644         (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
645         * cgen-dis.in (read_insn): New static function.
646         (print_insn): Use read_insn to read the insn into the buffer and set
647         up for disassembly.
648         (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
649         in the buffer.
650         * fr30-asm.c: Regenerated.
651         * fr30-desc.c: Regenerated.
652         * fr30-desc.h: Regenerated.
653         * fr30-dis.c: Regenerated.
654         * fr30-ibld.c: Regenerated.
655         * fr30-opc.c: Regenerated.
656         * fr30-opc.h: Regenerated.
657         * m32r-asm.c: Regenerated.
658         * m32r-desc.c: Regenerated.
659         * m32r-desc.h: Regenerated.
660         * m32r-dis.c: Regenerated.
661         * m32r-ibld.c: Regenerated.
662         * m32r-opc.c: Regenerated.
663
664 2000-08-28  Kazu Hirata  <kazu@hxi.com>
665
666         * tic30-dis.c: Fix formatting.
667
668 2000-08-27  Kazu Hirata  <kazu@hxi.com>
669
670         * sh-dis.c: Fix formatting.
671
672 2000-08-24  David Edelsohn  <dje@watson.ibm.com>
673
674         * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
675
676 2000-08-24  Kazu Hirata  <kazu@hxi.com>
677
678         * z8k-dis.c: Fix formatting.
679
680 2000-08-16  Jim Wilson  <wilson@redhat.com>
681
682         * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds.  Delete
683         break, mov-immediate, nop.
684         * ia64-opc-f.c: Delete fpsub instructions.
685         * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
686         address operand.  Rewrite using macros to avoid long lines.
687         * ia64-opc.h (POSTINC): Define.
688         * ia64-asmtab.c: Regenerate.
689
690 2000-08-15  Jim Wilson  <wilson@redhat.com>
691
692         * ia64-ic.tbl: Add missing entries.
693
694 2000-08-08  Jason Eckhardt  <jle@redhat.com>
695
696         * i860-dis.c (print_br_address): Change third argument from int
697         to long.
698
699 2000-08-07  Richard Henderson  <rth@redhat.com>
700
701         * ia64-dis.c (print_insn_ia64): Get byte skip count correct
702         for MLI templates.  Handle IA64_OPND_TGT64.
703
704 2000-08-04  Ben Elliston  <bje@redhat.com>
705
706         * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
707         * cgen.sh: Likewise.
708
709 2000-08-02  Jim Wilson  <wilson@redhat.com>
710
711         * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
712
713 2000-07-29  Marek Michalkiewicz  <marekm@linux.org.pl>
714
715         * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
716         Change return type from void to int.  Check the combination
717         of operands, return 1 if valid.  Fix to avoid BUF overflow.
718         Report undefined combinations of operands in COMMENT.
719         Report internal errors to stderr.  Output the adiw/sbiw
720         constant operand in both decimal and hex.
721         (print_insn_avr): Disassemble ldd/std with displacement of 0
722         as ld/st.  Check avr_operand () return value, handle invalid
723         combinations of operands like unknown opcodes.
724
725 2000-07-28  Ben Elliston  <bje@redhat.com>
726
727         * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
728         (run-cgen, stamp-m32r, stamp-fr30): New targets.
729         * Makefile.in: Regenerate.
730         * configure.in: Add --enable-cgen-maint option.
731         * configure: Regenerate.
732
733 2000-07-26  Dave Brolley  <brolley@redhat.com>
734
735         * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
736         (cgen_hw_lookup_by_num): Ditto.
737         (cgen_operand_lookup_by_name): Ditto.
738         (print_address): Ditto.
739         (print_keyword): Ditto.
740         * cgen-dis.c (hash_insn_array): Mark unused parameters with
741         ATTRIBUTE_UNUSED.
742         * cgen-asm.c (hash_insn_array): Mark unused parameters with
743         ATTRIBUTE_UNUSED.
744         (cgen_parse_keyword): Ditto.
745
746 2000-07-22  Jason Eckhardt  <jle@redhat.com>
747
748         * i860-dis.c: New file.
749         (print_insn_i860): New function.
750         (print_br_address): New function.
751         (sign_extend): New function.
752         (BITWISE_OP): New macro.
753         (I860_REG_PREFIX): New macro.
754         (grnames, frnames, crnames): New structures.
755
756         * disassemble.c (ARCH_i860): Define.
757         (disassembler): Add check for bfd_arch_i860 to set disassemble
758         function to print_insn_i860.
759
760         * Makefile.in (CFILES): Added i860-dis.c.
761         (ALL_MACHINES): Added i860-dis.lo.
762         (i860-dis.lo): New dependences.
763
764         * configure.in: New bits for bfd_i860_arch.
765
766         * configure: Regenerated.
767
768 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
769
770         * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
771         (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
772         (cris-dis.lo, cris-opc.lo): New rules.
773         * Makefile.in: Rebuild.
774         * configure.in (bfd_cris_arch): New target.
775         * configure: Rebuild.
776         * disassemble.c (ARCH_cris): Define.
777         (disassembler): Support ARCH_cris.
778         * cris-dis.c, cris-opc.c: New files.
779         * po/POTFILES.in, po/opcodes.pot: Regenerate.
780
781 2000-07-11  Jakub Jelinek  <jakub@redhat.com>
782
783         * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
784         Reported by Bill Clarke <llib@computer.org>.
785
786 2000-07-09  Geoffrey Keating  <geoffk@redhat.com>
787
788         * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
789         Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
790
791 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
792
793         * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
794         fput_const, extract_3, extract_5_load, extract_5_store,
795         extract_5r_store, extract_5R_store, extract_10U_store,
796         extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
797         extract_12, extract_17, extract_22): Prototype.
798         (print_insn_hppa): Rename inner block opcode -> opc to avoid
799         shadowing outer block.
800         (GET_BIT): Define.
801
802 2000-07-05  DJ Delorie  <dj@redhat.com>
803
804         * MAINTAINERS: new
805
806 2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
807
808         * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
809
810 2000-07-03  Marek Michalkiewicz  <marekm@linux.org.pl>
811
812         * avr-dis.c (avr_operand): Change _ () to _() around all strings
813         marked for translation (exception from the usual coding style).
814         (print_insn_avr): Initialize insn2 to avoid warnings.
815
816 2000-07-03  Kazu Hirata  <kazu@hxi.com>
817
818         * h8300-dis.c (bfd_h8_disassemble): Improve readability.
819         * h8500-dis.c: Fix formatting.
820
821 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
822
823         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
824         (CLEANFILES): Add DEPA.
825         * Makefile.in: Regenerate.
826
827 2000-06-26  Scott Bambrough  <scottb@netwinder.org>
828
829         * arm-dis.c (regnames): Add an additional register set to match
830         the set used by GCC.  Make it the default.
831
832 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
833
834         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
835         find one.
836         * Makefile.in: Regenerate.
837
838 2000-06-20  H.J. Lu  <hjl@gnu.org>
839
840         * Makefile.am: Rebuild dependency.
841         * Makefile.in: Rebuild.
842
843 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
844
845         * Makefile.in, configure: regenerate
846         * disassemble.c (disassembler): Recognize ARCH_m68hc12,
847         ARCH_m68hc11.
848         * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
849         New functions.
850         * configure.in: Recognize m68hc12 and m68hc11.
851         * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
852         * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
853         and opcode generation for m68hc11 and m68hc12.
854
855 2000-06-16  Nick Duffek  <nsd@redhat.com>
856
857         * disassemble.c (disassembler): Refer to the PowerPC 620 using
858         bfd_mach_ppc_620 instead of 620.
859
860 2000-06-12  Kazu Hirata  <kazu@hxi.com>
861
862         * h8300-dis.c: Fix formatting.
863         (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
864         correctly.
865
866 2000-06-09  Denis Chertykov  <denisc@overta.ru>
867
868         * avr-dis.c (avr_operand): Bugfix for jmp/call address.
869
870 2000-06-07  Denis Chertykov  <denisc@overta.ru>
871
872         * avr-dis.c: completely rewritten.
873
874 2000-06-02  Kazu Hirata  <kazu@hxi.com>
875
876         * h8300-dis.c: Follow the GNU coding style.
877         (bfd_h8_disassemble) Fix a typo.
878
879 2000-06-01  Kazu Hirata  <kazu@hxi.com>
880
881         * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo.
882         (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl]
883         correctly.  Fix a typo.
884
885 2000-05-31  Nick Clifton  <nickc@redhat.com>
886
887         * opintl.h (_(String)): Explain why dgettext is used instead of
888         gettext.
889
890 2000-05-30  Nick Clifton  <nickc@redhat.com>
891
892         * opintl.h (gettext, dgettext, dcgettext, textdomain,
893         bindtextdomain): Replace defines with those from intl/libgettext.h
894         to quieten gcc warnings.
895
896 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
897
898         * Makefile.am: Update dependencies with "make dep-am"
899         * Makefile.in: Regenerate.
900
901 2000-05-25  Alexandre Oliva  <aoliva@redhat.com>
902
903         * m10300-dis.c (disassemble): Don't assume 32-bit longs when
904         sign-extending operands.
905
906 2000-05-15  Donald Lindsay  <dlindsay@redhat.com>
907
908         * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches
909         except brf's.
910
911 2000-05-21  Nick Clifton  <nickc@redhat.com>
912
913         * Makefile.am (LIBIBERTY): Define.
914
915 2000-05-19 Diego Novillo <dnovillo@redhat.com>
916
917         * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.
918         (STD_REGISTER_NAMES): New name for REGISTER_NAMES.
919         (reg_names): Rename to std_reg_names. Change it to a char **
920         static variable.
921         (std_reg_names): New name for reg_names.
922         (set_mips_isa_type): Set reg_names to point to std_reg_names by
923         default.
924
925 2000-05-16  Frank Ch. Eigler  <fche@redhat.com>
926
927         * fr30-desc.h: Partially regenerated to account for changed
928         CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
929         * m32r-desc.h: Ditto.
930
931 2000-05-15  Nick Clifton  <nickc@redhat.com>
932
933         * arm-opc.h: Use upper case for flasg in MSR and MRS
934         instructions.  Allow any bit to be set in the field_mask of
935         the MSR instruction.
936
937         * arm-dis.c (print_insn_arm): Decode _x and _s bits of the
938         field_mask of an MSR instruction.
939
940 2000-05-11  Thomas de Lellis  <tdel@windriver.com>
941
942         * arm-opc.h: Disassembly of thumb ldsb/ldsh
943         instructions changed to ldrsb/ldrsh.
944
945 2000-05-11  Ulf Carlsson  <ulfc@engr.sgi.com>
946
947         * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
948         target addresses for 'jal' and 'j'.
949
950 2000-05-10  Geoff Keating  <geoffk@redhat.com>
951
952         * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes
953         also available in common mode when powerpc syntax is being used.
954
955 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
956
957         * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args.
958         (dummy_print_address): Ditto.
959
960 2000-05-04  Timothy Wall  <twall@redhat.com>
961
962         * tic54x-opc.c: New.
963         * tic54x-dis.c: New.
964         * disassemble.c (disassembler): Add ARCH_tic54x.
965         * configure.in: Added tic54x target.
966         * configure: Ditto.
967         * Makefile.am: Add tic54x dependencies.
968         * Makefile.in: Ditto.
969
970 2000-05-03  J.T. Conklin  <jtc@redback.com>
971
972         * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
973         vector unit operands.
974         (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
975         unit instruction formats.
976         (PPCVEC): New macro, mask for vector instructions.
977         (powerpc_operands): Add table entries for above operand types.
978         (powerpc_opcodes): Add table entries for vector instructions.
979
980         * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
981         (print_insn_little_powerpc): Likewise.
982         (print_insn_powerpc): Prepend 'v' when printing vector registers.
983
984 2000-04-24  Clinton Popetz  <cpopetz@redhat.com>
985
986         * configure.in: Add bfd_powerpc_64_arch.
987         * disassemble.c (disassembler): Use print_insn_big_powerpc for
988         64 bit code.
989
990 2000-04-24  Nick Clifton  <nickc@redhat.com>
991
992         * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
993         field.
994
995 2000-04-23  Denis Chertykov  <denisc@overta.ru>
996
997         * avr-dis.c (reg_fmul_d): New. Extract destination register from
998         FMUL instruction.
999         (reg_fmul_r): New. Extract source register from FMUL instruction.
1000         (reg_muls_d): New. Extract destination register from MULS instruction.
1001         (reg_muls_r): New. Extract source register from MULS instruction.
1002         (reg_movw_d): New. Extract destination register from MOVW instruction.
1003         (reg_movw_r): New. Extract source register from MOVW instruction.
1004         (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
1005         EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
1006
1007 2000-04-22  Timothy Wall  <twall@redhat.com>
1008
1009         * ia64-gen.c (general): Add an ordered table of primary
1010         opcode names, as well as priority fields to disassembly data
1011         structures to enforce a preferred disassembly format based on the
1012         ordering of the opcode tables.
1013         (load_insn_classes): Show a useful message if IC tables are missing.
1014         (load_depfile): Ditto.
1015         * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to
1016         distinguish preferred disassembly.
1017         * ia64-opc-f.c: Reorder some insn for preferred disassembly
1018         format.  Fix incorrect flag on fma.s/fma.s.s0.
1019         * ia64-opc.c: Scan *all* disassembly matches and use the one with
1020         the highest priority.
1021         * ia64-opc-b.c: Use more abbreviations.
1022         * ia64-asmtab.c: Regenerate.
1023
1024 2000-04-21  Jason Eckhardt  <jle@redhat.com>
1025
1026         * hppa-dis.c (extract_16): New function.
1027         (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
1028         new operand types l,y,&,fe,fE,fx.
1029
1030 2000-04-21  Richard Henderson  <rth@redhat.com>
1031             David Mosberger  <davidm@hpl.hp.com>
1032             Timothy Wall <twall@redhat.com>
1033             Bob Manson  <manson@charmed.cygnus.com>
1034             Jim Wilson  <wilson@redhat.com>
1035
1036         * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h.
1037         (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c,
1038         ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c,
1039         ia64-asmtab.c.
1040         (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo.
1041         (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen,
1042         ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules.
1043         * Makefile.in: Rebuild.
1044         * configure Rebuild.
1045         * configure.in (bfd_ia64_arch): New target.
1046         * disassemble.c (ARCH_ia64): Define.
1047         (disassembler): Support ARCH_ia64.
1048         * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl,
1049         ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c,
1050         ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl,
1051         ia64-war.tbl, ia64-waw.tbl: New files.
1052
1053 2000-04-20  Alexandre Oliva  <aoliva@redhat.com>
1054
1055         * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
1056         (disassemble): Use them.
1057
1058 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1059
1060         * sysdep.h: Include "ansidecl.h" not <ansidecl.h>
1061         * Makefile.am: Update dependencies.
1062         * Makefile.in: Regenerate.
1063
1064 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1065
1066         * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
1067         avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
1068         disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
1069         i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
1070         m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
1071         mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c,
1072         ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c,
1073         tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c,
1074         w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h.  Remove
1075         ansidecl.h as sysdep.h includes it.
1076
1077 2000-04-7  Andrew Cagney  <cagney@b1.redhat.com>
1078
1079         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1080         --enable-build-warnings option.
1081         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1082         * Makefile.in, configure: Re-generate.
1083
1084 2000-04-05  J"orn Rennecke <amylaar@redhat.com>
1085
1086         * sh-opc.h (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs.
1087         stc GBR,@-<REG_N> is available for arch_sh1_up.
1088         Group parallel processing insn with identical mnemonics together.
1089         Make three-operand psha / pshl come first.
1090
1091 2000-04-05  J"orn Rennecke <amylaar@redhat.co.uk>
1092
1093         * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
1094         Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}.  Add REPEAT.
1095         (sh_arg_type): Add A_PC.
1096         (sh_table): Update entries using immediates.  Add repeat.
1097         * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
1098         Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}.  Add REPEAT.
1099
1100 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1101
1102         * po/opcodes.pot: Regenerate.
1103
1104         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1105         (DEP): Quote when passing vars to sub-make.  Add warning message
1106         to end.
1107         (DEP1): Rewrite for "gcc -MM".
1108         (CLEANFILES): Add DEP2.
1109         Update dependencies.
1110         * Makefile.in: Regenerate.
1111
1112 2000-04-03  Denis Chertykov  <denisc@overta.ru>
1113
1114         * avr-dis.c: Syntax cleanup.
1115         (add0fff): Print the pc relative address as a signed number.
1116         (add03f8): Likewise.
1117
1118 2000-04-01  Ian Lance Taylor  <ian@zembu.com>
1119
1120         * disassemble.c (disassembler_usage): Don't use a prototype.  Mark
1121         the parameter ATTRIBUTE_UNUSED.
1122         * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
1123
1124 2000-04-01  Alexandre Oliva  <aoliva@redhat.com>
1125
1126         * m10300-opc.c: SP-based offsets are always unsigned.
1127
1128 2000-03-29  Thomas de Lellis  <tdel@windriver.com>
1129
1130         * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal"
1131         [branch always] instead of "undefined".
1132
1133 2000-03-27  Nick Clifton  <nickc@redhat.com>
1134
1135         * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of
1136         short instructions, from end of list of long instructions.
1137
1138 2000-03-27  Ian Lance Taylor  <ian@zembu.com>
1139
1140         * Makefile.am (CFILES): Add avr-dis.c.
1141         (ALL_MACHINES): Add avr-dis.lo.
1142
1143 2000-03-27  Alan Modra  <alan@linuxcare.com>
1144
1145         * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to
1146         truncate integers.
1147         (print_insn_avr): Call function via pointer in K&R compatible way.
1148         (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204,
1149         add0fff, add03f8): Convert to old style function declaration and
1150         add prototype.
1151         (avrdis_opcode): Add prototype.
1152
1153 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1154
1155         * avr-dis.c: New file.  AVR disassembler.
1156         * configure.in (bfd_avr_arch): New architecture support.
1157         * disassemble.c: Likewise.
1158         * configure: Regenerate.
1159
1160 2000-03-06  J"oern Rennecke <amylaar@redhat.com>
1161
1162         * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement.
1163
1164 2000-03-02  J"orn Rennecke <amylaar@redhat.co.uk>
1165
1166         * d30v-dis.c (print_insn): Remove d*i hacks.  Use per-operand
1167         flag to determine if operand is pc-relative.
1168         * d30v-opc.c:
1169         (d30v_format_table):
1170         (REL6S3): Renamed from IMM6S3.
1171         Added flag OPERAND_PCREL.
1172         (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with
1173         added flag OPERAND_PCREL.
1174         (IMM12S3U): Replaced with REL12S3.
1175         (SHORT_D2, LONG_D): Delay target is pc-relative.
1176         (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r):
1177         Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r,
1178         using the REL* operands.
1179         (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D.
1180         (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B,
1181         LONG_Db, using REL* operands.
1182         (SHORT_U, SHORT_A5S): Removed stray alternatives.
1183         (d30v_opcode_table): Use new *r formats.
1184
1185 2000-02-28  Nick Clifton  <nickc@redhat.com>
1186
1187         * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
1188         'signed_overflow_ok_p'.
1189
1190 2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>
1191
1192         * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
1193         name of the libtool directory.
1194         * Makefile.in: Rebuild.
1195
1196 2000-02-24  Nick Clifton  <nickc@redhat.com>
1197
1198         * cgen-opc.c (cgen_set_signed_overflow_ok): New function.
1199         (cgen_clear_signed_overflow_ok): New function.
1200         (cgen_signed_overflow_ok_p): New function.
1201
1202 2000-02-23  Andrew Haley  <aph@redhat.com>
1203
1204         * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
1205         m32r-ibld.c, m32r-opc.h: Rebuild.
1206
1207 2000-02-23  Linas Vepstas <linas@linas.org>
1208
1209         * i370-dis.c, i370-opc.c: New.
1210
1211         * disassemble.c (ARCH_i370): Define.
1212         (disassembler): Handle it.
1213
1214         * Makefile.am: Add support for Linux/IBM 370.
1215         * configure.in: Likewise.
1216
1217         * Makefile.in: Regenerate.
1218         * configure: Likewise.
1219
1220 2000-02-22  Chandra Chavva   <cchavva@redhat.com>
1221
1222         * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to
1223         ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel
1224         procedure.
1225
1226 2000-02-22  Andrew Haley  <aph@redhat.com>
1227
1228         * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER:
1229         force gp32 to zero.
1230         * mips-opc.c (G6): New define.
1231         (mips_builtin_op): Add "move" definition for -gp32.
1232
1233 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
1234
1235         From Grant Erickson <gerickso@Brocade.COM>:
1236         * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
1237
1238 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1239
1240         * dis-buf.c (buffer_read_memory): Change `length' param and all int
1241         vars to unsigned.
1242
1243 2000-02-17 J"orn Rennecke <amylaar@redhat.co.uk>
1244
1245         * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
1246         (print_insn_ppi): Likewise.
1247         (print_insn_shx): Use info->mach to select appropriate insn set.
1248         Add support for sh-dsp.  Remove FD_REG_N support.
1249         * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
1250         (sh_arg_type): Likewise.  Remove FD_REG_N.
1251         (sh_dsp_reg_nums): New enum.
1252         (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
1253         (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
1254         (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
1255         (arch_sh3_dsp_up): Likewise.
1256         (sh_opcode_info): New field: arch.
1257         (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
1258         D_REG_N.  Fill in arch field.  Add sh-dsp insns.
1259
1260 2000-02-14  Fernando Nasser  <fnasser@totem.to.redhat.com>
1261
1262         * arm-dis.c: Change flavor name from atpcs-special to
1263         special-atpcs to prevent name conflict in gdb.
1264         (get_arm_regname_num_options, set_arm_regname_option,
1265         get_arm_regnames): New functions.  API to access the several
1266         flavor of register names.  Note: Used by gdb.
1267         (print_insn_thumb): Use the register name entry from the currently
1268         selected flavor for LR and PC.
1269
1270 2000-02-10  Nick Clifton  <nickc@redhat.com>
1271
1272         * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR
1273         classes.
1274         (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and
1275         "mulsh.h" instructions.
1276         * mcore-dis.c (imsk array): Add masks for MULSH and OPSR
1277         classes.
1278         (print_insn_mcore): Add support for little endian targets.
1279         Add support for MULSH and OPSR classes.
1280
1281 2000-02-07  Nick Clifton  <nickc@redhat.com>
1282
1283         * arm-dis.c (parse_arm_diassembler_option): Rename again.
1284         Previous delat did not take.
1285
1286 2000-02-03  Timothy Wall  <twall@redhat.com>
1287
1288         * dis-buf.c (buffer_read_memory):  Use octets_per_byte field
1289         to adjust target address bounds checking and calculate the
1290         appropriate octet offset into data.
1291
1292 2000-01-27  Nick Clifton  <nickc@redhat.com>
1293
1294         * arm-dis.c: (parse_disassembler_option): Rename to
1295         parse_arm_disassembler_option and allow to be exported.
1296
1297         * disassemble.c (disassembler_usage): New function: Print out any
1298         target specific disassembler options.
1299         Call arm_disassembler_options() if the ARM architecture is being
1300         supported.
1301
1302         * arm-dis.c (NUM_ELEM): Define this macro if not already
1303         defined.
1304         (arm_regname): New struct type for ARM register names.
1305         (arm_toggle_regnames): Delete.
1306         (parse_disassembler_option): Use register name structure.
1307         (print_insn): New function: Combines duplicate code found in
1308         print_insn_big_arm and print_insn_little_arm.
1309         (print_insn_big_arm): Call print_insn.
1310         (print_insn_little_arm): Call print_insn.
1311         (print_arm_disassembler_options): Display list of supported,
1312         ARM specific disassembler options.
1313
1314 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
1315
1316         * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the
1317         ARM_STT_16BIT flag as Thumb code symbols.
1318
1319         * arm-dis.c (printf_insn_little_arm): Ditto.
1320
1321 2000-01-25  Thomas de Lellis  <tdel@windriver.com>
1322
1323         * arm-dis.c (printf_insn_thumb): Prevent double dumping
1324         of raw thumb instructions.
1325
1326 2000-01-20  Nick Clifton  <nickc@redhat.com>
1327
1328         * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
1329
1330 2000-01-03  Nick Clifton  <nickc@cygnus.com>
1331
1332         * arm-dis.c (streq): New macro.
1333         (strneq): New macro.
1334         (force_thumb): ew local variable.
1335         (parse_disassembler_option): New function: Parse a single, ARM
1336         specific disassembler command line switch.
1337         (parse_disassembler_option): Call parse_disassembler_option to
1338         parse individual command line switches.
1339         (print_insn_big_arm): Check force_thumb.
1340         (print_insn_little_arm): Check force_thumb.
1341
1342 For older changes see ChangeLog-9899
1343 \f
1344 Local Variables:
1345 mode: change-log
1346 left-margin: 8
1347 fill-column: 74
1348 version-control: never
1349 End: