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