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