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