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