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