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