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