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