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