OSDN Git Service

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