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