* d10v-opc.c (d10v_predefined_registers): Remove warnings
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 2001-12-04  Alexandre Oliva  <aoliva@redhat.com>
2
3         * d10v-opc.c (d10v_predefined_registers): Remove warnings
4         introduced in Nov 29's patch.
5
6         * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of
7         unmatched register.
8
9         * d10v-dis.c (print_operand): Disregard OPERAND_SP in register
10         predefined value.
11
12         * d10v-opc.c (RSRC_NOSP): New macro.
13         (d10v_operands): Add it.
14         (d10v_opcodes): Use RSRC_NOSP in post-decrement "st" and "st2w".
15
16 2001-11-29  Alexandre Oliva  <aoliva@redhat.com>
17
18         * d10v-opc.c (d10v_predefined_registers): Mark `sp' as OPERAND_SP.
19         (RSRC_SP): New macro.
20         (d10v_operands): Add it.
21         (d10v_opcodes): Adjust "st" and "st2w" to use RSRC_SP.
22
23 2001-11-23  Lars Brinkhoff  <lars@nocrew.org>
24
25         * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions.
26         Also, break out of the loop as soon as an instruction has been
27         printed.
28
29 2001-11-17  matthew green  <mrg@redhat.com>
30
31         * ppc-opc.c (mfvrsave, mtvrsave): New instructions.
32
33 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
34
35         * po/POTFILES.in: Regenerate.
36
37         * ppc-opc.c (PPC64): Revert 2001-10-12. Do include PPC_OPCODE_PPC.
38         (insert_bat, extract_bat, insert_bba, extract_bba,
39         insert_bd, extract_bd, insert_bdm, extract_bdm,
40         insert_bdp, extract_bdp, valid_bo,
41         insert_bo, extract_bo, insert_boe, extract_boe,
42         insert_ds, extract_ds, insert_de, extract_de,
43         insert_des, extract_des, insert_li, extract_li,
44         insert_mbe, extract_mbe, insert_mb6, extract_mb6,
45         insert_nb, extract_nb, insert_nsi, extract_nsi,
46         insert_ral, insert_ram, insert_ras,
47         insert_rbs, extract_rbs, insert_sh6, extract_sh6,
48         insert_spr, extract_spr, insert_tbr, extract_tbr): Add dialect param.
49         (extract_bd, extract_bdm, extract_bdp,
50         extract_ds, extract_des,
51         extract_li, extract_nsi): Implement sign extension without conditional.
52         (insert_bdm, extract_bdm,
53         insert_bdp, extract_bdp, valid_bo): Handle 64 bit branch hints.
54         (extract_bdm, extract_bdp): Correct 32 bit validation.
55         (AT1_MASK, AT2_MASK): Define.
56         (BBOAT_MASK): Define.
57         (BBOATCB_MASK, BBOAT2CB_MASK, BBOATBI_MASK): Define.
58         (BOFM64, BOFP64, BOTM64, BOTP64): Define.
59         (BODNZM64, BODNZP64, BODZM64, BODZP64): Define.
60         (PPCCOM32, PPCCOM64): Define.
61         (powerpc_opcodes): Modify existing 32 bit insns with branch hints
62         and add new patterns to implement 64 bit branches with hints.  Move
63         booke instructions so they match before ppc64.
64
65         * ppc-dis.c (powerpc_dialect): Set PPC_OPCODE_64 in dialect for
66         64 bit default targets, and parse "32" and "64" in options.
67         Formatting fixes.
68         (print_insn_powerpc): Pass dialect to operand->extract.
69
70 2001-11-14  Dave Brolley  <brolley@redhat.com>
71
72         * cgen-dis.c (count_decodable_bits): New function.
73         (add_insn_to_hash_chain): New function.
74         (hash_insn_array): Call add_insn_to_hash_chain.
75         (hash_insn_list): Call add_insn_to_hash_chain.
76         * m32r-dis.c: Regenerated.
77         * fr30-dis.c: Regenerated.
78
79 2001-11-14  Andreas Jaeger  <aj@suse.de>
80
81         * i386-dis.c (print_insn): Use x86-64 as option.
82
83 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
84
85         * disassemble.c (disassembler): Call print_insn_i386.
86         * i386-dis.c (SUFFIX_ALWAYS): Define.
87         (struct dis_private): Add orig_sizeflag.
88         (print_insn_i386): Make it a wrapper, calling..
89         (print_insn): ..The old body of print_insn_i386.  Avoid longjmp
90         warning without using volatile by moving orig_sizeflag to priv,
91         and removing inbuf.  Parse disassembler_options.
92         (print_insn_i386_att, print_insn_i386_intel): Move initialisation
93         code to print_insn.
94         (putop): Remove #ifdef SUFFIX_ALWAYS.
95
96 2001-11-11  Timothy Wall  <twall@alum.mit.edu>
97
98         * tic54x-dis.c: Use revised opcode structure.  Export opcode
99         template lookup.
100         (has_lkaddr): Don't forget about Lmem insns.
101         * tic54x-opc.c: Add emulation trap.  Parallel table now uses
102         standard opcode templates.
103
104 2001-11-13  Zack Weinberg <zack@codesourcery.com>
105
106         * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries
107         to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand
108         category instead of Ew.
109
110 2001-11-12  Niraj Gupta <ngupta@zumanetworks.com>
111
112         * m68k-opc.c: Fix definitions of wddata[bwl].
113
114 2001-11-09  Richard Sandiford  <rsandifo@redhat.com>
115
116         * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to
117         fit in the buffer, try to match the empty keyword.
118
119 2001-11-09  Nick Clifton  <nickc@cambridge.redhat.com>
120
121         * cgen-ibld.in (extract_1): Fix badly placed #if 0.
122         * fr30-ibld.c: Regenerate.
123         * m32r-ibld.c: Regenerate.
124         * openrisc-ibld.c: Regenerate.
125
126 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
127
128         * mips-dis.c (print_insn_mips): Remove spaces at end of line.
129
130 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
131
132         * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr".
133         * configure: Regernate.
134         * po/fr.po: New file.
135         * po/sv.po: New file.
136         * po/tr.po: New file.
137
138 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
139
140         * m68hc11-dis.c (print_insn): Fix disassembly of movb with a
141         constant as source.
142
143 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
144
145         * Makefile.am (CFILES): Add mmix-dis.c and mmix-opc.c.  Regenerate
146         dependencies.
147         * Makefile.in: Regenerate.
148         * mmix-dis.c, mmix-opc.c: New files.
149
150 2001-10-29  Kazu Hirata  <kazu@hxi.com>
151
152         * d30v-dis.c: Fix a comment typo.
153
154 2001-10-23  Chris Demetriou  <cgd@broadcom.com>
155
156         * mips-opc.c (mips_builtin_opcodes): Mark "bgezall" and
157         "bltzall" as writing GPR 31 (since they do).
158
159         * mips-dis.c (print_insn_arg): Calculate info->target
160         where appropriate.
161         (print_insn_mips): Fill in instruction info.
162         (print_mips16_insn_arg): Remove unneded variable 'val'.
163         Removed duplicated instruction target calculations,
164         calculate once and print that result.  Use same idiom for
165         masking the jump segment bits as is used in print_insn_arg.
166
167 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
168
169         * ppc-opc.c (CT): Make it an optional operand.
170
171 2001-10-17  Chris Demetriou  <cgd@broadcom.com>
172
173         * mips-dis.c (mips_isa_type): Make the ISA used to disassemble
174         SB-1 binaries include instructions specific to the SB-1.
175         * mips-opc.c (SB1): New definition.
176         (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps",
177         "recip.ps", "rsqrt.ps", and "sqrt.ps".
178
179 2001-10-17  matthew green  <mrg@redhat.com>
180
181         * ppc-opc.c (STRM): New AltiVec operand.
182         (XDSS): New AltiVec instruction form.
183         (mtvscr): Correct operand list.
184         (dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions.
185
186 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
187
188         * po/POTFILES.in: Regenerate.
189
190 2001-10-13  matthew green  <mrg@redhat.com>
191
192         * ppc-opc.c (MO): New macro for MO field of mbar instruction.
193         (powerpc_opcodes): Add rfci, wrtee, wrteei, mfdcrx, mfdcr,
194         mtdcrx, mtdcr, msync, dcba and mbar as BookE instructions.
195
196 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
197
198         * cgen-ibld.in: Include safe-ctype.h in preference to
199         ctype.h.
200         * cgen-asm.in: Include safe-ctype.h in preference to
201         ctype.h.  Fix formatting.  Use ISSPACE instead of isspace and
202         TOLOWER instead of tolower.
203         (@arch@_cgen_build_insn_regex): Remove duplication of syntax
204         string elements in constructed regular expression.
205         * fr30-asm.c: Regenerate.
206         * fr30-desc.c: Regenerate.
207         * fr30-ibld.c: Regenerate.
208         * m32r-asm.c: Regenerate.
209         * m32r-desc.c: Regenerate.
210         * m32r-ibld.c: Regenerate.
211         * openrisc-asm.c: Regenerate.
212         * openrisc-desc.c: Regenerate.
213         * openrisc-ibld.c: Regenerate.
214         * po/opcodes.pot: Regenerate.
215
216 2001-10-12  matthew green  <mrg@redhat.com>
217
218         * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New
219         instruction field instruction/extraction functions for new BookE
220         DE form instructions.
221         (CT): New macro for CT field in an X form instruction.
222         (DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form
223         instructions.
224         (PPC64): Don't include PPC_OPCODE_PPC.
225         (403): New opcode macro for PPC403 processors.
226         (BOOKE): New opcode macro for BookE processors.
227         (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions.
228         (bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise.
229         (dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise.
230         (stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise.
231         (mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise.
232         (subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise.
233         (subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise.
234         (addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise.
235         (lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise.
236         (stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise.
237         (tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise.
238         (lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise.
239         (stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise.
240         (lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise.
241
242         * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look
243         for a disassembler option of `booke', `booke32' or `booke64' to enable
244         BookE support in the disassembler.
245
246 2001-10-12  John Healy  <jhealy@redhat.com>
247
248         * cgen-dis.in (print_insn): Use min (cd->base_insn_bitsize, buflen*8)
249         for the length when extracting the base part of the insn.
250
251 2001-10-09  Bruno Haible  <haible@clisp.cons.org>
252
253         * cgen-asm.in (*_cgen_build_insn_regex): Generate a case sensitive
254         regular expression.  Fix some formatting problems.
255         * fr30-asm.c: Regenerate.
256         * openrisc-asm.c: Regenerate.
257         * m32r-asm.c: Regenerate.
258
259 2001-10-09  Christian Groessler <cpg@aladdin.de>
260
261         * z8k-dis.c (unparse_instr): Fixed formatting. Change disassembly
262         of indirect register memory accesses to be same format the
263         assembler accepts.
264
265 2001-10-09  Nick Clifton  <nickc@cambridge.redhat.com>
266
267         * sh-opc.h: Fix encoding of least significant nibble of the
268         DSP single data transfer instructions.
269
270         * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
271         instructions.
272
273 2001-10-08  Nick Clifton  <nickc@cambridge.redhat.com>
274
275         * cgen-asm.in: Fix compile time warning messages in generated
276         C files.
277         * cgen-dis.in: The same.
278         * cgen-ibld.in: The same.
279         * fr30-asm.c: Regenerate.
280         * fr30-desc.c: Regenerate.
281         * fr30-dis.c: Regenerate.
282         * fr30-ibld.c: Regenerate.
283         * fr30-opc.c: Regenerate.
284         * m32r-asm.c: Regenerate.
285         * m32r-desc.c: Regenerate.
286         * m32r-dis.c: Regenerate.
287         * m32r-ibld.c: Regenerate.
288         * m32r-opc.c: Regenerate.
289         * m32r-opinst.c Regenerate.
290         * openrisc-asm.c: Regenerate.
291         * openrisc-desc.c: Regenerate.
292         * openrisc-dis.c: Regenerate.
293         * openrisc-ibld.c: Regenerate.
294         * openrisc-opc.c: Regenerate.
295         * openrisc-opc.h: Regenerate.
296         * Makefile.in: Regenerate.
297         * po/POTFILES.in: Regenerate.
298         * po/opcodes.pot: Regenerate.
299
300 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
301
302         * arm-opc.h (arm_opcodes): Add cirrus insns.
303
304         * arm-dis.c (print_insn_arm): Add 'I' case.
305
306 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
307
308         * po/POTFILES.in: Regenerate.
309         * configure: Regenerate.
310
311 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
312
313         * Makefile.am (Makefile): Depend on bfd/configure.in.
314         Run "make dep-am".
315         * Makefile.in: Regenerate.
316
317 2001-09-30  John Healy  <jhealy@redhat.com>
318
319         * cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits
320         calls to cgen_get_insn_value and cgen_put_insn_value calls.
321         (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call.
322
323 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
324
325         * Makefile.am: Update dependencies with "make dep-am".
326         * Makefile.in: Regenerate.
327
328 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
329
330         * arc-dis.c: Formatting fixes.
331         (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
332
333 2001-09-21  Bruno Haible  <haible@clisp.cons.org>
334
335         * arc-dis.c: Don't include <ctype.h>.
336         * openrisc-desc.c: Likewise.
337         * openrisc-ibld.c: Likewise.
338
339 2001-09-20  Nick Clifton  <nickc@cambridge.redhat.com>
340
341         * fr30-opc.c: Fix compile time warning messages.
342         * i370-opc.c: Fix compile time warning messages.
343         * i960-dis.c: Fix compile time warning messages.
344         * m32r-asm.c: Fix compile time warning messages.
345         * m32r-desc.c: Fix compile time warning messages.
346         * m32r-dis.c: Fix compile time warning messages.
347         * m32r-ibld.c: Fix compile time warning messages.
348         * m32r-opc.c: Fix compile time warning messages.
349         * m32r-opinst.c: Fix compile time warning messages.
350         * ns32k-dis.c: Fix compile time warning messages.
351         * openrisc-asm.c: Fix compile time warning messages.
352         * openrisc-desc.c: Fix compile time warning messages.
353         * openrisc-dis.c: Fix compile time warning messages.
354         * openrisc-ibld.c: Fix compile time warning messages.
355         * openrisc-opc.c: Fix compile time warning messages.
356         * pdp11-dis.c: Fix compile time warning messages.
357         * tic54x-dis.c: Fix compile time warning messages.
358         * v850-opc.c: Fix compile time warning messages.
359         * vax-dis.c: Fix compile time warning messages.
360         * w65-opc.h: Fix compile time warning messages.
361         * z8k-opc.h: Fix compile time warning messages.
362         * z8kgen.c: Fix compile time warning messages.
363
364 2001-09-19  Nick Clifton  <nickc@cambridge.redhat.com>
365
366         * arm-dis.c:   Fix compile time warning messages.
367         * cgen-asm.c:  Fix compile time warning messages.
368         * cgen-dis.c:  Fix compile time warning messages.
369         * cris-dis.c:  Fix compile time warning messages.
370         * d10v-dis.c:  Fix compile time warning messages.
371         * fr30-asm.c:  Fix compile time warning messages.
372         * fr30-desc.c: Fix compile time warning messages.
373         * fr30-dis.c:  Fix compile time warning messages.
374         * fr30-ibld.c: Fix compile time warning messages.
375
376 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
377
378         * cgen-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
379         (cgen_parse_keyword): Use ISALNUM instead of isalnum.
380         * cgen-opc.c: Include "safe-ctype.h" instead of <ctype.h>.
381         (cgen_keyword_lookup_name): Use ISALPHA/TOLOWER instead of
382         isalpha/tolower.
383         (cgen_keyword_add): Use ISALNUM instead of isalnum.
384         (hash_keyword_name): Use TOLOWER instead of tolower.
385         * fr30-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
386         (parse_insn_normal): Use TOLOWER/ISSPACE instead of
387         tolower/isspace.
388         (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace.
389         * fr30-desc.c: Don't include <ctype.h>.
390         * fr30-ibld.c: Likewise.
391         * ia64-gen.c: Include "safe-ctype.h" instead of <ctype.h>.
392         (load_insn_classes, parse_resource_users, load_depfile): Use
393         ISSPACE instead of isspace.
394         * m32r-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
395         (parse_insn_normal): Use TOLOWER/ISSPACE instead of
396         tolower/isspace.
397         (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace.
398         * m32r-desc.c: Don't include <ctype.h>.
399         * m32r-ibld.c: Likewise.
400         * openrisc-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
401         (parse_insn_normal): Use TOLOWER/ISSPACE instead of
402         tolower/isspace.
403         (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace.
404
405 2001-09-18  Martin Schwidefsky <schwidefsky@de.ibm.com>
406
407         * Makefile.am: Add rules and dependencies to create the s/390 opcode
408         table out of s390-opc.txt automatically.
409         * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used.
410         * s390-mkopc.c (dumpTable): Change output to create a complete file.
411         * s390-opc.c: New improved opcode format macros and remove the
412         pregenerated opcode table.
413         * s390-opc.txt: Adapt to new improved opcode format macros.
414
415 2001-09-14  David Schleef <ds@schleef.org>
416
417         * ppc-opc.c (VXA, VXA_MASK): Fix mask bits.
418
419 2001-09-04  Alan Modra  <amodra@bigpond.net.au>
420
421         * i386-dis.c (grps): Don't print the implicit al/ax/eax register
422         for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns.
423
424 2001-08-31  Eric Christopher  <echristo@redhat.com>
425             Jason Eckhardt    <jle@redhat.com>
426
427         * mips-dis.c: Add support for bfd_mach_mipsisa32 and
428         bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k,
429         bfd_mach_mips64.
430
431 2001-08-31  Andreas Jaeger  <aj@suse.de>
432
433         * tic54x-opc.c: Add default initializers to avoid warnings.
434
435         * arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
436         * arc-ext.c: Likewise.
437
438 2001-08-28  matthew gren  <mrg@redhat.com>
439
440         * ppc-opc.c (icbt): Order correctly.
441
442 2001-08-27  David Edelsohn  <dje@watson.ibm.com>
443             Torbjorn Granlund  <tege@swox.com>
444
445         * ppc-opc.c (DS): Add PPC_OPERAND_DS flag.
446         (LS): Define.
447         (insert_ds): Complain if not a multiple of 4.
448         (XSYNC): Define.
449         (XSYNC_MASK): Define.
450         (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev",
451         "slbmfee".  Modify "sync" to use XSYNC_MASK and LS.
452
453 2001-08-26  Andreas Jaeger  <aj@suse.de>
454
455         * h8500-opc.h: Add default initializers to h8500_table to shut up
456         GCC warnings.
457
458 2001-08-25  Andreas Jaeger  <aj@suse.de>
459
460         * tic54x-dis.c: Add unused attributes where needed.
461
462         * z8k-dis.c (output_instr): Add unused attribute.
463
464         * h8300-dis.c: Add missing prototypes.
465         (bfd_h8_disassemble): Make static.
466
467         * cris-dis.c: Add missing prototype.
468         * h8500-dis.c: Likewise.
469         * m68hc11-dis.c: Likewise.
470         * pj-dis.c: Likewise.
471         * tic54x-dis.c: Likewise.
472         * v850-dis.c: Likewise.
473         * vax-dis.c: Likewise.
474         * w65-dis.c: Likewise.
475         * z8k-dis.c: Likewise.
476
477         * d10v-dis.c: Add missing prototype.
478         (dis_long): Remove unused variable.
479         (dis_2_short): Likewise.
480
481         * sh-dis.c: Add missing prototypes.
482         * v850-opc.c: Likewise.
483         Add unused attributes where needed.
484
485         * ns32k-dis.c: Add missing prototypes.
486         (bit_extract_simple): Remove unused variable.
487
488 2001-08-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
489
490         * opcodes/s390-opc.c: Add "low or high" and "not low or high"
491         branch instructions for gcc 3.0.
492         * opcodes/s390-opc.txt: Likewise.
493
494 2001-08-21  Andreas Jaeger  <aj@suse.de>
495
496         * i960-dis.c: Add parameters for prototypes
497         (ctrl): Add unused attributes.
498         (cobr): Likewise.
499         (put_abs): Likewise.
500
501         * mips-dis.c: Add missing prototypes.
502         * a29k-dis.c: Likewise.
503         * arc-dis.c: Likewise.
504         * ia64-opc.c: Likewise.
505
506         * s390-dis.c: Add missing prototypes.
507         (init_disasm): Remove unused attribute since the parameter is
508         used.
509
510 2001-08-16  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
511
512         * mips-opc.c (M1): Define. Reformatted Code.
513         (mips_builtin_opcodes): Added performance counter opcodes mfpc, mfps,
514         mtps, mtps. Typo.
515
516 2001-08-16  Jonathan Larmour  <jlarmour@redhat.com>
517
518         * mips-opc.c: R3900s can support all branch likely INSN_MACROs where
519         the corresponding non-likely insn is in MIPS I.
520
521 2001-08-13  Kazu Hirata  <kazu@hxi.com>
522
523         * mcore-dis.c: Fix formatting.
524         * mips-dis.c: Likewise.
525         * pj-dis.c: Likewise.
526         * z8k-dis.c: Likewise.
527
528 2001-08-12  Richard Henderson  <rth@redhat.com>
529
530         * cgen-ibld.in (extract_normal): Match type of VALUE and MASK
531         to *VALUEP.  Regenerate all cgen files.
532
533 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
534
535         * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32
536         argument.
537         * mips-opc.c (G6): Undefine.
538         (mips_builtin_opcodes): Remove gp32 entry for "move".  Add macro
539         as the first "move" alternative.
540
541 2001-08-10  Andreas Jaeger  <aj@suse.de>
542
543         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
544         to build warnings.
545         * configure: Regenerate.
546
547 2001-08-10  Alan Modra  <amodra@bigpond.net.au>
548
549         * ppc-opc.c: Revert 2001-08-08.
550
551 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
552
553         * dis-buf.c (generic_strcat_address): Add missing prototype.
554         #if 0 the functions as it is unused.
555
556 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
557
558         1999-10-25  Torbjorn Granlund  <tege@swox.com>
559         * ppc-opc.c: Include "bfd.h".
560         (powerpc_operands): Add new field for reloc type.
561
562 2001-07-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
563
564         * mips-dis.c (print_insn_arg): Don't use software integer registers
565         for coprocessor registers.
566         (get_mips_isa): Removed.
567         (is_newabi): New function, checks if NewABI is used.
568         (_print_insn_mips): Get distinction between old ABI and new ABI right.
569
570 2001-08-01  Christian Groessler <cpg@aladdin.de>
571
572         * z8kgen.c: Fixed indentation of opt[] array.  Include stdio.h to
573         get stderr definition.
574         (internal, gas): Removed warnings.
575         (gas): Create a correct final entry for created array.
576         * z8k-opc.h: Recreated with new z8kgen.
577
578 2001-07-28  Kazu Hirata  <kazu@hxi.com>
579
580         * i386-dis.c: Fix formatting.
581
582 2001-07-28  Matthias Kramm <kramm@quiss.org>
583
584         * i386-dis.c: Change formatting conventions for architecture
585         i386:intel to better match the format of various intel i386
586         assemblers, like nasm, tasm or masm.
587
588 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
589
590         * Makefile.am: Update dependencies with "make dep-am".
591         * Makefile.in: Regenerate
592
593 2001-07-24  Kazu Hirata  <kazu@hxi.com>
594
595         * alpha-dis.c: Fix formatting.
596         * cris-dis.c: Likewise.
597         * d10v-dis.c: Likewise.
598         * d30v-dis.c: Likewise.
599         * m10300-dis.c: Likewise.
600         * tic54x-dis.c: Likewise.
601
602 2001-07-23  Kazu Hirata  <kazu@hxi.com>
603
604         * m68k-dis.c: Fix formatting.
605         * pj-dis.c: Likewise.
606         * s390-dis.c: Likewise.
607         * z8k-dis.c: Likewise.
608
609 2001-07-21  Chris Demetriou  <cgd@broadcom.com>
610
611         * mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s
612         into the rest of the surrounding definitions.
613
614 2001-07-18  Alan Modra  <amodra@bigpond.net.au>
615
616         * i386-dis.c (grps): Print l or w suffix, and require mem modrm
617         for lgdt, lidt, sgdt, sidt.
618
619 2001-07-13  Philip Blundell  <philb@gnu.org>
620
621         * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
622
623 2001-07-12  Jeff Johnston  <jjohnstn@redhat.com>
624
625         * cgen-asm.in: Include "xregex.h" always to enable the libiberty
626         regex support.
627         (@arch@_cgen_build_insn_regex): New routine from Graydon.
628         (@arch@_cgen_assemble_insn): Add Graydon's code to use regex
629         to verify if it is worth parsing the insn as insn "x".  Also update
630         error message when insn is not a recognized format of the insn vs
631         when the insn is completely unrecognized.
632
633 2001-07-11  Frank Ch. Eigler  <fche@redhat.com>
634
635         * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of
636         bfd_get_bits.
637         * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect
638         non-zero CGEN_CPU_DESC->insn_chunk_bitsize.
639
640 2001-07-09  Andreas Jaeger  <aj@suse.de>, Karsten Keil <kkeil@suse.de>
641
642         * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
643         (OP_J): Use bfd_vma for mask to work properly with 64 bits.
644         (op_address,op_riprel): Use bfd_vma to handle 64 bits.
645
646 2001-07-05  Ben Elliston  <bje@redhat.com>
647
648         * Makefile.am (CPUDIR): Define.
649         (stamp-m32r): Update dependencies.
650         (stamp-fr30): Ditto.
651         (stamp-openrisc): Ditto.
652         * Makefile.in: Regenerate.
653
654 2001-07-03  Zoltan Hidvegi <hzoli@hzoli.2y.net>
655
656         * ppc-opc.c: Fix encoding of 'clf' instruction.
657
658 2001-06-30  Geoffrey Keating  <geoffk@redhat.com>
659
660         * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
661
662 2001-06-28  Geoffrey Keating  <geoffk@redhat.com>
663
664         * cgen-asm.c (cgen_parse_keyword): Allow any first character.
665         * cgen-opc.c (cgen_keyword_add): Ignore special first
666         character when building nonalpha_chars field.
667
668 2001-06-24  Ben Elliston  <bje@redhat.com>
669
670         * m88k-dis.c: Format to conform to GNU coding standards.
671
672 2001-06-23  Andreas Jaeger  <aj@suse.de>
673
674         * disassemble.c (disassembler_usage): Add unused attribute.
675
676 2001-06-22  Eric Christopher  <echristo@redhat.com>
677
678         * mips-opc.c: Move prefx to start of the table.
679
680 2001-06-22  Stacey Sheldon <ssheldon@Catena.com>
681
682         * arc-opc.c (insert_st_syntax): Fix over-optimisation of ST
683         instruction.
684
685 2001-06-22  Pauli <pauli@moreton.com.au>
686
687         * m68k-opc.c: Add wdebug instruction.
688
689 2001-06-15  Aldy Hernandez  <aldyh@redhat.com>
690
691         * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
692
693 2001-06-14  Geoffrey Keating  <geoffk@redhat.com>
694
695         * cgen-asm.c (cgen_parse_keyword): When looking for the
696         boundaries of a keyword, allow any special characters
697         that are actually in one of the allowed keyword.
698         * cgen-opc.c (cgen_keyword_add): Add any special characters
699         to the nonalpha_chars field.
700
701 2001-06-12  Martin Schwidefsky <schwidefsky@de.ibm.com>
702
703         * s390-opc.c: Add lgh instruction.
704         * s390-opc.txt: Likewise.
705
706 2001-06-11  Alan Modra  <amodra@bigpond.net.au>
707
708         * i386-dis.c: Group function prototypes in one place.
709         (FLOATCODE): Redefine as 1.
710         (USE_GROUPS): Redefine as 2.
711         (USE_PREFIX_USER_TABLE): Redefine as 3.
712         (X86_64_SPECIAL): Define as 4.
713         (GRP1b..GRPAMD): Move USE_GROUPS to bytecode1, index to bytecode2.
714         (PREGRP0..PREGRP26): Similarly with USE_PREFIX_USER_TABLE.
715         (dis386_att, dis386_intel, disx86_64_att, disx86_64_intel): Delete.
716         (dis386): New table combining above four tables.
717         (dis386_twobyte_att, dis386_twobyte_intel): Delete.
718         (dis386_twobyte): New table combining above two tables.
719         (x86_64_table): New table to handle x86_64.
720         (X86_64_0): Define.
721         (float_mem_att, float_mem_intel): Delet.
722         (float_mem): New table combining above two tables.
723         (print_insn_i386): Modify for above.
724         (dofloat): Likewise.
725         (putop): Handle '{', '|' and '}' to select alternative mnemonics.
726         Return 0 on success, 1 if no valid alternative.
727         (putop <case 'F'>, <case 'H'>): Print nothing for intel_syntax.
728         (putop <case 'T'>): Move to case 'U', and share case 'Q' code.
729         (putop <case 'I'>): Move to case 'T', and share case 'P' code.
730         (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg
731         if not 64-bit mode.
732         (OP_I <case q_mode>): Handle as for v_mode if not 64-bit mode.
733         (OP_I64): If not 64-bit mode, call OP_I.
734         OP_OFF64): If not 64-bit mode, call OP_OFF.
735         (OP_ST, OP_STi, OP_SEG, OP_DIR, OP_OFF, OP_OFF64, OP_MMX): Rename
736         'ignore'/'ignored' to 'bytemode'.
737
738 2001-06-10  Alan Modra  <amodra@bigpond.net.au>
739
740         * configure.in: Sort 'ta' case statement.
741         * configure: Regenerate.
742
743         * i386-dis.c (dis386_att): Add 'H' to conditional branch and
744         loop,jcxz insns.
745         (disx86_64_att): Likewise.
746         (dis386_twobyte_att): Likewise.
747         (print_insn_i386): Don't print branch hints as a prefix.
748         (putop): 'H' macro prints branch hints.
749         (get64): Kill compile warnings.
750
751 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
752
753         * sh-opc.h (sh_table): Don't use empty initializers.
754
755 2001-06-06  Christian Groessler <cpg@aladdin.de>
756
757         * z8k-dis.c: Fix formatting.
758         (unpack_instr): Remove unused cases in switch statement. Add
759         safety abort() in default case.
760         (unparse_instr): Add safety abort() in default case.
761
762 2001-06-06  Peter Jakubek <pjak@snafu.de>
763
764         * m68k-dis.c (print_insn_m68k): Fix typo.
765         * m68k-opc.c (m68k_opcodes): Correct allowed operands for
766         mcf (ColdFire) div, rem and moveb instructions.
767
768 2001-06-06  Alan Modra  <amodra@bigpond.net.au>
769
770         * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.
771         (cond_jump_mode, loop_jcxz_mode): Define.
772         (dis386_att): Add cond_jump_flag and loop_jcxz_flag as
773         appropriate, and 'F' suffix to loop insns.
774         (disx86_64_att): Likewise.
775         (dis386_twobyte_att): Likewise.
776         (print_insn_i386): Don't output addr prefix for loop, jcxz insns.
777         Output data size prefix for long conditional jumps.  Output cs and
778         ds branch hints.
779         (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'.
780         (OP_J): Don't make PREFIX_DATA used.
781
782 2001-06-04  Alexandre Oliva  <aoliva@redhat.com>
783
784         * sh-opc.h (sh_table): Complete last element entry to avoid
785         compiler warning.
786
787 2001-05-16  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
788
789         * mips-dis.c (mips_isa_type): Add MIPS r12k support.
790
791 2001-05-23  Alan Modra  <amodra@one.net.au>
792
793         * arc-opc.c: Whitespace changes.
794
795 2001-05-18  Hans-Peter Nilsson  <hp@axis.com>
796
797         * cris-opc.c (cris_spec_regs): Add missing initializer field for
798         last element.
799
800 2001-05-15  Frank Ch. Eigler  <fche@redhat.com>
801
802         * cgen-dis.in (extract_normal): Complete support for min<base case.
803
804 2001-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
805
806         * mips-dis.c (INSNLEN): Rename MAXLEN.
807         (std_reg_names): Replace by mips32_reg_names and mips64_reg_names.
808         (print_insn_arg): Remove $ prefix of register names.
809         (set_mips_isa_type): Remove.
810         (mips_isa_type): New function.
811         (get_mips_isa): New Function.
812         (print_insn_mips): Rename _print_insn_mips.
813         (_print_insn_mips): New function, contains code which was
814         duplicated in print_insn_big_mips and print_insn_little_mips.
815         (print_insn_big_mips): Moved code to _print_insn_mips.
816         (print_insn_little_mips): Likewise.
817         (print_mips16_insn_arg): Remove $ prefix of register names.
818         Print error message before abort.
819
820 2001-05-14  J.T. Conklin  <jtc@redback.com>
821
822         * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of
823         simplified mnemonics used for setting PPC750-specific special
824         purpose registers.
825
826 2001-05-12  H.J. Lu  <hjl@gnu.org>
827
828         * i386-dis.c (print_insn_i386): Always set `mod', `reg' and
829         `rm'.
830
831 2001-05-12  Peter Targett  <peter.targett@arccores.com>
832
833         * arc-opc.c (arc_reg_names): Correct attribute for lp_count
834         register to r/w.  Formatting fixes throughout file.
835
836 2001-05-12  Alan Modra  <amodra@one.net.au>
837
838         * i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and
839         movq operands.
840         (twobyte_has_modrm): Update table.
841         (need_modrm): Give it file scope.
842         (MODRM_CHECK): Define.
843         (dofloat): Use MODRM_CHECK.
844         (OP_E): Likewise.
845         (OP_EM): Likewise.
846         (OP_EX): Likewise.
847
848 2001-05-07  Frank Ch. Eigler  <fche@redhat.com>
849
850         * cgen-dis.in (default_print_insn): Tolerate min<base instructions
851         even at end of a section.
852         * cgen-ibld.in (extract_normal): Tolerate min!=base!=max instructions
853         by ignoring precariously-unpacked insn_value in favor of raw buffer.
854
855 2001-05-03  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
856
857         * disassemble.c (disassembler_usage): Remove unused attribute.
858
859 2001-05-04  Frank Ch. Eigler  <fche@redhat.com>
860
861         * m32r-dis.c, -asm.c, -ibld.c: Regenerated with disassembler fixes.
862
863 2001-05-04  Frank Ch. Eigler  <fche@redhat.com>
864
865         * cgen-dis.in (print_insn): Remove call to read_insn.  Instead,
866         assume incoming buffer already has the base insn loaded.  Handle
867         smaller-than-base instructions for variable-length case.
868
869 2001-05-04  Alan Modra  <amodra@one.net.au>
870
871         * i386-dis.c (Ev, Ed): Remove duplicate define.
872         (Gd): Define.
873         (XS): Define.
874         (OP_XS): New function.
875         (dis386_twobyte_att): Correct pinsrw, pextrw, pmovmskb, and
876         movmskp operands.
877         (dis386_twobyte_intel): Likewise.
878         (prefix_user_table): Use MS for maskmovq operand.
879
880 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
881
882         * Makefile.am: Add OpenRISC target.
883         * Makefile.in: Regenerated.
884
885         * disassemble.c (disassembler): Recognize the OpenRISC disassembly.
886
887         * configure.in (bfd_openrisc_arch): Add target.
888         * configure: Regenerated.
889
890         * openrisc-asm.c: New file.
891         * openrisc-desc.c: Likewise.
892         * openrisc-desc.h: Likewise.
893         * openrisc-dis.c: Likewise.
894         * openrisc-ibld.c: Likewise.
895         * openrisc-opc.c: Likewise.
896         * openrisc-opc.h: Likewise.
897
898 2001-04-24  Christian Groessler  <cpg@aladdin.de>
899
900         * z8k-dis.c: add names of control registers (ctrl_names);
901         (seg_length): provides instruction length fixup for segmented
902         mode; (unpack_instr): correctly handle ARG_DISP16, ARG_DISP12,
903         CLASS_0DISP7, CLASS_1DISP7, CLASS_DISP8 and CLASS_PR cases;
904         (unparse_intr): handle CLASS_PR, print addresses without '#'
905         * z8k-opc.h: re-created with new z8kgen
906         * z8kgen.c: merged in fixes which were in existing z8k-opc.h; new
907         entries for ldctl/ldctlb instruction
908
909 2001-04-06  Andreas Jaeger  <aj@suse.de>
910
911         * i386-dis.c: Add ffreep instruction.
912
913 2001-03-30  Alexandre Oliva  <aoliva@redhat.com>
914
915         * ppc-opc.c (insert_mbe): Shift mask initializer as long.
916
917 2001-03-24  Alan Modra  <alan@linuxcare.com.au>
918
919         * i386-dis.c (PREGRP25): Define.
920         (dis386_twobyte_att): Use here in place of "movntq" entry.
921         (dis386_twobyte_intel): Likewise.
922         (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq".
923         (PREGRP26): Define.
924         (dis386_twobyte_att): Use here.
925         (dis386_twobyte_intel): Likewise.
926         (prefix_user_table): Add PREGRP26 entry for "punpcklqdq".
927         (prefix_user_table <maskmovdqu>): XM operand, not MX.
928         (prefix_user_table): Cosmetic changes to "bad" entries.
929
930 2001-03-23  Nick Clifton  <nickc@redhat.com>
931
932         * mips-opc.c: Remove extraneous whitespace.
933         * mips-dis.c: Remove extraneous whitespace.
934
935 2001-03-22  Ben Elliston  <bje@redhat.com>
936
937         * cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
938         declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
939         * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
940         to allay a compiler warning.
941
942 2001-03-22  Alan Modra  <alan@linuxcare.com.au>
943
944         * i386-dis.c (dis386_twobyte_att): Add entries for paddq, psubq.
945         (dis386_twobyte_intel): Likewise.
946         (twobyte_has_modrm): Set entry for paddq, psubq.
947
948 2001-03-20  Patrick Macdonald  <patrickm@redhat.com>
949
950         * cgen-dis.in (print_insn_@arch@): Add support for target machine
951         determination via CGEN_COMPUTE_MACH.
952         * fr30-desc.c: Regenerate.
953         * fr30-dis.c: Regenerate.
954         * fr30-opc.h: Regenerate.
955         * m32r-desc.c: Regenerate.
956         * m32r-dis.c: Regenerate.
957         * m32r-opc.h: Regenerate.
958         * m32r-opinst.c: Regenerate.
959
960 2001-03-20  H.J. Lu  <hjl@gnu.org>
961
962         * configure.in: Remove the redundent AC_ARG_PROGRAM.
963         * configure: Rebuild.
964
965 2001-03-19  Jim Wilson  <wilson@redhat.com>
966
967         * ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
968         notestr if larger than xsect.
969         (in_class): Handle format M5.
970         * ia64-asmtab.c: Regnerate.
971
972 2001-03-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
973
974         * vax-dis.c (print_insn_vax): Only fetch two bytes if the info buffer
975         has more than one byte left to read.
976
977 2001-03-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
978
979         * s390-opc.c: Add new opcodes.  Smooth out formatting.
980         * s390-opc.txt: Add new opcodes.
981
982 2001-03-06  Nick Clifton  <nickc@redhat.com>
983
984         * arm-dis.c (print_insn_thumb): Compute destination address
985         of BLX(1) instruction by taking bit 1 from PC and not from bit
986         0 of the offset.
987
988 2001-03-06  Igor Shevlyakov  <igor@windriver.com>
989
990         * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs
991         so command line switches will work.
992
993 2001-03-05  Dave Brolley  <brolley@redhat.com>
994
995         * fr30-asm.c: Regenerate.
996         * fr30-desc.c: Regenerate.
997         * fr30-desc.h: Regenerate.
998         * fr30-dis.c: Regenerate.
999         * fr30-ibld.c: Regenerate.
1000         * fr30-opc.c: Regenerate.
1001         * fr30-opc.h: Regenerate.
1002         * m32r-asm.c: Regenerate.
1003         * m32r-desc.c: Regenerate.
1004         * m32r-desc.h: Regenerate.
1005         * m32r-dis.c: Regenerate.
1006         * m32r-ibld.c: Regenerate.
1007         * m32r-opc.c: Regenerate.
1008         * m32r-opc.h: Regenerate.
1009         * m32r-opinst.c: Regenerate.
1010
1011 2001-02-28  Igor Shevlyakov  <igor@windriver.com>
1012
1013         * m68k-opc.c: fix cpushl according to Motorola. Enable
1014         bunch of instructions for Coldfire 5407 and add all new.
1015
1016 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1017
1018         * configure.in (BFD_VERSION): Do without grep.
1019         * configure: Regenerate.
1020         * Makefile.am: Run "make dep-am".
1021         * Makefile.in: Regenerate.
1022
1023 2001-02-23  David Mosberger  <davidm@hpl.hp.com>
1024
1025         * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
1026         * ia64-asmtab.c: Regenerate.
1027
1028 2001-02-21  David Mosberger  <davidm@hpl.hp.com>
1029
1030         * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
1031         separate variants: one for IMM22 and the other for IMM14.
1032         * ia64-asmtab.c: Regenerate.
1033
1034 2001-02-21  Greg McGary  <greg@mcgary.org>
1035
1036         * cgen-opc.c (cgen_get_insn_value): Add missing `return'.
1037
1038 2001-02-20  H.J. Lu  <hjl@gnu.org>
1039
1040         * Makefile.am (ia64-ic.tbl): Remove the target.
1041         (ia64-raw.tbl): Likewise.
1042         (ia64-waw.tbl): Likewise.
1043         (ia64-war.tbl): Likewise.
1044         (ia64-asmtab.c): Generate it in the source directory.
1045         * Makefile.in: Regenerated.
1046
1047 2001-02-18  lars brinkhoff  <lars@nocrew.org>
1048
1049         * Makefile.am: Add PDP-11 target.
1050         * configure.in: Likewise.
1051         * disassemble.c: Likewise.
1052         * pdp11-dis.c: New file.
1053         * pdp11-opc.c: New file.
1054
1055 2001-02-14  Jim Wilson  <wilson@redhat.com>
1056
1057         * ia64-ic.tbl: Update from Intel.  Add setf to fr-writers.
1058         * ia64-asmtab.c: Regenerate.
1059
1060 Mon Feb 12 17:41:26 CET 2001  Jan Hubicka  <jh@suse.cz>
1061
1062         * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
1063         instructions.
1064         (putop): Handle 'Y'
1065
1066 2001-02-11  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1067
1068         * mips-dis.c (print_insn_arg): Use top four bits of the address of
1069         the following instruction not of the jump itself for the jump
1070         target.
1071         (print_mips16_insn_arg): Likewise.
1072
1073 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1074
1075         * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
1076         directory.
1077         * Makefile.in: Regenerate.
1078
1079 2001-02-09  Schwidefsky  <schwidefsky@de.ibm.com>
1080
1081         * Makefile.am: Add linux target for S/390.
1082         * Makefile.in: Likewise.
1083         * configure.in: Likewise.
1084         * disassemble.c: Likewise.
1085         * s390-dis.c: New file.
1086         * s390-mkopc.c: New file.
1087         * s390-opc.c: New file.
1088         * s390-opc.txt: New file.
1089
1090 2001-02-05  Jim Wilson  <wilson@redhat.com>
1091
1092         * ia64-asmtab.c: Revert 2000-12-16 change.
1093
1094 2001-02-02  Patrick Macdonald  <patrickm@redhat.com>
1095
1096         * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
1097         * m32r-desc.h: Regenerate.
1098
1099 Thu Feb  1 16:29:06 MET 2001  Jan Hubicka  <jh@suse.cz>
1100
1101         * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
1102         (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
1103
1104 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
1105
1106         * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
1107
1108 2001-01-13  Nick Clifton  <nickc@redhat.com>
1109
1110         * disassemble.c: Remove spurious white space.
1111
1112 Sat Jan 13 01:48:24 MET 2001  Jan Hubicka  <jh@suse.cz>
1113
1114         * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
1115         templates.
1116
1117 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1118
1119         * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
1120         * Makefile.am (C_FILES): Add arc-ext.c.
1121         (ALL_MACHINES) Add arc-ext.lo.
1122         (INCLUDES) Add opcode directory to list.
1123         New dependency entry for arc-ext.lo.
1124         * disassemble.c (disassembler): Correct call to
1125         arc_get_disassembler.
1126         * arc-opc.c: New update for ARC, including full base
1127         instructions for ARC variants.
1128         * arc-dis.h, arc-dis.c: New update for ARC, including
1129         extensibility functionality.
1130         * arc-ext.h, arc-ext.c: New files for handling extensibility.
1131
1132 2001-01-10  Jan Hubicka  <jh@suse.cz>
1133
1134         * i386-dis.c (PREGRP15 - PREGRP24): New.
1135         (dis386_twobyt): Add SSE2 instructions.
1136         (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions.
1137         (twobyte_uses_f3_prefix): ... this one.
1138         (grps): Add SSE instructions.
1139         (prefix_user_table): Add two new slots; add SSE2 instructions.
1140         (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix;
1141         Handle the REPNZ and Data16 prefixes as well; do proper lookup
1142         to prefix_user_table.
1143         (OP_E): Accept mfence and lfence as well.
1144         (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions.
1145         (OP_XMM): Support REX extensions.
1146         (OP_EM): Likewise.
1147         (OP_EX): Likewise.
1148
1149 2001-01-09  Nick Clifton  <nickc@redhat.com>
1150
1151         * arm-dis.c (print_insn): Set pc to zero for instructions with
1152         a reloc associated with them.
1153
1154 2001-01-09  Jeff Johnston  <jjohnstn@redhat.com>
1155
1156         * cgen-asm.in (parse_insn_normal): Changed syn to be
1157         CGEN_SYNTAX_CHAR_TYPE.  Changed all references to *syn
1158         as character to use CGEN_SYNTAX_CHAR macro and all comparisons
1159         to '\0' to use 0 instead.
1160         * cgen-dis.in (print_insn_normal): Ditto.
1161         * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto.
1162
1163 2001-01-05  Jan Hubicka  <jh@suse.cz>
1164
1165         * i386-dis.c: Add x86_64 support.
1166         (rex): New static variable.
1167         (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
1168         (USED_REX): New macro.
1169         (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
1170         (OP_I64, OP_OFF64, OP_IMREG): New functions.
1171         (OP_REG, OP_OFF): Declare.
1172         (get64, get32, get32s): New functions.
1173         (r??_reg): New constants.
1174         (dis386_att): Change templates of instruction implicitly promoted
1175         to 64bit; change e?? to RMe?? for unwind RM byte instructions.
1176         (grps): Likewise.
1177         (dis386_intel): Likewise.
1178         (dixx86_64_att): New table based on dis386_att.
1179         (dixx86_64_intel): New table based on dis386_intel.
1180         (names64, names8rex): New global variable.
1181         (names32, names16): Add extended registers.
1182         (prefix_user_t): Recognize rex prefixes.
1183         (prefix_name): Print REX prefixes nicely.
1184         (op_riprel): New global variable.
1185         (start_pc): Set type to bfd_vma.
1186         (print_insn_i386): Detect the 64bit mode and use proper table;
1187         move ckprefix after initializing the buffer; output unused rex prefixes;
1188         output information about target of RIP relative addresses.
1189         (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
1190         (print_operand_value): New function.
1191         (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
1192         REX prefix and new modes.
1193         (get64, get32s): New.
1194         (get32): Return bfd_signed_vma type.
1195         (set_op): Initialize the op_riprel.
1196         * disassemble.c (disassembler): Recognize the x86-64 disassembly.
1197
1198 2001-01-03  Richard Sandiford  <r.sandiford@redhat.com>
1199
1200          cgen-dis.in (read_insn): Use bfd_get_bits()
1201
1202 2001-01-02  Richard Sandiford  <rsandifo@redhat.com>
1203
1204         * cgen-dis.c (hash_insn_array): Use bfd_put_bits().
1205         (hash_insn_list): Likewise
1206         * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
1207         (extract_1): Use bfd_get_bits().
1208         (extract_normal): Apply sign extension to both extraction
1209         methods.
1210         * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
1211         (cgen_put_insn_value): Use bfd_put_bits()
1212
1213 2000-12-28  Frank Ch. Eigler  <fche@redhat.com>
1214
1215         * cgen-asm.in (parse_insn_normal): Print better error message for
1216         instructions with missing operands.
1217
1218 2000-12-21  Santeri Paavolainen <santtu@ssh.com>
1219
1220         * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1221
1222 2000-12-16  Nick Clifton  <nickc@redhat.com>
1223
1224         * Makefile.in: Regenerate.
1225         * aclocal.m4: Regenerate.
1226         * config.in: Regenerate.
1227         * configure.in: Add spacing.
1228         * configure: Regenerate.
1229         * ia64-asmtab.c: Regenerate.
1230         * po/opcodes.pot: Regenerate.
1231
1232 2000-12-12  Frank Ch. Eigler  <fche@redhat.com>
1233
1234         * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
1235         error messages over later parse-time ones.
1236
1237 2000-12-12  Jim Wilson  <wilson@redhat.com>
1238
1239         * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
1240         argument.
1241         * ia64-gen.c (insert_deplist): Cast sizeof result to int.
1242         (print_dependency_table): Print NULL if semantics field not set.
1243         (insert_opcode_dependencies): Mark cmp parameter as unused.
1244         (print_main_table): Use fprintf_vma to print long long fields.
1245         (main): Mark argv paramter as unused.  Convert to old style definition.
1246         * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
1247         * ia64-asmtab.c: Regnerate.
1248
1249 2000-12-09  Nick Clifton  <nickc@redhat.com>
1250
1251         * m32r-dis.c (print_insn): Prevent re-read of instruction from
1252         wrong address.
1253
1254         * fr30-dis.c: Regenerate.
1255
1256 2000-12-08  Peter Targett  <peter.targett@arccores.com>
1257
1258         * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
1259         * Makefile.am (C_FILES): Add arc-ext.c.
1260         (ALL_MACHINES) Add arc-ext.lo.
1261         (INCLUDES) Add opcode directory to list.
1262         New dependency entry for arc-ext.lo.
1263         * disassemble.c (disassembler): Correct call to
1264         arc_get_disassembler.
1265         * arc-opc.c: New update for ARC, including full base
1266         instructions for ARC variants.
1267         * arc-dis.h, arc-dis.c: New update for ARC, including
1268         extensibility functionality.
1269         * arc-ext.h, arc-ext.c: New files for handling extensibility.
1270
1271 2000-12-03  Chris Demetriou   cgd@sibyte.com
1272
1273         * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
1274         MOD_HILO, and MOD_LO macros.
1275
1276         * mips-opc.c (M1, M2): Delete.
1277         (mips_builtin_opcodes): Remove all uses of M1.
1278
1279         * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2
1280         instructions take "G" format second operands and use the
1281         correct flags.
1282         There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to
1283         match.
1284         Delete "sel" code operands from mfc1 and mtc1.
1285         Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants
1286         for dm[ft]c[023].
1287
1288 2000-12-03  Ed Satterthwaite  ehs@sibyte.com  and
1289             Chris Demetriou   cgd@sibyte.com
1290
1291         * mips-opc.c (mips_builtin_opcodes): Finish additions
1292         for MIPS32 support, and clean up existing entries for
1293         aesthetics, consistency with the MIPS32 ISA, and
1294         with consistency the rest of the table.
1295
1296 2000-12-01  Nick Clifton  <nickc@redhat.com>
1297
1298         * mips16-opc.c (mips16_opcodes): Add initialiser for membership
1299         field.
1300
1301 2000-12-01  Chris Demetriou <cgd@sibyte.com>
1302
1303         mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument
1304         specifiers.  Update 'B' for new constant names, and remove
1305         'm'.
1306         mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop"
1307         near the top of the array, so they are disassembled properly.
1308         Enable "ssnop" for MIPS32.  Add "break" variant with 20 bit
1309         code for MIPS32.  Update "clo" and "clz" to use 'U' operand
1310         specifier.  Add 'H' format specifier variants for "mfc1,"
1311         "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32.  Update
1312         MIPS32 "sdbbp" to use 'B' operand specifier.  Add MIPS32
1313         "wait" variant which uses 'J' operand specifier.
1314
1315         * mips-dis.c (set_mips_isa_type): Update to use
1316         CPU_UNKNOWN and ISA_* constants.  Add bfd_mach_mips32 case.
1317         Replace bfd_mach_mips4K with bfd_mach_mips32_4k case.
1318         * mips-opc.c (I32): New constant for instructions added in
1319         MIPS32.
1320         (P4): Delete.
1321         (mips_builtin_opcodes) Replace all uses of P4 with I32.
1322
1323         * mips-dis.c (set_mips_isa_type): Add cases for
1324         bfd_mach_mips5 and bfd_mach_mips64.
1325         * mips-opc.c (I64): New definitions.
1326
1327         * mips-dis.c (set_mips_isa_type): Add case for
1328         bfd_mach_mips_sb1.
1329
1330 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1331
1332         * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.
1333         (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
1334         Initialize variable dc to NULL.
1335         (print_insn_shx): Remove unused label d_reg_n.
1336
1337 2000-11-24  Nick Clifton  <nickc@redhat.com>
1338
1339         * arm-opc.h: Add new opcode formatting parameter 'B'.
1340         (arm_opcodes): Add XScale, v5, and v5te instructions.
1341         (thumb_opcodes): Add v5t instructions.
1342
1343         * arm-dis.c (print_insn_arm): Handle new 'B' format
1344         parameter.
1345         (print_insn_thumb): Decode BLX(1) instruction.
1346
1347 2000-11-21  Chris Demetriou  <cgd@sibyte.com>
1348
1349         * mips-opc.c: Fix file header comment.
1350
1351 2000-11-14  Hans-Peter Nilsson  <hp@axis.com>
1352
1353         * cris-dis.c (cris_get_disassembler): If abfd is NULL, return
1354         print_insn_cris_with_register_prefix.
1355
1356 2000-11-11  Alexandre Oliva  <aoliva@redhat.com>
1357
1358         * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
1359
1360 2000-11-07  Matthew Green  <mrg@redhat.com>
1361
1362         * cgen-dis.in (print_insn): All insns which can fit into insn_value
1363         must be loaded there in their entirety.
1364
1365 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
1366
1367         * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
1368         (compute_arch_mask): Add v8plusb and v9b machines.
1369         (print_insn_sparc): siam mode decoding, accept ASRs up to 25.
1370         * sparc-opc.c: Support for Cheetah instruction set.
1371         (prefetch_table): Add #invalidate.
1372
1373 2000-10-16  Nick Clifton  <nickc@redhat.com>
1374
1375         * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
1376
1377 2000-10-06  Dave Brolley  <brolley@redhat.com>
1378
1379         * fr30-desc.h: Regenerate.
1380         * m32r-desc.h: Regenerate.
1381         * m32r-ibld.c: Regenerate.
1382
1383 2000-10-05  Jim Wilson  <wilson@redhat.com>
1384
1385         * ia64-ic.tbl: Update from Intel.
1386         * ia64-asmtab.c: Regenerate.
1387
1388 2000-10-04  Kazu Hirata  <kazu@hxi.com>
1389
1390         * ia64-gen.c: Convert C++-style comments to C-style comments.
1391         * tic54x-dis.c: Likewise.
1392
1393 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
1394
1395         Changes to add dollar prefix to registers for files where user symbols
1396         don't have a leading underscore.  Fix formatting.
1397         * cris-dis.c (REGISTER_PREFIX_CHAR): New.
1398         (format_reg): Add parameter with_reg_prefix.  All callers changed.
1399         (print_with_operands): Ditto.
1400         (print_insn_cris_generic): Renamed from print_insn_cris, add
1401         parameter with_reg_prefix.
1402         (print_insn_cris_with_register_prefix,
1403         print_insn_cris_without_register_prefix, cris_get_disassembler):
1404         New.
1405         * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
1406
1407 2000-09-22  Jim Wilson  <wilson@redhat.com>
1408
1409         * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
1410         gt, ge, ngt, and nge.
1411         * ia64-asmtab.c: Regenerate.
1412
1413         * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
1414         * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
1415         (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
1416         * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
1417         * ia64-asmtab.c: Regnerate.
1418
1419 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1420
1421         * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores.
1422         Add mfc0 and mtc0 with sub-selection values.
1423         Add clo and clz opcodes.
1424         Add msub and msubu instructions for MIPS32.
1425         Add madd/maddu aliases for mad/madu for MIPS32.
1426         Support wait, deret, eret, movn, pref for MIPS32.
1427         Support tlbp, tlbr, tlbwi, tlbwr.
1428         (P4): New define.
1429
1430         * mips-dis.c (print_insn_arg): Print sdbbp 'm' args.
1431         (print_insn_arg): Handle 'H' args.
1432         (set_mips_isa_type): Recognize 4K.
1433         Use CPU_* defines instead of hardcoded numbers.
1434
1435 2000-09-11  Catherine Moore <clm@redhat.com>
1436
1437         * d30v-opc.c (d30v_operand_t): New operand type Rb2.
1438         (d30v_format_tab): Use Rb2 for modinc and moddec.
1439
1440 2000-09-07  Catherine Moore  <clm@redhat.com>
1441
1442         * d30v-opc.c (d30v_format_tab): Use format Ra for
1443         modinc and moddec.
1444
1445 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1446
1447         * configure: Rebuilt with new libtool.m4.
1448
1449 2000-09-05  Nick Clifton  <nickc@redhat.com>
1450
1451         * configure: Regenerate.
1452         * po/opcodes.pot: Regenerate.
1453
1454 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1455
1456         * acinclude.m4: Include libtool and gettext macros from the
1457         top level.
1458         * aclocal.m4, configure: Rebuilt.
1459
1460 2000-08-30  Kazu Hirata  <kazu@hxi.com>
1461
1462         * tic80-dis.c: Fix formatting.
1463
1464 2000-08-29  Kazu Hirata  <kazu@hxi.com>
1465
1466         * w65-dis.c: Fix formatting.
1467
1468 2000-08-28  Mark Hatle  <mhatle@mvista.com>
1469
1470         * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
1471         (powerpc_opcodes): Add table entries for PPC 405 instructions.
1472         Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
1473         instructions.  Added extended mnemonic mftbl as defined in the
1474         405GP manual for all PPCs.
1475
1476 2000-08-28  Jim Wilson  <wilson@redhat.com>
1477
1478         * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
1479         call.  Change last goto to use failed instead of done.
1480
1481 2000-08-28  Dave Brolley  <brolley@redhat.com>
1482
1483         * cgen-ibld.in (cgen_put_insn_int_value): New function.
1484         (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
1485         (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
1486         (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
1487         * cgen-dis.in (read_insn): New static function.
1488         (print_insn): Use read_insn to read the insn into the buffer and set
1489         up for disassembly.
1490         (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
1491         in the buffer.
1492         * fr30-asm.c: Regenerated.
1493         * fr30-desc.c: Regenerated.
1494         * fr30-desc.h: Regenerated.
1495         * fr30-dis.c: Regenerated.
1496         * fr30-ibld.c: Regenerated.
1497         * fr30-opc.c: Regenerated.
1498         * fr30-opc.h: Regenerated.
1499         * m32r-asm.c: Regenerated.
1500         * m32r-desc.c: Regenerated.
1501         * m32r-desc.h: Regenerated.
1502         * m32r-dis.c: Regenerated.
1503         * m32r-ibld.c: Regenerated.
1504         * m32r-opc.c: Regenerated.
1505
1506 2000-08-28  Kazu Hirata  <kazu@hxi.com>
1507
1508         * tic30-dis.c: Fix formatting.
1509
1510 2000-08-27  Kazu Hirata  <kazu@hxi.com>
1511
1512         * sh-dis.c: Fix formatting.
1513
1514 2000-08-24  David Edelsohn  <dje@watson.ibm.com>
1515
1516         * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
1517
1518 2000-08-24  Kazu Hirata  <kazu@hxi.com>
1519
1520         * z8k-dis.c: Fix formatting.
1521
1522 2000-08-16  Jim Wilson  <wilson@redhat.com>
1523
1524         * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds.  Delete
1525         break, mov-immediate, nop.
1526         * ia64-opc-f.c: Delete fpsub instructions.
1527         * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
1528         address operand.  Rewrite using macros to avoid long lines.
1529         * ia64-opc.h (POSTINC): Define.
1530         * ia64-asmtab.c: Regenerate.
1531
1532 2000-08-15  Jim Wilson  <wilson@redhat.com>
1533
1534         * ia64-ic.tbl: Add missing entries.
1535
1536 2000-08-08  Jason Eckhardt  <jle@redhat.com>
1537
1538         * i860-dis.c (print_br_address): Change third argument from int
1539         to long.
1540
1541 2000-08-07  Richard Henderson  <rth@redhat.com>
1542
1543         * ia64-dis.c (print_insn_ia64): Get byte skip count correct
1544         for MLI templates.  Handle IA64_OPND_TGT64.
1545
1546 2000-08-04  Ben Elliston  <bje@redhat.com>
1547
1548         * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
1549         * cgen.sh: Likewise.
1550
1551 2000-08-02  Jim Wilson  <wilson@redhat.com>
1552
1553         * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
1554
1555 2000-07-29  Marek Michalkiewicz  <marekm@linux.org.pl>
1556
1557         * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
1558         Change return type from void to int.  Check the combination
1559         of operands, return 1 if valid.  Fix to avoid BUF overflow.
1560         Report undefined combinations of operands in COMMENT.
1561         Report internal errors to stderr.  Output the adiw/sbiw
1562         constant operand in both decimal and hex.
1563         (print_insn_avr): Disassemble ldd/std with displacement of 0
1564         as ld/st.  Check avr_operand () return value, handle invalid
1565         combinations of operands like unknown opcodes.
1566
1567 2000-07-28  Ben Elliston  <bje@redhat.com>
1568
1569         * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
1570         (run-cgen, stamp-m32r, stamp-fr30): New targets.
1571         * Makefile.in: Regenerate.
1572         * configure.in: Add --enable-cgen-maint option.
1573         * configure: Regenerate.
1574
1575 2000-07-26  Dave Brolley  <brolley@redhat.com>
1576
1577         * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
1578         (cgen_hw_lookup_by_num): Ditto.
1579         (cgen_operand_lookup_by_name): Ditto.
1580         (print_address): Ditto.
1581         (print_keyword): Ditto.
1582         * cgen-dis.c (hash_insn_array): Mark unused parameters with
1583         ATTRIBUTE_UNUSED.
1584         * cgen-asm.c (hash_insn_array): Mark unused parameters with
1585         ATTRIBUTE_UNUSED.
1586         (cgen_parse_keyword): Ditto.
1587
1588 2000-07-22  Jason Eckhardt  <jle@redhat.com>
1589
1590         * i860-dis.c: New file.
1591         (print_insn_i860): New function.
1592         (print_br_address): New function.
1593         (sign_extend): New function.
1594         (BITWISE_OP): New macro.
1595         (I860_REG_PREFIX): New macro.
1596         (grnames, frnames, crnames): New structures.
1597
1598         * disassemble.c (ARCH_i860): Define.
1599         (disassembler): Add check for bfd_arch_i860 to set disassemble
1600         function to print_insn_i860.
1601
1602         * Makefile.in (CFILES): Added i860-dis.c.
1603         (ALL_MACHINES): Added i860-dis.lo.
1604         (i860-dis.lo): New dependences.
1605
1606         * configure.in: New bits for bfd_i860_arch.
1607
1608         * configure: Regenerated.
1609
1610 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1611
1612         * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
1613         (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
1614         (cris-dis.lo, cris-opc.lo): New rules.
1615         * Makefile.in: Rebuild.
1616         * configure.in (bfd_cris_arch): New target.
1617         * configure: Rebuild.
1618         * disassemble.c (ARCH_cris): Define.
1619         (disassembler): Support ARCH_cris.
1620         * cris-dis.c, cris-opc.c: New files.
1621         * po/POTFILES.in, po/opcodes.pot: Regenerate.
1622
1623 2000-07-11  Jakub Jelinek  <jakub@redhat.com>
1624
1625         * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
1626         Reported by Bill Clarke <llib@computer.org>.
1627
1628 2000-07-09  Geoffrey Keating  <geoffk@redhat.com>
1629
1630         * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
1631         Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
1632
1633 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
1634
1635         * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
1636         fput_const, extract_3, extract_5_load, extract_5_store,
1637         extract_5r_store, extract_5R_store, extract_10U_store,
1638         extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
1639         extract_12, extract_17, extract_22): Prototype.
1640         (print_insn_hppa): Rename inner block opcode -> opc to avoid
1641         shadowing outer block.
1642         (GET_BIT): Define.
1643
1644 2000-07-05  DJ Delorie  <dj@redhat.com>
1645
1646         * MAINTAINERS: new
1647
1648 2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
1649
1650         * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
1651
1652 2000-07-03  Marek Michalkiewicz  <marekm@linux.org.pl>
1653
1654         * avr-dis.c (avr_operand): Change _ () to _() around all strings
1655         marked for translation (exception from the usual coding style).
1656         (print_insn_avr): Initialize insn2 to avoid warnings.
1657
1658 2000-07-03  Kazu Hirata  <kazu@hxi.com>
1659
1660         * h8300-dis.c (bfd_h8_disassemble): Improve readability.
1661         * h8500-dis.c: Fix formatting.
1662
1663 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1664
1665         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1666         (CLEANFILES): Add DEPA.
1667         * Makefile.in: Regenerate.
1668
1669 2000-06-26  Scott Bambrough  <scottb@netwinder.org>
1670
1671         * arm-dis.c (regnames): Add an additional register set to match
1672         the set used by GCC.  Make it the default.
1673
1674 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1675
1676         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1677         find one.
1678         * Makefile.in: Regenerate.
1679
1680 2000-06-20  H.J. Lu  <hjl@gnu.org>
1681
1682         * Makefile.am: Rebuild dependency.
1683         * Makefile.in: Rebuild.
1684
1685 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
1686
1687         * Makefile.in, configure: regenerate
1688         * disassemble.c (disassembler): Recognize ARCH_m68hc12,
1689         ARCH_m68hc11.
1690         * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
1691         New functions.
1692         * configure.in: Recognize m68hc12 and m68hc11.
1693         * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
1694         * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
1695         and opcode generation for m68hc11 and m68hc12.
1696
1697 2000-06-16  Nick Duffek  <nsd@redhat.com>
1698
1699         * disassemble.c (disassembler): Refer to the PowerPC 620 using
1700         bfd_mach_ppc_620 instead of 620.
1701
1702 2000-06-12  Kazu Hirata  <kazu@hxi.com>
1703
1704         * h8300-dis.c: Fix formatting.
1705         (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
1706         correctly.
1707
1708 2000-06-09  Denis Chertykov  <denisc@overta.ru>
1709
1710         * avr-dis.c (avr_operand): Bugfix for jmp/call address.
1711
1712 2000-06-07  Denis Chertykov  <denisc@overta.ru>
1713
1714         * avr-dis.c: completely rewritten.
1715
1716 2000-06-02  Kazu Hirata  <kazu@hxi.com>
1717
1718         * h8300-dis.c: Follow the GNU coding style.
1719         (bfd_h8_disassemble) Fix a typo.
1720
1721 2000-06-01  Kazu Hirata  <kazu@hxi.com>
1722
1723         * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo.
1724         (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl]
1725         correctly.  Fix a typo.
1726
1727 2000-05-31  Nick Clifton  <nickc@redhat.com>
1728
1729         * opintl.h (_(String)): Explain why dgettext is used instead of
1730         gettext.
1731
1732 2000-05-30  Nick Clifton  <nickc@redhat.com>
1733
1734         * opintl.h (gettext, dgettext, dcgettext, textdomain,
1735         bindtextdomain): Replace defines with those from intl/libgettext.h
1736         to quieten gcc warnings.
1737
1738 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1739
1740         * Makefile.am: Update dependencies with "make dep-am"
1741         * Makefile.in: Regenerate.
1742
1743 2000-05-25  Alexandre Oliva  <aoliva@redhat.com>
1744
1745         * m10300-dis.c (disassemble): Don't assume 32-bit longs when
1746         sign-extending operands.
1747
1748 2000-05-15  Donald Lindsay  <dlindsay@redhat.com>
1749
1750         * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches
1751         except brf's.
1752
1753 2000-05-21  Nick Clifton  <nickc@redhat.com>
1754
1755         * Makefile.am (LIBIBERTY): Define.
1756
1757 2000-05-19 Diego Novillo <dnovillo@redhat.com>
1758
1759         * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.
1760         (STD_REGISTER_NAMES): New name for REGISTER_NAMES.
1761         (reg_names): Rename to std_reg_names. Change it to a char **
1762         static variable.
1763         (std_reg_names): New name for reg_names.
1764         (set_mips_isa_type): Set reg_names to point to std_reg_names by
1765         default.
1766
1767 2000-05-16  Frank Ch. Eigler  <fche@redhat.com>
1768
1769         * fr30-desc.h: Partially regenerated to account for changed
1770         CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
1771         * m32r-desc.h: Ditto.
1772
1773 2000-05-15  Nick Clifton  <nickc@redhat.com>
1774
1775         * arm-opc.h: Use upper case for flasg in MSR and MRS
1776         instructions.  Allow any bit to be set in the field_mask of
1777         the MSR instruction.
1778
1779         * arm-dis.c (print_insn_arm): Decode _x and _s bits of the
1780         field_mask of an MSR instruction.
1781
1782 2000-05-11  Thomas de Lellis  <tdel@windriver.com>
1783
1784         * arm-opc.h: Disassembly of thumb ldsb/ldsh
1785         instructions changed to ldrsb/ldrsh.
1786
1787 2000-05-11  Ulf Carlsson  <ulfc@engr.sgi.com>
1788
1789         * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
1790         target addresses for 'jal' and 'j'.
1791
1792 2000-05-10  Geoff Keating  <geoffk@redhat.com>
1793
1794         * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes
1795         also available in common mode when powerpc syntax is being used.
1796
1797 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
1798
1799         * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args.
1800         (dummy_print_address): Ditto.
1801
1802 2000-05-04  Timothy Wall  <twall@redhat.com>
1803
1804         * tic54x-opc.c: New.
1805         * tic54x-dis.c: New.
1806         * disassemble.c (disassembler): Add ARCH_tic54x.
1807         * configure.in: Added tic54x target.
1808         * configure: Ditto.
1809         * Makefile.am: Add tic54x dependencies.
1810         * Makefile.in: Ditto.
1811
1812 2000-05-03  J.T. Conklin  <jtc@redback.com>
1813
1814         * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
1815         vector unit operands.
1816         (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
1817         unit instruction formats.
1818         (PPCVEC): New macro, mask for vector instructions.
1819         (powerpc_operands): Add table entries for above operand types.
1820         (powerpc_opcodes): Add table entries for vector instructions.
1821
1822         * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
1823         (print_insn_little_powerpc): Likewise.
1824         (print_insn_powerpc): Prepend 'v' when printing vector registers.
1825
1826 2000-04-24  Clinton Popetz  <cpopetz@redhat.com>
1827
1828         * configure.in: Add bfd_powerpc_64_arch.
1829         * disassemble.c (disassembler): Use print_insn_big_powerpc for
1830         64 bit code.
1831
1832 2000-04-24  Nick Clifton  <nickc@redhat.com>
1833
1834         * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
1835         field.
1836
1837 2000-04-23  Denis Chertykov  <denisc@overta.ru>
1838
1839         * avr-dis.c (reg_fmul_d): New. Extract destination register from
1840         FMUL instruction.
1841         (reg_fmul_r): New. Extract source register from FMUL instruction.
1842         (reg_muls_d): New. Extract destination register from MULS instruction.
1843         (reg_muls_r): New. Extract source register from MULS instruction.
1844         (reg_movw_d): New. Extract destination register from MOVW instruction.
1845         (reg_movw_r): New. Extract source register from MOVW instruction.
1846         (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
1847         EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
1848
1849 2000-04-22  Timothy Wall  <twall@redhat.com>
1850
1851         * ia64-gen.c (general): Add an ordered table of primary
1852         opcode names, as well as priority fields to disassembly data
1853         structures to enforce a preferred disassembly format based on the
1854         ordering of the opcode tables.
1855         (load_insn_classes): Show a useful message if IC tables are missing.
1856         (load_depfile): Ditto.
1857         * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to
1858         distinguish preferred disassembly.
1859         * ia64-opc-f.c: Reorder some insn for preferred disassembly
1860         format.  Fix incorrect flag on fma.s/fma.s.s0.
1861         * ia64-opc.c: Scan *all* disassembly matches and use the one with
1862         the highest priority.
1863         * ia64-opc-b.c: Use more abbreviations.
1864         * ia64-asmtab.c: Regenerate.
1865
1866 2000-04-21  Jason Eckhardt  <jle@redhat.com>
1867
1868         * hppa-dis.c (extract_16): New function.
1869         (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
1870         new operand types l,y,&,fe,fE,fx.
1871
1872 2000-04-21  Richard Henderson  <rth@redhat.com>
1873             David Mosberger  <davidm@hpl.hp.com>
1874             Timothy Wall <twall@redhat.com>
1875             Bob Manson  <manson@charmed.cygnus.com>
1876             Jim Wilson  <wilson@redhat.com>
1877
1878         * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h.
1879         (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c,
1880         ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c,
1881         ia64-asmtab.c.
1882         (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo.
1883         (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen,
1884         ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules.
1885         * Makefile.in: Rebuild.
1886         * configure Rebuild.
1887         * configure.in (bfd_ia64_arch): New target.
1888         * disassemble.c (ARCH_ia64): Define.
1889         (disassembler): Support ARCH_ia64.
1890         * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl,
1891         ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c,
1892         ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl,
1893         ia64-war.tbl, ia64-waw.tbl: New files.
1894
1895 2000-04-20  Alexandre Oliva  <aoliva@redhat.com>
1896
1897         * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
1898         (disassemble): Use them.
1899
1900 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1901
1902         * sysdep.h: Include "ansidecl.h" not <ansidecl.h>
1903         * Makefile.am: Update dependencies.
1904         * Makefile.in: Regenerate.
1905
1906 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1907
1908         * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
1909         avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
1910         disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
1911         i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
1912         m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
1913         mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c,
1914         ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c,
1915         tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c,
1916         w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h.  Remove
1917         ansidecl.h as sysdep.h includes it.
1918
1919 2000-04-7  Andrew Cagney  <cagney@b1.redhat.com>
1920
1921         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1922         --enable-build-warnings option.
1923         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1924         * Makefile.in, configure: Re-generate.
1925
1926 2000-04-05  J"orn Rennecke <amylaar@redhat.com>
1927
1928         * sh-opc.h (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs.
1929         stc GBR,@-<REG_N> is available for arch_sh1_up.
1930         Group parallel processing insn with identical mnemonics together.
1931         Make three-operand psha / pshl come first.
1932
1933 2000-04-05  J"orn Rennecke <amylaar@redhat.co.uk>
1934
1935         * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
1936         Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}.  Add REPEAT.
1937         (sh_arg_type): Add A_PC.
1938         (sh_table): Update entries using immediates.  Add repeat.
1939         * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
1940         Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}.  Add REPEAT.
1941
1942 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1943
1944         * po/opcodes.pot: Regenerate.
1945
1946         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1947         (DEP): Quote when passing vars to sub-make.  Add warning message
1948         to end.
1949         (DEP1): Rewrite for "gcc -MM".
1950         (CLEANFILES): Add DEP2.
1951         Update dependencies.
1952         * Makefile.in: Regenerate.
1953
1954 2000-04-03  Denis Chertykov  <denisc@overta.ru>
1955
1956         * avr-dis.c: Syntax cleanup.
1957         (add0fff): Print the pc relative address as a signed number.
1958         (add03f8): Likewise.
1959
1960 2000-04-01  Ian Lance Taylor  <ian@zembu.com>
1961
1962         * disassemble.c (disassembler_usage): Don't use a prototype.  Mark
1963         the parameter ATTRIBUTE_UNUSED.
1964         * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
1965
1966 2000-04-01  Alexandre Oliva  <aoliva@redhat.com>
1967
1968         * m10300-opc.c: SP-based offsets are always unsigned.
1969
1970 2000-03-29  Thomas de Lellis  <tdel@windriver.com>
1971
1972         * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal"
1973         [branch always] instead of "undefined".
1974
1975 2000-03-27  Nick Clifton  <nickc@redhat.com>
1976
1977         * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of
1978         short instructions, from end of list of long instructions.
1979
1980 2000-03-27  Ian Lance Taylor  <ian@zembu.com>
1981
1982         * Makefile.am (CFILES): Add avr-dis.c.
1983         (ALL_MACHINES): Add avr-dis.lo.
1984
1985 2000-03-27  Alan Modra  <alan@linuxcare.com>
1986
1987         * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to
1988         truncate integers.
1989         (print_insn_avr): Call function via pointer in K&R compatible way.
1990         (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204,
1991         add0fff, add03f8): Convert to old style function declaration and
1992         add prototype.
1993         (avrdis_opcode): Add prototype.
1994
1995 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1996
1997         * avr-dis.c: New file.  AVR disassembler.
1998         * configure.in (bfd_avr_arch): New architecture support.
1999         * disassemble.c: Likewise.
2000         * configure: Regenerate.
2001
2002 2000-03-06  J"oern Rennecke <amylaar@redhat.com>
2003
2004         * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement.
2005
2006 2000-03-02  J"orn Rennecke <amylaar@redhat.co.uk>
2007
2008         * d30v-dis.c (print_insn): Remove d*i hacks.  Use per-operand
2009         flag to determine if operand is pc-relative.
2010         * d30v-opc.c:
2011         (d30v_format_table):
2012         (REL6S3): Renamed from IMM6S3.
2013         Added flag OPERAND_PCREL.
2014         (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with
2015         added flag OPERAND_PCREL.
2016         (IMM12S3U): Replaced with REL12S3.
2017         (SHORT_D2, LONG_D): Delay target is pc-relative.
2018         (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r):
2019         Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r,
2020         using the REL* operands.
2021         (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D.
2022         (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B,
2023         LONG_Db, using REL* operands.
2024         (SHORT_U, SHORT_A5S): Removed stray alternatives.
2025         (d30v_opcode_table): Use new *r formats.
2026
2027 2000-02-28  Nick Clifton  <nickc@redhat.com>
2028
2029         * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
2030         'signed_overflow_ok_p'.
2031
2032 2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>
2033
2034         * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
2035         name of the libtool directory.
2036         * Makefile.in: Rebuild.
2037
2038 2000-02-24  Nick Clifton  <nickc@redhat.com>
2039
2040         * cgen-opc.c (cgen_set_signed_overflow_ok): New function.
2041         (cgen_clear_signed_overflow_ok): New function.
2042         (cgen_signed_overflow_ok_p): New function.
2043
2044 2000-02-23  Andrew Haley  <aph@redhat.com>
2045
2046         * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
2047         m32r-ibld.c, m32r-opc.h: Rebuild.
2048
2049 2000-02-23  Linas Vepstas <linas@linas.org>
2050
2051         * i370-dis.c, i370-opc.c: New.
2052
2053         * disassemble.c (ARCH_i370): Define.
2054         (disassembler): Handle it.
2055
2056         * Makefile.am: Add support for Linux/IBM 370.
2057         * configure.in: Likewise.
2058
2059         * Makefile.in: Regenerate.
2060         * configure: Likewise.
2061
2062 2000-02-22  Chandra Chavva   <cchavva@redhat.com>
2063
2064         * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to
2065         ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel
2066         procedure.
2067
2068 2000-02-22  Andrew Haley  <aph@redhat.com>
2069
2070         * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER:
2071         force gp32 to zero.
2072         * mips-opc.c (G6): New define.
2073         (mips_builtin_op): Add "move" definition for -gp32.
2074
2075 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
2076
2077         From Grant Erickson <gerickso@Brocade.COM>:
2078         * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
2079
2080 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2081
2082         * dis-buf.c (buffer_read_memory): Change `length' param and all int
2083         vars to unsigned.
2084
2085 2000-02-17 J"orn Rennecke <amylaar@redhat.co.uk>
2086
2087         * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
2088         (print_insn_ppi): Likewise.
2089         (print_insn_shx): Use info->mach to select appropriate insn set.
2090         Add support for sh-dsp.  Remove FD_REG_N support.
2091         * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
2092         (sh_arg_type): Likewise.  Remove FD_REG_N.
2093         (sh_dsp_reg_nums): New enum.
2094         (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
2095         (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
2096         (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
2097         (arch_sh3_dsp_up): Likewise.
2098         (sh_opcode_info): New field: arch.
2099         (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
2100         D_REG_N.  Fill in arch field.  Add sh-dsp insns.
2101
2102 2000-02-14  Fernando Nasser  <fnasser@totem.to.redhat.com>
2103
2104         * arm-dis.c: Change flavor name from atpcs-special to
2105         special-atpcs to prevent name conflict in gdb.
2106         (get_arm_regname_num_options, set_arm_regname_option,
2107         get_arm_regnames): New functions.  API to access the several
2108         flavor of register names.  Note: Used by gdb.
2109         (print_insn_thumb): Use the register name entry from the currently
2110         selected flavor for LR and PC.
2111
2112 2000-02-10  Nick Clifton  <nickc@redhat.com>
2113
2114         * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR
2115         classes.
2116         (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and
2117         "mulsh.h" instructions.
2118         * mcore-dis.c (imsk array): Add masks for MULSH and OPSR
2119         classes.
2120         (print_insn_mcore): Add support for little endian targets.
2121         Add support for MULSH and OPSR classes.
2122
2123 2000-02-07  Nick Clifton  <nickc@redhat.com>
2124
2125         * arm-dis.c (parse_arm_diassembler_option): Rename again.
2126         Previous delat did not take.
2127
2128 2000-02-03  Timothy Wall  <twall@redhat.com>
2129
2130         * dis-buf.c (buffer_read_memory):  Use octets_per_byte field
2131         to adjust target address bounds checking and calculate the
2132         appropriate octet offset into data.
2133
2134 2000-01-27  Nick Clifton  <nickc@redhat.com>
2135
2136         * arm-dis.c: (parse_disassembler_option): Rename to
2137         parse_arm_disassembler_option and allow to be exported.
2138
2139         * disassemble.c (disassembler_usage): New function: Print out any
2140         target specific disassembler options.
2141         Call arm_disassembler_options() if the ARM architecture is being
2142         supported.
2143
2144         * arm-dis.c (NUM_ELEM): Define this macro if not already
2145         defined.
2146         (arm_regname): New struct type for ARM register names.
2147         (arm_toggle_regnames): Delete.
2148         (parse_disassembler_option): Use register name structure.
2149         (print_insn): New function: Combines duplicate code found in
2150         print_insn_big_arm and print_insn_little_arm.
2151         (print_insn_big_arm): Call print_insn.
2152         (print_insn_little_arm): Call print_insn.
2153         (print_arm_disassembler_options): Display list of supported,
2154         ARM specific disassembler options.
2155
2156 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
2157
2158         * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the
2159         ARM_STT_16BIT flag as Thumb code symbols.
2160
2161         * arm-dis.c (printf_insn_little_arm): Ditto.
2162
2163 2000-01-25  Thomas de Lellis  <tdel@windriver.com>
2164
2165         * arm-dis.c (printf_insn_thumb): Prevent double dumping
2166         of raw thumb instructions.
2167
2168 2000-01-20  Nick Clifton  <nickc@redhat.com>
2169
2170         * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
2171
2172 2000-01-03  Nick Clifton  <nickc@cygnus.com>
2173
2174         * arm-dis.c (streq): New macro.
2175         (strneq): New macro.
2176         (force_thumb): ew local variable.
2177         (parse_disassembler_option): New function: Parse a single, ARM
2178         specific disassembler command line switch.
2179         (parse_disassembler_option): Call parse_disassembler_option to
2180         parse individual command line switches.
2181         (print_insn_big_arm): Check force_thumb.
2182         (print_insn_little_arm): Check force_thumb.
2183
2184 For older changes see ChangeLog-9899
2185 \f
2186 Local Variables:
2187 mode: change-log
2188 left-margin: 8
2189 fill-column: 74
2190 version-control: never
2191 End: