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