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