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