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