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