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