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