* config/tc-mips.c (mips_cpreturn_offset): New variable.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
a5d2034a
NC
12001-09-24 Christian Groessler <cpg@aladdin.de>
2
3 * z8k-dis.c (unparse_intstr): Fixed formatting. Change
4 disassembly of indirect register memory accesses to be same
5 format the assembler accepts.
6
ddb68265
NC
72001-10-09 Nick Clifton <nickc@cambridge.redhat.com>
8
9 * sh-opc.h: Fix encoding of least significant nibble of the
10 DSP single data transfer instructions.
11
12 * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
13 instructions.
14
0e2ee3ca
NC
152001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
16
17 * cgen-asm.in: Fix compile time warning messages in generated
18 C files.
19 * cgen-dis.in: The same.
20 * cgen-ibld.in: The same.
21 * fr30-asm.c: Regenerate.
22 * fr30-desc.c: Regenerate.
23 * fr30-dis.c: Regenerate.
24 * fr30-ibld.c: Regenerate.
25 * fr30-opc.c: Regenerate.
26 * m32r-asm.c: Regenerate.
27 * m32r-desc.c: Regenerate.
28 * m32r-dis.c: Regenerate.
29 * m32r-ibld.c: Regenerate.
30 * m32r-opc.c: Regenerate.
31 * m32r-opinst.c Regenerate.
32 * openrisc-asm.c: Regenerate.
33 * openrisc-desc.c: Regenerate.
34 * openrisc-dis.c: Regenerate.
35 * openrisc-ibld.c: Regenerate.
36 * openrisc-opc.c: Regenerate.
37 * openrisc-opc.h: Regenerate.
38 * Makefile.in: Regenerate.
39 * po/POTFILES.in: Regenerate.
40 * po/opcodes.pot: Regenerate.
41
b1ee46c5
AH
422001-10-08 Aldy Hernandez <aldyh@redhat.com>
43
44 * arm-opc.h (arm_opcodes): Add cirrus insns.
45
46 * arm-dis.c (print_insn_arm): Add 'I' case.
47
fcd8210c
AM
482001-10-03 Alan Modra <amodra@bigpond.net.au>
49
50 * po/POTFILES.in: Regenerate.
51 * configure: Regenerate.
52
7997656a
AM
532001-10-02 Alan Modra <amodra@bigpond.net.au>
54
55 * Makefile.am (Makefile): Depend on bfd/configure.in.
56 Run "make dep-am".
57 * Makefile.in: Regenerate.
58
545ae501
JH
592001-09-30 John Healy <jhealy@redhat.com>
60
61 * cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits
62 calls to cgen_get_insn_value and cgen_put_insn_value calls.
63 (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call.
64
8737c3ea
HPN
652001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
66
67 * Makefile.am: Update dependencies with "make dep-am".
68 * Makefile.in: Regenerate.
69
86caa542
AM
702001-09-26 Alan Modra <amodra@bigpond.net.au>
71
72 * arc-dis.c: Formatting fixes.
73 (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
74
2ca0d952
AM
752001-09-21 Bruno Haible <haible@clisp.cons.org>
76
77 * arc-dis.c: Don't include <ctype.h>.
78 * openrisc-desc.c: Likewise.
79 * openrisc-ibld.c: Likewise.
80
fc05c67f
NC
812001-09-20 Nick Clifton <nickc@cambridge.redhat.com>
82
83 * fr30-opc.c: Fix compile time warning messages.
84 * i370-opc.c: Fix compile time warning messages.
85 * i960-dis.c: Fix compile time warning messages.
86 * m32r-asm.c: Fix compile time warning messages.
87 * m32r-desc.c: Fix compile time warning messages.
88 * m32r-dis.c: Fix compile time warning messages.
89 * m32r-ibld.c: Fix compile time warning messages.
90 * m32r-opc.c: Fix compile time warning messages.
91 * m32r-opinst.c: Fix compile time warning messages.
92 * ns32k-dis.c: Fix compile time warning messages.
93 * openrisc-asm.c: Fix compile time warning messages.
94 * openrisc-desc.c: Fix compile time warning messages.
95 * openrisc-dis.c: Fix compile time warning messages.
96 * openrisc-ibld.c: Fix compile time warning messages.
97 * openrisc-opc.c: Fix compile time warning messages.
98 * pdp11-dis.c: Fix compile time warning messages.
99 * tic54x-dis.c: Fix compile time warning messages.
100 * v850-opc.c: Fix compile time warning messages.
101 * vax-dis.c: Fix compile time warning messages.
102 * w65-opc.h: Fix compile time warning messages.
103 * z8k-opc.h: Fix compile time warning messages.
104 * z8kgen.c: Fix compile time warning messages.
105
d5b2f4d6
NC
1062001-09-19 Nick Clifton <nickc@cambridge.redhat.com>
107
108 * arm-dis.c: Fix compile time warning messages.
109 * cgen-asm.c: Fix compile time warning messages.
110 * cgen-dis.c: Fix compile time warning messages.
111 * cris-dis.c: Fix compile time warning messages.
112 * d10v-dis.c: Fix compile time warning messages.
113 * fr30-asm.c: Fix compile time warning messages.
114 * fr30-desc.c: Fix compile time warning messages.
115 * fr30-dis.c: Fix compile time warning messages.
116 * fr30-ibld.c: Fix compile time warning messages.
117
3882b010
L
1182001-09-18 Bruno Haible <haible@clisp.cons.org>
119
120 * cgen-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
121 (cgen_parse_keyword): Use ISALNUM instead of isalnum.
122 * cgen-opc.c: Include "safe-ctype.h" instead of <ctype.h>.
123 (cgen_keyword_lookup_name): Use ISALPHA/TOLOWER instead of
124 isalpha/tolower.
125 (cgen_keyword_add): Use ISALNUM instead of isalnum.
126 (hash_keyword_name): Use TOLOWER instead of tolower.
127 * fr30-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
128 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
129 tolower/isspace.
130 (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace.
131 * fr30-desc.c: Don't include <ctype.h>.
132 * fr30-ibld.c: Likewise.
133 * ia64-gen.c: Include "safe-ctype.h" instead of <ctype.h>.
134 (load_insn_classes, parse_resource_users, load_depfile): Use
135 ISSPACE instead of isspace.
136 * m32r-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
137 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
138 tolower/isspace.
139 (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace.
140 * m32r-desc.c: Don't include <ctype.h>.
141 * m32r-ibld.c: Likewise.
142 * openrisc-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
143 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
144 tolower/isspace.
145 (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace.
146
b6849f55
NC
1472001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
148
149 * Makefile.am: Add rules and dependencies to create the s/390 opcode
150 table out of s390-opc.txt automatically.
151 * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used.
152 * s390-mkopc.c (dumpTable): Change output to create a complete file.
153 * s390-opc.c: New improved opcode format macros and remove the
154 pregenerated opcode table.
155 * s390-opc.txt: Adapt to new improved opcode format macros.
156
2613489e
NC
1572001-09-14 David Schleef <ds@schleef.org>
158
159 * ppc-opc.c (VXA, VXA_MASK): Fix mask bits.
160
8227b51f
AM
1612001-09-04 Alan Modra <amodra@bigpond.net.au>
162
163 * i386-dis.c (grps): Don't print the implicit al/ax/eax register
164 for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns.
165
0823fbca
EC
1662001-08-31 Eric Christopher <echristo@redhat.com>
167 Jason Eckhardt <jle@redhat.com>
168
169 * mips-dis.c: Add support for bfd_mach_mipsisa32 and
170 bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k,
171 bfd_mach_mips64.
172
5bd67f35
AJ
1732001-08-31 Andreas Jaeger <aj@suse.de>
174
175 * tic54x-opc.c: Add default initializers to avoid warnings.
176
177 * arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
178 * arc-ext.c: Likewise.
179
0152a4c6
MG
1802001-08-28 matthew gren <mrg@redhat.com>
181
182 * ppc-opc.c (icbt): Order correctly.
183
6ba045b1
AM
1842001-08-27 David Edelsohn <dje@watson.ibm.com>
185 Torbjorn Granlund <tege@swox.com>
186
187 * ppc-opc.c (DS): Add PPC_OPERAND_DS flag.
188 (LS): Define.
189 (insert_ds): Complain if not a multiple of 4.
190 (XSYNC): Define.
191 (XSYNC_MASK): Define.
192 (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev",
193 "slbmfee". Modify "sync" to use XSYNC_MASK and LS.
194
5b3fabc9
AJ
1952001-08-26 Andreas Jaeger <aj@suse.de>
196
197 * h8500-opc.h: Add default initializers to h8500_table to shut up
198 GCC warnings.
199
d83c6548
AJ
2002001-08-25 Andreas Jaeger <aj@suse.de>
201
202 * tic54x-dis.c: Add unused attributes where needed.
203
204 * z8k-dis.c (output_instr): Add unused attribute.
205
206 * h8300-dis.c: Add missing prototypes.
207 (bfd_h8_disassemble): Make static.
208
209 * cris-dis.c: Add missing prototype.
210 * h8500-dis.c: Likewise.
211 * m68hc11-dis.c: Likewise.
212 * pj-dis.c: Likewise.
213 * tic54x-dis.c: Likewise.
214 * v850-dis.c: Likewise.
215 * vax-dis.c: Likewise.
216 * w65-dis.c: Likewise.
217 * z8k-dis.c: Likewise.
218
219 * d10v-dis.c: Add missing prototype.
220 (dis_long): Remove unused variable.
221 (dis_2_short): Likewise.
222
223 * sh-dis.c: Add missing prototypes.
224 * v850-opc.c: Likewise.
225 Add unused attributes where needed.
226
227 * ns32k-dis.c: Add missing prototypes.
228 (bit_extract_simple): Remove unused variable.
229
355d475e
AJ
2302001-08-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
231
232 * opcodes/s390-opc.c: Add "low or high" and "not low or high"
233 branch instructions for gcc 3.0.
234 * opcodes/s390-opc.txt: Likewise.
235
7fa108a4
AJ
2362001-08-21 Andreas Jaeger <aj@suse.de>
237
238 * i960-dis.c: Add parameters for prototypes
239 (ctrl): Add unused attributes.
240 (cobr): Likewise.
241 (put_abs): Likewise.
242
243 * mips-dis.c: Add missing prototypes.
244 * a29k-dis.c: Likewise.
245 * arc-dis.c: Likewise.
246 * ia64-opc.c: Likewise.
247
248 * s390-dis.c: Add missing prototypes.
249 (init_disasm): Remove unused attribute since the parameter is
250 used.
251
99c14723
TS
2522001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
253
254 * mips-opc.c (M1): Define. Reformatted Code.
255 (mips_builtin_opcodes): Added performance counter opcodes mfpc, mfps,
256 mtps, mtps. Typo.
257
2cd89590
JL
2582001-08-16 Jonathan Larmour <jlarmour@redhat.com>
259
260 * mips-opc.c: R3900s can support all branch likely INSN_MACROs where
261 the corresponding non-likely insn is in MIPS I.
262
7f6621cd
KH
2632001-08-13 Kazu Hirata <kazu@hxi.com>
264
265 * mcore-dis.c: Fix formatting.
266 * mips-dis.c: Likewise.
267 * pj-dis.c: Likewise.
268 * z8k-dis.c: Likewise.
269
fc7bc883
RH
2702001-08-12 Richard Henderson <rth@redhat.com>
271
272 * cgen-ibld.in (extract_normal): Match type of VALUE and MASK
273 to *VALUEP. Regenerate all cgen files.
274
d98bb281
RS
2752001-08-10 Richard Sandiford <rsandifo@redhat.com>
276
277 * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32
278 argument.
279 * mips-opc.c (G6): Undefine.
280 (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro
281 as the first "move" alternative.
282
0218d1e4
AJ
2832001-08-10 Andreas Jaeger <aj@suse.de>
284
285 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
286 to build warnings.
287 * configure: Regenerate.
288
11b37b7b
AM
2892001-08-10 Alan Modra <amodra@bigpond.net.au>
290
291 * ppc-opc.c: Revert 2001-08-08.
292
badaf34c
AM
2932001-08-09 Alan Modra <amodra@bigpond.net.au>
294
295 * dis-buf.c (generic_strcat_address): Add missing prototype.
296 #if 0 the functions as it is unused.
297
0f1bac05
AM
2982001-08-08 Alan Modra <amodra@bigpond.net.au>
299
300 1999-10-25 Torbjorn Granlund <tege@swox.com>
301 * ppc-opc.c: Include "bfd.h".
302 (powerpc_operands): Add new field for reloc type.
303
21d34b1c
TS
3042001-07-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
305
306 * mips-dis.c (print_insn_arg): Don't use software integer registers
307 for coprocessor registers.
308 (get_mips_isa): Removed.
309 (is_newabi): New function, checks if NewABI is used.
310 (_print_insn_mips): Get distinction between old ABI and new ABI right.
311
28bab82b
NC
3122001-08-01 Christian Groessler <cpg@aladdin.de>
313
314 * z8kgen.c: Fixed indentation of opt[] array. Include stdio.h to
315 get stderr definition.
316 (internal, gas): Removed warnings.
317 (gas): Create a correct final entry for created array.
318 * z8k-opc.h: Recreated with new z8kgen.
319
6608db57
KH
3202001-07-28 Kazu Hirata <kazu@hxi.com>
321
322 * i386-dis.c: Fix formatting.
323
d708bcba
AM
3242001-07-28 Matthias Kramm <kramm@quiss.org>
325
7fa108a4
AJ
326 * i386-dis.c: Change formatting conventions for architecture
327 i386:intel to better match the format of various intel i386
d708bcba
AM
328 assemblers, like nasm, tasm or masm.
329
8a5cc6be
AM
3302001-07-24 Alan Modra <amodra@bigpond.net.au>
331
332 * Makefile.am: Update dependencies with "make dep-am".
333 * Makefile.in: Regenerate
334
33822a8e
KH
3352001-07-24 Kazu Hirata <kazu@hxi.com>
336
337 * alpha-dis.c: Fix formatting.
338 * cris-dis.c: Likewise.
2dcee538
KH
339 * d10v-dis.c: Likewise.
340 * d30v-dis.c: Likewise.
33822a8e
KH
341 * m10300-dis.c: Likewise.
342 * tic54x-dis.c: Likewise.
343
44f2a95d
KH
3442001-07-23 Kazu Hirata <kazu@hxi.com>
345
ec22bdda
KH
346 * m68k-dis.c: Fix formatting.
347 * pj-dis.c: Likewise.
348 * s390-dis.c: Likewise.
349 * z8k-dis.c: Likewise.
44f2a95d 350
209fd667
CD
3512001-07-21 Chris Demetriou <cgd@broadcom.com>
352
353 * mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s
354 into the rest of the surrounding definitions.
355
bcb5558b
AM
3562001-07-18 Alan Modra <amodra@bigpond.net.au>
357
358 * i386-dis.c (grps): Print l or w suffix, and require mem modrm
359 for lgdt, lidt, sgdt, sidt.
360
40536497
PB
3612001-07-13 Philip Blundell <philb@gnu.org>
362
363 * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
364
23969580
JJ
3652001-07-12 Jeff Johnston <jjohnstn@redhat.com>
366
367 * cgen-asm.in: Include "xregex.h" always to enable the libiberty
368 regex support.
369 (@arch@_cgen_build_insn_regex): New routine from Graydon.
7fa108a4 370 (@arch@_cgen_assemble_insn): Add Graydon's code to use regex
23969580 371 to verify if it is worth parsing the insn as insn "x". Also update
7fa108a4 372 error message when insn is not a recognized format of the insn vs
23969580
JJ
373 when the insn is completely unrecognized.
374
81f6038f
FCE
3752001-07-11 Frank Ch. Eigler <fche@redhat.com>
376
377 * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of
378 bfd_get_bits.
379 * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect
380 non-zero CGEN_CPU_DESC->insn_chunk_bitsize.
381
7081ff04
AJ
3822001-07-09 Andreas Jaeger <aj@suse.de>, Karsten Keil <kkeil@suse.de>
383
384 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
385 (OP_J): Use bfd_vma for mask to work properly with 64 bits.
386 (op_address,op_riprel): Use bfd_vma to handle 64 bits.
387
4a3264e6
BE
3882001-07-05 Ben Elliston <bje@redhat.com>
389
390 * Makefile.am (CPUDIR): Define.
391 (stamp-m32r): Update dependencies.
392 (stamp-fr30): Ditto.
393 (stamp-openrisc): Ditto.
394 * Makefile.in: Regenerate.
395
2dd46b8b
NC
3962001-07-03 Zoltan Hidvegi <hzoli@hzoli.2y.net>
397
398 * ppc-opc.c: Fix encoding of 'clf' instruction.
399
17f0ac84
GK
4002001-06-30 Geoffrey Keating <geoffk@redhat.com>
401
402 * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
403
5e91c3b4
GK
4042001-06-28 Geoffrey Keating <geoffk@redhat.com>
405
406 * cgen-asm.c (cgen_parse_keyword): Allow any first character.
407 * cgen-opc.c (cgen_keyword_add): Ignore special first
408 character when building nonalpha_chars field.
409
62d964d8
BE
4102001-06-24 Ben Elliston <bje@redhat.com>
411
412 * m88k-dis.c: Format to conform to GNU coding standards.
413
7f32bebc
AJ
4142001-06-23 Andreas Jaeger <aj@suse.de>
415
416 * disassemble.c (disassembler_usage): Add unused attribute.
417
564e8ad9
EC
4182001-06-22 Eric Christopher <echristo@redhat.com>
419
420 * mips-opc.c: Move prefx to start of the table.
421
fe1f0130
NC
4222001-06-22 Stacey Sheldon <ssheldon@Catena.com>
423
424 * arc-opc.c (insert_st_syntax): Fix over-optimisation of ST
425 instruction.
426
80febfb6
NC
4272001-06-22 Pauli <pauli@moreton.com.au>
428
429 * m68k-opc.c: Add wdebug instruction.
430
cb87eaaf
AH
4312001-06-15 Aldy Hernandez <aldyh@redhat.com>
432
433 * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
434
3e890047
GK
4352001-06-14 Geoffrey Keating <geoffk@redhat.com>
436
437 * cgen-asm.c (cgen_parse_keyword): When looking for the
438 boundaries of a keyword, allow any special characters
439 that are actually in one of the allowed keyword.
440 * cgen-opc.c (cgen_keyword_add): Add any special characters
441 to the nonalpha_chars field.
442
6fc12824
NC
4432001-06-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
444
445 * s390-opc.c: Add lgh instruction.
446 * s390-opc.txt: Likewise.
447
6439fc28
AM
4482001-06-11 Alan Modra <amodra@bigpond.net.au>
449
450 * i386-dis.c: Group function prototypes in one place.
451 (FLOATCODE): Redefine as 1.
452 (USE_GROUPS): Redefine as 2.
453 (USE_PREFIX_USER_TABLE): Redefine as 3.
454 (X86_64_SPECIAL): Define as 4.
455 (GRP1b..GRPAMD): Move USE_GROUPS to bytecode1, index to bytecode2.
456 (PREGRP0..PREGRP26): Similarly with USE_PREFIX_USER_TABLE.
457 (dis386_att, dis386_intel, disx86_64_att, disx86_64_intel): Delete.
458 (dis386): New table combining above four tables.
459 (dis386_twobyte_att, dis386_twobyte_intel): Delete.
460 (dis386_twobyte): New table combining above two tables.
461 (x86_64_table): New table to handle x86_64.
462 (X86_64_0): Define.
463 (float_mem_att, float_mem_intel): Delet.
464 (float_mem): New table combining above two tables.
465 (print_insn_i386): Modify for above.
466 (dofloat): Likewise.
467 (putop): Handle '{', '|' and '}' to select alternative mnemonics.
468 Return 0 on success, 1 if no valid alternative.
469 (putop <case 'F'>, <case 'H'>): Print nothing for intel_syntax.
470 (putop <case 'T'>): Move to case 'U', and share case 'Q' code.
471 (putop <case 'I'>): Move to case 'T', and share case 'P' code.
472 (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg
473 if not 64-bit mode.
474 (OP_I <case q_mode>): Handle as for v_mode if not 64-bit mode.
475 (OP_I64): If not 64-bit mode, call OP_I.
476 OP_OFF64): If not 64-bit mode, call OP_OFF.
477 (OP_ST, OP_STi, OP_SEG, OP_DIR, OP_OFF, OP_OFF64, OP_MMX): Rename
478 'ignore'/'ignored' to 'bytemode'.
479
5dd0794d
AM
4802001-06-10 Alan Modra <amodra@bigpond.net.au>
481
482 * configure.in: Sort 'ta' case statement.
483 * configure: Regenerate.
484
485 * i386-dis.c (dis386_att): Add 'H' to conditional branch and
486 loop,jcxz insns.
487 (disx86_64_att): Likewise.
488 (dis386_twobyte_att): Likewise.
489 (print_insn_i386): Don't print branch hints as a prefix.
490 (putop): 'H' macro prints branch hints.
491 (get64): Kill compile warnings.
492
bda22bbf
AO
4932001-06-09 Alexandre Oliva <aoliva@redhat.com>
494
495 * sh-opc.h (sh_table): Don't use empty initializers.
496
879db8be
NC
4972001-06-06 Christian Groessler <cpg@aladdin.de>
498
499 * z8k-dis.c: Fix formatting.
500 (unpack_instr): Remove unused cases in switch statement. Add
501 safety abort() in default case.
502 (unparse_instr): Add safety abort() in default case.
503
98b32482
NC
5042001-06-06 Peter Jakubek <pjak@snafu.de>
505
5dd0794d
AM
506 * m68k-dis.c (print_insn_m68k): Fix typo.
507 * m68k-opc.c (m68k_opcodes): Correct allowed operands for
98b32482
NC
508 mcf (ColdFire) div, rem and moveb instructions.
509
3ffd33cf
AM
5102001-06-06 Alan Modra <amodra@bigpond.net.au>
511
512 * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.
513 (cond_jump_mode, loop_jcxz_mode): Define.
514 (dis386_att): Add cond_jump_flag and loop_jcxz_flag as
515 appropriate, and 'F' suffix to loop insns.
516 (disx86_64_att): Likewise.
517 (dis386_twobyte_att): Likewise.
518 (print_insn_i386): Don't output addr prefix for loop, jcxz insns.
519 Output data size prefix for long conditional jumps. Output cs and
520 ds branch hints.
521 (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'.
522 (OP_J): Don't make PREFIX_DATA used.
523
9ab433aa
AO
5242001-06-04 Alexandre Oliva <aoliva@redhat.com>
525
526 * sh-opc.h (sh_table): Complete last element entry to avoid
527 compiler warning.
528
d1cf510e
NC
5292001-05-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
530
531 * mips-dis.c (mips_isa_type): Add MIPS r12k support.
532
cba24d7d
AM
5332001-05-23 Alan Modra <amodra@one.net.au>
534
535 * arc-opc.c: Whitespace changes.
536
22f3fc43
HPN
5372001-05-18 Hans-Peter Nilsson <hp@axis.com>
538
539 * cris-opc.c (cris_spec_regs): Add missing initializer field for
540 last element.
541
84fd0d38
FCE
5422001-05-15 Frank Ch. Eigler <fche@redhat.com>
543
544 * cgen-dis.in (extract_normal): Complete support for min<base case.
545
aa5f19f2
NC
5462001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
547
548 * mips-dis.c (INSNLEN): Rename MAXLEN.
549 (std_reg_names): Replace by mips32_reg_names and mips64_reg_names.
550 (print_insn_arg): Remove $ prefix of register names.
551 (set_mips_isa_type): Remove.
cba24d7d 552 (mips_isa_type): New function.
aa5f19f2
NC
553 (get_mips_isa): New Function.
554 (print_insn_mips): Rename _print_insn_mips.
555 (_print_insn_mips): New function, contains code which was
556 duplicated in print_insn_big_mips and print_insn_little_mips.
557 (print_insn_big_mips): Moved code to _print_insn_mips.
558 (print_insn_little_mips): Likewise.
559 (print_mips16_insn_arg): Remove $ prefix of register names.
560 Print error message before abort.
561
24a7a601
C
5622001-05-14 J.T. Conklin <jtc@redback.com>
563
564 * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of
7f32bebc 565 simplified mnemonics used for setting PPC750-specific special
24a7a601
C
566 purpose registers.
567
8d5ec599
L
5682001-05-12 H.J. Lu <hjl@gnu.org>
569
570 * i386-dis.c (print_insn_i386): Always set `mod', `reg' and
571 `rm'.
572
bcee8eb8
AM
5732001-05-12 Peter Targett <peter.targett@arccores.com>
574
575 * arc-opc.c (arc_reg_names): Correct attribute for lp_count
576 register to r/w. Formatting fixes throughout file.
577
67d6227d
AM
5782001-05-12 Alan Modra <amodra@one.net.au>
579
580 * i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and
581 movq operands.
4bba6815
AM
582 (twobyte_has_modrm): Update table.
583 (need_modrm): Give it file scope.
584 (MODRM_CHECK): Define.
585 (dofloat): Use MODRM_CHECK.
586 (OP_E): Likewise.
587 (OP_EM): Likewise.
588 (OP_EX): Likewise.
67d6227d 589
a00ad97d
FCE
5902001-05-07 Frank Ch. Eigler <fche@redhat.com>
591
592 * cgen-dis.in (default_print_insn): Tolerate min<base instructions
593 even at end of a section.
594 * cgen-ibld.in (extract_normal): Tolerate min!=base!=max instructions
595 by ignoring precariously-unpacked insn_value in favor of raw buffer.
596
a28d0f3d
AM
5972001-05-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
598
599 * disassemble.c (disassembler_usage): Remove unused attribute.
600
52646233
FCE
6012001-05-04 Frank Ch. Eigler <fche@redhat.com>
602
603 * m32r-dis.c, -asm.c, -ibld.c: Regenerated with disassembler fixes.
604
6052001-05-04 Frank Ch. Eigler <fche@redhat.com>
606
607 * cgen-dis.in (print_insn): Remove call to read_insn. Instead,
608 assume incoming buffer already has the base insn loaded. Handle
714b578b 609 smaller-than-base instructions for variable-length case.
52646233 610
992aaec9
AM
6112001-05-04 Alan Modra <amodra@one.net.au>
612
613 * i386-dis.c (Ev, Ed): Remove duplicate define.
614 (Gd): Define.
615 (XS): Define.
616 (OP_XS): New function.
617 (dis386_twobyte_att): Correct pinsrw, pextrw, pmovmskb, and
618 movmskp operands.
619 (dis386_twobyte_intel): Likewise.
620 (prefix_user_table): Use MS for maskmovq operand.
621
87e6d782
NC
6222001-04-27 Johan Rydberg <jrydberg@opencores.org>
623
624 * Makefile.am: Add OpenRISC target.
625 * Makefile.in: Regenerated.
626
627 * disassemble.c (disassembler): Recognize the OpenRISC disassembly.
628
629 * configure.in (bfd_openrisc_arch): Add target.
630 * configure: Regenerated.
631
632 * openrisc-asm.c: New file.
633 * openrisc-desc.c: Likewise.
634 * openrisc-desc.h: Likewise.
635 * openrisc-dis.c: Likewise.
636 * openrisc-ibld.c: Likewise.
637 * openrisc-opc.c: Likewise.
638 * openrisc-opc.h: Likewise.
639
6840198f
NC
6402001-04-24 Christian Groessler <cpg@aladdin.de>
641
642 * z8k-dis.c: add names of control registers (ctrl_names);
643 (seg_length): provides instruction length fixup for segmented
644 mode; (unpack_instr): correctly handle ARG_DISP16, ARG_DISP12,
645 CLASS_0DISP7, CLASS_1DISP7, CLASS_DISP8 and CLASS_PR cases;
646 (unparse_intr): handle CLASS_PR, print addresses without '#'
647 * z8k-opc.h: re-created with new z8kgen
648 * z8kgen.c: merged in fixes which were in existing z8k-opc.h; new
649 entries for ldctl/ldctlb instruction
650
c2419411
AJ
6512001-04-06 Andreas Jaeger <aj@suse.de>
652
653 * i386-dis.c: Add ffreep instruction.
654
3eb9799d
AO
6552001-03-30 Alexandre Oliva <aoliva@redhat.com>
656
657 * ppc-opc.c (insert_mbe): Shift mask initializer as long.
658
0f17484f
AM
6592001-03-24 Alan Modra <alan@linuxcare.com.au>
660
661 * i386-dis.c (PREGRP25): Define.
662 (dis386_twobyte_att): Use here in place of "movntq" entry.
663 (dis386_twobyte_intel): Likewise.
664 (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq".
665 (PREGRP26): Define.
666 (dis386_twobyte_att): Use here.
667 (dis386_twobyte_intel): Likewise.
668 (prefix_user_table): Add PREGRP26 entry for "punpcklqdq".
669 (prefix_user_table <maskmovdqu>): XM operand, not MX.
670 (prefix_user_table): Cosmetic changes to "bad" entries.
671
e93d7199
NC
6722001-03-23 Nick Clifton <nickc@redhat.com>
673
674 * mips-opc.c: Remove extraneous whitespace.
675 * mips-dis.c: Remove extraneous whitespace.
676
fca2040b
BE
6772001-03-22 Ben Elliston <bje@redhat.com>
678
679 * cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
680 declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
681 * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
682 to allay a compiler warning.
683
87890af0
AM
6842001-03-22 Alan Modra <alan@linuxcare.com.au>
685
686 * i386-dis.c (dis386_twobyte_att): Add entries for paddq, psubq.
687 (dis386_twobyte_intel): Likewise.
688 (twobyte_has_modrm): Set entry for paddq, psubq.
689
27fca2d8
PM
6902001-03-20 Patrick Macdonald <patrickm@redhat.com>
691
692 * cgen-dis.in (print_insn_@arch@): Add support for target machine
693 determination via CGEN_COMPUTE_MACH.
694 * fr30-desc.c: Regenerate.
695 * fr30-dis.c: Regenerate.
696 * fr30-opc.h: Regenerate.
697 * m32r-desc.c: Regenerate.
698 * m32r-dis.c: Regenerate.
699 * m32r-opc.h: Regenerate.
700 * m32r-opinst.c: Regenerate.
701
f4fbb4a3
L
7022001-03-20 H.J. Lu <hjl@gnu.org>
703
704 * configure.in: Remove the redundent AC_ARG_PROGRAM.
705 * configure: Rebuild.
706
f4bc6bb0
JW
7072001-03-19 Jim Wilson <wilson@redhat.com>
708
709 * ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
710 notestr if larger than xsect.
711 (in_class): Handle format M5.
712 * ia64-asmtab.c: Regnerate.
713
bbe6d95f
AM
7142001-03-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
715
716 * vax-dis.c (print_insn_vax): Only fetch two bytes if the info buffer
717 has more than one byte left to read.
718
82b66b23
NC
7192001-03-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
720
721 * s390-opc.c: Add new opcodes. Smooth out formatting.
722 * s390-opc.txt: Add new opcodes.
c2419411 723
4f3c3dbb
NC
7242001-03-06 Nick Clifton <nickc@redhat.com>
725
726 * arm-dis.c (print_insn_thumb): Compute destination address
727 of BLX(1) instruction by taking bit 1 from PC and not from bit
728 0 of the offset.
729
9d29e1b3
NC
7302001-03-06 Igor Shevlyakov <igor@windriver.com>
731
732 * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs
733 so command line switches will work.
734
b3466c39
DB
7352001-03-05 Dave Brolley <brolley@redhat.com>
736
2edda1bf
DB
737 * fr30-asm.c: Regenerate.
738 * fr30-desc.c: Regenerate.
739 * fr30-desc.h: Regenerate.
740 * fr30-dis.c: Regenerate.
741 * fr30-ibld.c: Regenerate.
742 * fr30-opc.c: Regenerate.
743 * fr30-opc.h: Regenerate.
744 * m32r-asm.c: Regenerate.
745 * m32r-desc.c: Regenerate.
746 * m32r-desc.h: Regenerate.
747 * m32r-dis.c: Regenerate.
748 * m32r-ibld.c: Regenerate.
749 * m32r-opc.c: Regenerate.
750 * m32r-opc.h: Regenerate.
751 * m32r-opinst.c: Regenerate.
b3466c39 752
80a523c2
NC
7532001-02-28 Igor Shevlyakov <igor@windriver.com>
754
755 * m68k-opc.c: fix cpushl according to Motorola. Enable
756 bunch of instructions for Coldfire 5407 and add all new.
757
27b7e12d
AM
7582001-02-27 Alan Modra <alan@linuxcare.com.au>
759
760 * configure.in (BFD_VERSION): Do without grep.
761 * configure: Regenerate.
762 * Makefile.am: Run "make dep-am".
763 * Makefile.in: Regenerate.
764
b8e0eda2
L
7652001-02-23 David Mosberger <davidm@hpl.hp.com>
766
767 * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
768 * ia64-asmtab.c: Regenerate.
769
87f8eb97
JW
7702001-02-21 David Mosberger <davidm@hpl.hp.com>
771
772 * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
773 separate variants: one for IMM22 and the other for IMM14.
774 * ia64-asmtab.c: Regenerate.
c2419411 775
dd425ada
GM
7762001-02-21 Greg McGary <greg@mcgary.org>
777
778 * cgen-opc.c (cgen_get_insn_value): Add missing `return'.
779
b34fb0b4
L
7802001-02-20 H.J. Lu <hjl@gnu.org>
781
782 * Makefile.am (ia64-ic.tbl): Remove the target.
783 (ia64-raw.tbl): Likewise.
784 (ia64-waw.tbl): Likewise.
785 (ia64-war.tbl): Likewise.
786 (ia64-asmtab.c): Generate it in the source directory.
787 * Makefile.in: Regenerated.
788
e135f41b
NC
7892001-02-18 lars brinkhoff <lars@nocrew.org>
790
791 * Makefile.am: Add PDP-11 target.
792 * configure.in: Likewise.
793 * disassemble.c: Likewise.
794 * pdp11-dis.c: New file.
795 * pdp11-opc.c: New file.
796
42dc96ca
JW
7972001-02-14 Jim Wilson <wilson@redhat.com>
798
799 * ia64-ic.tbl: Update from Intel. Add setf to fr-writers.
800 * ia64-asmtab.c: Regenerate.
801
76f227a5
JH
802Mon Feb 12 17:41:26 CET 2001 Jan Hubicka <jh@suse.cz>
803
804 * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
805 instructions.
806 (putop): Handle 'Y'
807
9117d219
NC
8082001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
809
810 * mips-dis.c (print_insn_arg): Use top four bits of the address of
811 the following instruction not of the jump itself for the jump
812 target.
813 (print_mips16_insn_arg): Likewise.
814
847ee773
MS
8152001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
816
817 * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
818 directory.
819 * Makefile.in: Regenerate.
820
a85d7ed0
NC
8212001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
822
823 * Makefile.am: Add linux target for S/390.
824 * Makefile.in: Likewise.
825 * configure.in: Likewise.
826 * disassemble.c: Likewise.
827 * s390-dis.c: New file.
828 * s390-mkopc.c: New file.
829 * s390-opc.c: New file.
830 * s390-opc.txt: New file.
831
e5943035
JW
8322001-02-05 Jim Wilson <wilson@redhat.com>
833
834 * ia64-asmtab.c: Revert 2000-12-16 change.
835
0715dc88
PM
8362001-02-02 Patrick Macdonald <patrickm@redhat.com>
837
c2419411 838 * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
0715dc88
PM
839 * m32r-desc.h: Regenerate.
840
90530880
JH
841Thu Feb 1 16:29:06 MET 2001 Jan Hubicka <jh@suse.cz>
842
76f227a5 843 * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
90530880
JH
844 (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
845
1328dc98
AM
8462001-01-14 Alan Modra <alan@linuxcare.com.au>
847
848 * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
849
b7ed8fad
NC
8502001-01-13 Nick Clifton <nickc@redhat.com>
851
852 * disassemble.c: Remove spurious white space.
853
e2914f48
JH
854Sat Jan 13 01:48:24 MET 2001 Jan Hubicka <jh@suse.cz>
855
856 * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
857 templates.
858
0d2bcfaf
NC
8592001-01-11 Peter Targett <peter.targett@arccores.com>
860
861 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
862 * Makefile.am (C_FILES): Add arc-ext.c.
863 (ALL_MACHINES) Add arc-ext.lo.
864 (INCLUDES) Add opcode directory to list.
865 New dependency entry for arc-ext.lo.
866 * disassemble.c (disassembler): Correct call to
867 arc_get_disassembler.
868 * arc-opc.c: New update for ARC, including full base
869 instructions for ARC variants.
870 * arc-dis.h, arc-dis.c: New update for ARC, including
871 extensibility functionality.
872 * arc-ext.h, arc-ext.c: New files for handling extensibility.
873
8742001-01-10 Jan Hubicka <jh@suse.cz>
041bd2e0
JH
875
876 * i386-dis.c (PREGRP15 - PREGRP24): New.
877 (dis386_twobyt): Add SSE2 instructions.
878 (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions.
879 (twobyte_uses_f3_prefix): ... this one.
880 (grps): Add SSE instructions.
881 (prefix_user_table): Add two new slots; add SSE2 instructions.
882 (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix;
883 Handle the REPNZ and Data16 prefixes as well; do proper lookup
884 to prefix_user_table.
885 (OP_E): Accept mfence and lfence as well.
886 (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions.
887 (OP_XMM): Support REX extensions.
888 (OP_EM): Likewise.
889 (OP_EX): Likewise.
890
6a56ec7e
NC
8912001-01-09 Nick Clifton <nickc@redhat.com>
892
893 * arm-dis.c (print_insn): Set pc to zero for instructions with
894 a reloc associated with them.
895
4a9f416d
JJ
8962001-01-09 Jeff Johnston <jjohnstn@redhat.com>
897
898 * cgen-asm.in (parse_insn_normal): Changed syn to be
899 CGEN_SYNTAX_CHAR_TYPE. Changed all references to *syn
900 as character to use CGEN_SYNTAX_CHAR macro and all comparisons
901 to '\0' to use 0 instead.
902 * cgen-dis.in (print_insn_normal): Ditto.
903 * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto.
904
0d2bcfaf 9052001-01-05 Jan Hubicka <jh@suse.cz>
52b15da3
JH
906
907 * i386-dis.c: Add x86_64 support.
908 (rex): New static variable.
909 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
910 (USED_REX): New macro.
911 (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
912 (OP_I64, OP_OFF64, OP_IMREG): New functions.
913 (OP_REG, OP_OFF): Declare.
914 (get64, get32, get32s): New functions.
915 (r??_reg): New constants.
916 (dis386_att): Change templates of instruction implicitly promoted
917 to 64bit; change e?? to RMe?? for unwind RM byte instructions.
918 (grps): Likewise.
919 (dis386_intel): Likewise.
920 (dixx86_64_att): New table based on dis386_att.
921 (dixx86_64_intel): New table based on dis386_intel.
922 (names64, names8rex): New global variable.
923 (names32, names16): Add extended registers.
924 (prefix_user_t): Recognize rex prefixes.
925 (prefix_name): Print REX prefixes nicely.
926 (op_riprel): New global variable.
927 (start_pc): Set type to bfd_vma.
928 (print_insn_i386): Detect the 64bit mode and use proper table;
929 move ckprefix after initializing the buffer; output unused rex prefixes;
930 output information about target of RIP relative addresses.
931 (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
932 (print_operand_value): New function.
933 (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
934 REX prefix and new modes.
935 (get64, get32s): New.
936 (get32): Return bfd_signed_vma type.
937 (set_op): Initialize the op_riprel.
938 * disassemble.c (disassembler): Recognize the x86-64 disassembly.
939
7e30bc36
FCE
9402001-01-03 Richard Sandiford <r.sandiford@redhat.com>
941
942 cgen-dis.in (read_insn): Use bfd_get_bits()
943
aed80dae
FCE
9442001-01-02 Richard Sandiford <rsandifo@redhat.com>
945
946 * cgen-dis.c (hash_insn_array): Use bfd_put_bits().
947 (hash_insn_list): Likewise
948 * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
949 (extract_1): Use bfd_get_bits().
950 (extract_normal): Apply sign extension to both extraction
951 methods.
952 * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
953 (cgen_put_insn_value): Use bfd_put_bits()
954
149fe25e
FCE
9552000-12-28 Frank Ch. Eigler <fche@redhat.com>
956
957 * cgen-asm.in (parse_insn_normal): Print better error message for
958 instructions with missing operands.
959
a6cff3e3
NC
9602000-12-21 Santeri Paavolainen <santtu@ssh.com>
961
962 * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
963
09919455
NC
9642000-12-16 Nick Clifton <nickc@redhat.com>
965
966 * Makefile.in: Regenerate.
967 * aclocal.m4: Regenerate.
968 * config.in: Regenerate.
969 * configure.in: Add spacing.
970 * configure: Regenerate.
971 * ia64-asmtab.c: Regenerate.
972 * po/opcodes.pot: Regenerate.
973
606d55bc
FCE
9742000-12-12 Frank Ch. Eigler <fche@redhat.com>
975
976 * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
977 error messages over later parse-time ones.
978
514829c3
JW
9792000-12-12 Jim Wilson <wilson@redhat.com>
980
981 * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
982 argument.
060d22b0 983 * ia64-gen.c (insert_deplist): Cast sizeof result to int.
514829c3
JW
984 (print_dependency_table): Print NULL if semantics field not set.
985 (insert_opcode_dependencies): Mark cmp parameter as unused.
986 (print_main_table): Use fprintf_vma to print long long fields.
987 (main): Mark argv paramter as unused. Convert to old style definition.
988 * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
989 * ia64-asmtab.c: Regnerate.
990
708b8a71
NC
9912000-12-09 Nick Clifton <nickc@redhat.com>
992
54faae25
NC
993 * m32r-dis.c (print_insn): Prevent re-read of instruction from
994 wrong address.
995
708b8a71
NC
996 * fr30-dis.c: Regenerate.
997
54faae25
NC
9982000-12-08 Peter Targett <peter.targett@arccores.com>
999
1000 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
1001 * Makefile.am (C_FILES): Add arc-ext.c.
1002 (ALL_MACHINES) Add arc-ext.lo.
1003 (INCLUDES) Add opcode directory to list.
1004 New dependency entry for arc-ext.lo.
1005 * disassemble.c (disassembler): Correct call to
1006 arc_get_disassembler.
1007 * arc-opc.c: New update for ARC, including full base
1008 instructions for ARC variants.
1009 * arc-dis.h, arc-dis.c: New update for ARC, including
1010 extensibility functionality.
1011 * arc-ext.h, arc-ext.c: New files for handling extensibility.
1012
08fe7a7e
NC
10132000-12-03 Chris Demetriou cgd@sibyte.com
1014
1015 * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
1016 MOD_HILO, and MOD_LO macros.
1017
15305553
NC
1018 * mips-opc.c (M1, M2): Delete.
1019 (mips_builtin_opcodes): Remove all uses of M1.
1020
0808b8a9
NC
1021 * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2
1022 instructions take "G" format second operands and use the
1023 correct flags.
1024 There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to
1025 match.
1026 Delete "sel" code operands from mfc1 and mtc1.
1027 Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants
1028 for dm[ft]c[023].
c2419411 1029
e70f2590
NC
10302000-12-03 Ed Satterthwaite ehs@sibyte.com and
1031 Chris Demetriou cgd@sibyte.com
1032
1033 * mips-opc.c (mips_builtin_opcodes): Finish additions
1034 for MIPS32 support, and clean up existing entries for
1035 aesthetics, consistency with the MIPS32 ISA, and
1036 with consistency the rest of the table.
1037
b23da31b
NC
10382000-12-01 Nick Clifton <nickc@redhat.com>
1039
1040 * mips16-opc.c (mips16_opcodes): Add initialiser for membership
1041 field.
1042
4372b673
NC
10432000-12-01 Chris Demetriou <cgd@sibyte.com>
1044
1045 mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument
1046 specifiers. Update 'B' for new constant names, and remove
1047 'm'.
1048 mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop"
1049 near the top of the array, so they are disassembled properly.
1050 Enable "ssnop" for MIPS32. Add "break" variant with 20 bit
1051 code for MIPS32. Update "clo" and "clz" to use 'U' operand
1052 specifier. Add 'H' format specifier variants for "mfc1,"
1053 "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32. Update
1054 MIPS32 "sdbbp" to use 'B' operand specifier. Add MIPS32
1055 "wait" variant which uses 'J' operand specifier.
c2419411 1056
e7af610e
NC
1057 * mips-dis.c (set_mips_isa_type): Update to use
1058 CPU_UNKNOWN and ISA_* constants. Add bfd_mach_mips32 case.
1059 Replace bfd_mach_mips4K with bfd_mach_mips32_4k case.
1060 * mips-opc.c (I32): New constant for instructions added in
1061 MIPS32.
1062 (P4): Delete.
1063 (mips_builtin_opcodes) Replace all uses of P4 with I32.
1064
84ea6cf2
NC
1065 * mips-dis.c (set_mips_isa_type): Add cases for
1066 bfd_mach_mips5 and bfd_mach_mips64.
1067 * mips-opc.c (I64): New definitions.
1068
c6c98b38
NC
1069 * mips-dis.c (set_mips_isa_type): Add case for
1070 bfd_mach_mips_sb1.
1071
caaaf822
HPN
10722000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1073
1074 * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.
1075 (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
1076 Initialize variable dc to NULL.
1077 (print_insn_shx): Remove unused label d_reg_n.
1078
077b8428
NC
10792000-11-24 Nick Clifton <nickc@redhat.com>
1080
1081 * arm-opc.h: Add new opcode formatting parameter 'B'.
1082 (arm_opcodes): Add XScale, v5, and v5te instructions.
1083 (thumb_opcodes): Add v5t instructions.
1084
1085 * arm-dis.c (print_insn_arm): Handle new 'B' format
1086 parameter.
1087 (print_insn_thumb): Decode BLX(1) instruction.
1088
657e7cec
CD
10892000-11-21 Chris Demetriou <cgd@sibyte.com>
1090
1091 * mips-opc.c: Fix file header comment.
1092
b6b0b32c
HPN
10932000-11-14 Hans-Peter Nilsson <hp@axis.com>
1094
1095 * cris-dis.c (cris_get_disassembler): If abfd is NULL, return
1096 print_insn_cris_with_register_prefix.
1097
54a4ca2e
AO
10982000-11-11 Alexandre Oliva <aoliva@redhat.com>
1099
1100 * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
1101
025d2eab 11022000-11-07 Matthew Green <mrg@redhat.com>
1ffd7d02
DB
1103
1104 * cgen-dis.in (print_insn): All insns which can fit into insn_value
1105 must be loaded there in their entirety.
1106
19f7b010
JJ
11072000-10-20 Jakub Jelinek <jakub@redhat.com>
1108
1109 * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
1110 (compute_arch_mask): Add v8plusb and v9b machines.
1111 (print_insn_sparc): siam mode decoding, accept ASRs up to 25.
060d22b0 1112 * sparc-opc.c: Support for Cheetah instruction set.
19f7b010
JJ
1113 (prefetch_table): Add #invalidate.
1114
710c2d97
NC
11152000-10-16 Nick Clifton <nickc@redhat.com>
1116
1117 * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
1118
f40c3ea3
DB
11192000-10-06 Dave Brolley <brolley@redhat.com>
1120
1121 * fr30-desc.h: Regenerate.
1122 * m32r-desc.h: Regenerate.
1123 * m32r-ibld.c: Regenerate.
1124
0d2bcfaf 11252000-10-05 Jim Wilson <wilson@redhat.com>
afa680f8
JW
1126
1127 * ia64-ic.tbl: Update from Intel.
1128 * ia64-asmtab.c: Regenerate.
c2419411 1129
d1e28e24
KH
11302000-10-04 Kazu Hirata <kazu@hxi.com>
1131
1132 * ia64-gen.c: Convert C++-style comments to C-style comments.
1133 * tic54x-dis.c: Likewise.
1134
b4db717d 11352000-09-29 Hans-Peter Nilsson <hp@axis.com>
78966507
HPN
1136
1137 Changes to add dollar prefix to registers for files where user symbols
1138 don't have a leading underscore. Fix formatting.
1139 * cris-dis.c (REGISTER_PREFIX_CHAR): New.
1140 (format_reg): Add parameter with_reg_prefix. All callers changed.
1141 (print_with_operands): Ditto.
1142 (print_insn_cris_generic): Renamed from print_insn_cris, add
1143 parameter with_reg_prefix.
1144 (print_insn_cris_with_register_prefix,
1145 print_insn_cris_without_register_prefix, cris_get_disassembler):
1146 New.
1147 * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
1148
0d2bcfaf 11492000-09-22 Jim Wilson <wilson@redhat.com>
139368c9 1150
d48ad4f3
JW
1151 * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
1152 gt, ge, ngt, and nge.
1153 * ia64-asmtab.c: Regenerate.
1154
139368c9
JW
1155 * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
1156 * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
1157 (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
1158 * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
1159 * ia64-asmtab.c: Regnerate.
1160
156c2f8b 11612000-09-13 Anders Norlander <anorland@acc.umu.se>
c2419411
AJ
1162
1163 * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores.
1164 Add mfc0 and mtc0 with sub-selection values.
156c2f8b 1165 Add clo and clz opcodes.
c2419411
AJ
1166 Add msub and msubu instructions for MIPS32.
1167 Add madd/maddu aliases for mad/madu for MIPS32.
1168 Support wait, deret, eret, movn, pref for MIPS32.
156c2f8b 1169 Support tlbp, tlbr, tlbwi, tlbwr.
c2419411
AJ
1170 (P4): New define.
1171
1172 * mips-dis.c (print_insn_arg): Print sdbbp 'm' args.
1173 (print_insn_arg): Handle 'H' args.
1174 (set_mips_isa_type): Recognize 4K.
156c2f8b
NC
1175 Use CPU_* defines instead of hardcoded numbers.
1176
de827f51
CM
11772000-09-11 Catherine Moore <clm@redhat.com>
1178
1179 * d30v-opc.c (d30v_operand_t): New operand type Rb2.
1180 (d30v_format_tab): Use Rb2 for modinc and moddec.
c2419411 1181
ea2aae66 11822000-09-07 Catherine Moore <clm@redhat.com>
c2419411 1183
ea2aae66
CM
1184 * d30v-opc.c (d30v_format_tab): Use format Ra for
1185 modinc and moddec.
1186
90f2472a
AO
11872000-09-06 Alexandre Oliva <aoliva@redhat.com>
1188
1189 * configure: Rebuilt with new libtool.m4.
1190
5b343f5a
NC
11912000-09-05 Nick Clifton <nickc@redhat.com>
1192
1193 * configure: Regenerate.
1194 * po/opcodes.pot: Regenerate.
c2419411 1195
ac48eca1
AO
11962000-08-31 Alexandre Oliva <aoliva@redhat.com>
1197
1198 * acinclude.m4: Include libtool and gettext macros from the
1199 top level.
1200 * aclocal.m4, configure: Rebuilt.
1201
c6d805e0
KH
12022000-08-30 Kazu Hirata <kazu@hxi.com>
1203
1204 * tic80-dis.c: Fix formatting.
1205
7d352fc8
KH
12062000-08-29 Kazu Hirata <kazu@hxi.com>
1207
1208 * w65-dis.c: Fix formatting.
1209
a47cf567
NC
12102000-08-28 Mark Hatle <mhatle@mvista.com>
1211
1212 * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
1213 (powerpc_opcodes): Add table entries for PPC 405 instructions.
1214 Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
1215 instructions. Added extended mnemonic mftbl as defined in the
1216 405GP manual for all PPCs.
1217
0d2bcfaf 12182000-08-28 Jim Wilson <wilson@redhat.com>
f9365b11
JW
1219
1220 * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
1221 call. Change last goto to use failed instead of done.
1222
6bb95a0f
DB
12232000-08-28 Dave Brolley <brolley@redhat.com>
1224
1225 * cgen-ibld.in (cgen_put_insn_int_value): New function.
1226 (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
1227 (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
1228 (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
1229 * cgen-dis.in (read_insn): New static function.
1230 (print_insn): Use read_insn to read the insn into the buffer and set
1231 up for disassembly.
1232 (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
1233 in the buffer.
1234 * fr30-asm.c: Regenerated.
1235 * fr30-desc.c: Regenerated.
060d22b0 1236 * fr30-desc.h: Regenerated.
6bb95a0f
DB
1237 * fr30-dis.c: Regenerated.
1238 * fr30-ibld.c: Regenerated.
1239 * fr30-opc.c: Regenerated.
060d22b0 1240 * fr30-opc.h: Regenerated.
6bb95a0f
DB
1241 * m32r-asm.c: Regenerated.
1242 * m32r-desc.c: Regenerated.
060d22b0 1243 * m32r-desc.h: Regenerated.
6bb95a0f
DB
1244 * m32r-dis.c: Regenerated.
1245 * m32r-ibld.c: Regenerated.
1246 * m32r-opc.c: Regenerated.
1247
bf830eae
KH
12482000-08-28 Kazu Hirata <kazu@hxi.com>
1249
1250 * tic30-dis.c: Fix formatting.
1251
69eb4bbf
KH
12522000-08-27 Kazu Hirata <kazu@hxi.com>
1253
1254 * sh-dis.c: Fix formatting.
1255
f509565f
GK
12562000-08-24 David Edelsohn <dje@watson.ibm.com>
1257
1258 * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
1259
5c90f90d
KH
12602000-08-24 Kazu Hirata <kazu@hxi.com>
1261
1262 * z8k-dis.c: Fix formatting.
1263
0d2bcfaf 12642000-08-16 Jim Wilson <wilson@redhat.com>
50b81f19
JW
1265
1266 * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds. Delete
1267 break, mov-immediate, nop.
1268 * ia64-opc-f.c: Delete fpsub instructions.
1269 * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
1270 address operand. Rewrite using macros to avoid long lines.
1271 * ia64-opc.h (POSTINC): Define.
1272 * ia64-asmtab.c: Regenerate.
1273
0d2bcfaf 12742000-08-15 Jim Wilson <wilson@redhat.com>
19ba6717
JW
1275
1276 * ia64-ic.tbl: Add missing entries.
1277
0d2bcfaf 12782000-08-08 Jason Eckhardt <jle@redhat.com>
a5bc3299
JE
1279
1280 * i860-dis.c (print_br_address): Change third argument from int
1281 to long.
1282
0d2bcfaf 12832000-08-07 Richard Henderson <rth@redhat.com>
0228082a
RH
1284
1285 * ia64-dis.c (print_insn_ia64): Get byte skip count correct
1286 for MLI templates. Handle IA64_OPND_TGT64.
1287
a47cf567
NC
12882000-08-04 Ben Elliston <bje@redhat.com>
1289
1290 * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
1291 * cgen.sh: Likewise.
1292
0d2bcfaf 12932000-08-02 Jim Wilson <wilson@redhat.com>
c2419411 1294
a47cf567
NC
1295 * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
1296
463f102c
DC
12972000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
1298
1299 * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
1300 Change return type from void to int. Check the combination
1301 of operands, return 1 if valid. Fix to avoid BUF overflow.
1302 Report undefined combinations of operands in COMMENT.
1303 Report internal errors to stderr. Output the adiw/sbiw
1304 constant operand in both decimal and hex.
1305 (print_insn_avr): Disassemble ldd/std with displacement of 0
1306 as ld/st. Check avr_operand () return value, handle invalid
1307 combinations of operands like unknown opcodes.
1308
6e31aea3
BE
13092000-07-28 Ben Elliston <bje@redhat.com>
1310
1311 * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
1312 (run-cgen, stamp-m32r, stamp-fr30): New targets.
1313 * Makefile.in: Regenerate.
1314 * configure.in: Add --enable-cgen-maint option.
1315 * configure: Regenerate.
1316
dc62a253
NC
13172000-07-26 Dave Brolley <brolley@redhat.com>
1318
1319 * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
1320 (cgen_hw_lookup_by_num): Ditto.
1321 (cgen_operand_lookup_by_name): Ditto.
1322 (print_address): Ditto.
1323 (print_keyword): Ditto.
1324 * cgen-dis.c (hash_insn_array): Mark unused parameters with
1325 ATTRIBUTE_UNUSED.
1326 * cgen-asm.c (hash_insn_array): Mark unused parameters with
1327 ATTRIBUTE_UNUSED.
1328 (cgen_parse_keyword): Ditto.
1329
0d2bcfaf 13302000-07-22 Jason Eckhardt <jle@redhat.com>
cdac37f6
JE
1331
1332 * i860-dis.c: New file.
1333 (print_insn_i860): New function.
1334 (print_br_address): New function.
1335 (sign_extend): New function.
1336 (BITWISE_OP): New macro.
1337 (I860_REG_PREFIX): New macro.
1338 (grnames, frnames, crnames): New structures.
1339
1340 * disassemble.c (ARCH_i860): Define.
1341 (disassembler): Add check for bfd_arch_i860 to set disassemble
1342 function to print_insn_i860.
1343
1344 * Makefile.in (CFILES): Added i860-dis.c.
1345 (ALL_MACHINES): Added i860-dis.lo.
1346 (i860-dis.lo): New dependences.
1347
1348 * configure.in: New bits for bfd_i860_arch.
1349
1350 * configure: Regenerated.
1351
6c95a37f
HPN
13522000-07-20 Hans-Peter Nilsson <hp@axis.com>
1353
1354 * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
1355 (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
1356 (cris-dis.lo, cris-opc.lo): New rules.
1357 * Makefile.in: Rebuild.
1358 * configure.in (bfd_cris_arch): New target.
1359 * configure: Rebuild.
1360 * disassemble.c (ARCH_cris): Define.
1361 (disassembler): Support ARCH_cris.
1362 * cris-dis.c, cris-opc.c: New files.
1363 * po/POTFILES.in, po/opcodes.pot: Regenerate.
1364
09ab35c7
JJ
13652000-07-11 Jakub Jelinek <jakub@redhat.com>
1366
1367 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
1368 Reported by Bill Clarke <llib@computer.org>.
1369
0d2bcfaf 13702000-07-09 Geoffrey Keating <geoffk@redhat.com>
1da5001c
GK
1371
1372 * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
1373 Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
1374
6e09abd4
AM
13752000-07-09 Alan Modra <alan@linuxcare.com.au>
1376
1377 * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
1378 fput_const, extract_3, extract_5_load, extract_5_store,
1379 extract_5r_store, extract_5R_store, extract_10U_store,
1380 extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
1381 extract_12, extract_17, extract_22): Prototype.
1382 (print_insn_hppa): Rename inner block opcode -> opc to avoid
1383 shadowing outer block.
1384 (GET_BIT): Define.
1385
90821790 13862000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
1387
1388 * MAINTAINERS: new
1389
6eeeb4b4
AO
13902000-07-04 Alexandre Oliva <aoliva@redhat.com>
1391
1392 * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
1393
00d2865b
NC
13942000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
1395
1396 * avr-dis.c (avr_operand): Change _ () to _() around all strings
1397 marked for translation (exception from the usual coding style).
1398 (print_insn_avr): Initialize insn2 to avoid warnings.
1399
c07ab2ec
NC
14002000-07-03 Kazu Hirata <kazu@hxi.com>
1401
1402 * h8300-dis.c (bfd_h8_disassemble): Improve readability.
1403 * h8500-dis.c: Fix formatting.
1404
0bdaf48b
AM
14052000-07-01 Alan Modra <alan@linuxcare.com.au>
1406
1407 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1408 (CLEANFILES): Add DEPA.
1409 * Makefile.in: Regenerate.
1410
7c03c75e
SB
14112000-06-26 Scott Bambrough <scottb@netwinder.org>
1412
1413 * arm-dis.c (regnames): Add an additional register set to match
1414 the set used by GCC. Make it the default.
1415
1581f8c9
AM
14162000-06-22 Alan Modra <alan@linuxcare.com.au>
1417
1418 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1419 find one.
1420 * Makefile.in: Regenerate.
1421
bbeb2e03
L
14222000-06-20 H.J. Lu <hjl@gnu.org>
1423
1424 * Makefile.am: Rebuild dependency.
1425 * Makefile.in: Rebuild.
9b443040
NC
1426
14272000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
1428
1429 * Makefile.in, configure: regenerate
c2419411 1430 * disassemble.c (disassembler): Recognize ARCH_m68hc12,
9b443040 1431 ARCH_m68hc11.
c2419411 1432 * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
9b443040
NC
1433 New functions.
1434 * configure.in: Recognize m68hc12 and m68hc11.
1435 * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
c2419411 1436 * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
9b443040 1437 and opcode generation for m68hc11 and m68hc12.
bbeb2e03 1438
39c20e8f
ND
14392000-06-16 Nick Duffek <nsd@redhat.com>
1440
1441 * disassemble.c (disassembler): Refer to the PowerPC 620 using
1442 bfd_mach_ppc_620 instead of 620.
1443
53d388d1
JL
14442000-06-12 Kazu Hirata <kazu@hxi.com>
1445
1446 * h8300-dis.c: Fix formatting.
1447 (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
1448 correctly.
1449
0d2bcfaf 14502000-06-09 Denis Chertykov <denisc@overta.ru>
8776c5fe
DC
1451
1452 * avr-dis.c (avr_operand): Bugfix for jmp/call address.
1453
0d2bcfaf 14542000-06-07 Denis Chertykov <denisc@overta.ru>
bab84c47
DC
1455
1456 * avr-dis.c: completely rewritten.
1457
79540e26 14582000-06-02 Kazu Hirata <kazu@hxi.com>
5fec0fc5
NC
1459
1460 * h8300-dis.c: Follow the GNU coding style.
1461 (bfd_h8_disassemble) Fix a typo.
5fec0fc5 1462
3903e627
NC
14632000-06-01 Kazu Hirata <kazu@hxi.com>
1464
1465 * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo.
1466 (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl]
1467 correctly. Fix a typo.
1468
0d2bcfaf 14692000-05-31 Nick Clifton <nickc@redhat.com>
c0ae4ccc
NC
1470
1471 * opintl.h (_(String)): Explain why dgettext is used instead of
1472 gettext.
1473
0d2bcfaf 14742000-05-30 Nick Clifton <nickc@redhat.com>
c1485d85
NC
1475
1476 * opintl.h (gettext, dgettext, dcgettext, textdomain,
1477 bindtextdomain): Replace defines with those from intl/libgettext.h
1478 to quieten gcc warnings.
1479
2114f57b
AM
14802000-05-26 Alan Modra <alan@linuxcare.com.au>
1481
1482 * Makefile.am: Update dependencies with "make dep-am"
1483 * Makefile.in: Regenerate.
1484
0d2bcfaf 14852000-05-25 Alexandre Oliva <aoliva@redhat.com>
d6062282
AO
1486
1487 * m10300-dis.c (disassemble): Don't assume 32-bit longs when
1488 sign-extending operands.
1489
0d2bcfaf 14902000-05-15 Donald Lindsay <dlindsay@redhat.com>
344fc69a
DL
1491
1492 * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches
1493 except brf's.
1494
0d2bcfaf 14952000-05-21 Nick Clifton <nickc@redhat.com>
6c298591
NC
1496
1497 * Makefile.am (LIBIBERTY): Define.
1498
0d2bcfaf 14992000-05-19 Diego Novillo <dnovillo@redhat.com>
fb48caed
DN
1500
1501 * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.
1502 (STD_REGISTER_NAMES): New name for REGISTER_NAMES.
1503 (reg_names): Rename to std_reg_names. Change it to a char **
1504 static variable.
1505 (std_reg_names): New name for reg_names.
1506 (set_mips_isa_type): Set reg_names to point to std_reg_names by
1507 default.
1508
f660ee8b
FCE
15092000-05-16 Frank Ch. Eigler <fche@redhat.com>
1510
1511 * fr30-desc.h: Partially regenerated to account for changed
1512 CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
1513 * m32r-desc.h: Ditto.
1514
0d2bcfaf 15152000-05-15 Nick Clifton <nickc@redhat.com>
322f2c45
NC
1516
1517 * arm-opc.h: Use upper case for flasg in MSR and MRS
1518 instructions. Allow any bit to be set in the field_mask of
1519 the MSR instruction.
1520
1521 * arm-dis.c (print_insn_arm): Decode _x and _s bits of the
1522 field_mask of an MSR instruction.
1523
60fc8cba
NC
15242000-05-11 Thomas de Lellis <tdel@windriver.com>
1525
060d22b0 1526 * arm-opc.h: Disassembly of thumb ldsb/ldsh
79540e26
AM
1527 instructions changed to ldrsb/ldrsh.
1528
73da6b6b
AM
15292000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
1530
1531 * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
1532 target addresses for 'jal' and 'j'.
1533
0d2bcfaf 15342000-05-10 Geoff Keating <geoffk@redhat.com>
d2f75a6f
GK
1535
1536 * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes
1537 also available in common mode when powerpc syntax is being used.
1538
821011cc
AM
15392000-05-08 Alan Modra <alan@linuxcare.com.au>
1540
1541 * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args.
1542 (dummy_print_address): Ditto.
1543
0d2bcfaf 15442000-05-04 Timothy Wall <twall@redhat.com>
5c84d377
TW
1545
1546 * tic54x-opc.c: New.
1547 * tic54x-dis.c: New.
1548 * disassemble.c (disassembler): Add ARCH_tic54x.
1549 * configure.in: Added tic54x target.
1550 * configure: Ditto.
1551 * Makefile.am: Add tic54x dependencies.
79540e26 1552 * Makefile.in: Ditto.
5c84d377 1553
786e2c0f
C
15542000-05-03 J.T. Conklin <jtc@redback.com>
1555
1556 * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
79540e26 1557 vector unit operands.
786e2c0f
C
1558 (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
1559 unit instruction formats.
1560 (PPCVEC): New macro, mask for vector instructions.
1561 (powerpc_operands): Add table entries for above operand types.
1562 (powerpc_opcodes): Add table entries for vector instructions.
1563
1564 * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
1565 (print_insn_little_powerpc): Likewise.
1566 (print_insn_powerpc): Prepend 'v' when printing vector registers.
1567
0d2bcfaf 15682000-04-24 Clinton Popetz <cpopetz@redhat.com>
a47cf567
NC
1569
1570 * configure.in: Add bfd_powerpc_64_arch.
1571 * disassemble.c (disassembler): Use print_insn_big_powerpc for
1572 64 bit code.
1573
0d2bcfaf 15742000-04-24 Nick Clifton <nickc@redhat.com>
a47cf567
NC
1575
1576 * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
1577 field.
1578
0d2bcfaf 15792000-04-23 Denis Chertykov <denisc@overta.ru>
3c504221
DC
1580
1581 * avr-dis.c (reg_fmul_d): New. Extract destination register from
1582 FMUL instruction.
1583 (reg_fmul_r): New. Extract source register from FMUL instruction.
1584 (reg_muls_d): New. Extract destination register from MULS instruction.
1585 (reg_muls_r): New. Extract source register from MULS instruction.
1586 (reg_movw_d): New. Extract destination register from MOVW instruction.
1587 (reg_movw_r): New. Extract source register from MOVW instruction.
1588 (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
1589 EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
1590
0d2bcfaf 15912000-04-22 Timothy Wall <twall@redhat.com>
aa170a07
TW
1592
1593 * ia64-gen.c (general): Add an ordered table of primary
1594 opcode names, as well as priority fields to disassembly data
1595 structures to enforce a preferred disassembly format based on the
1596 ordering of the opcode tables.
1597 (load_insn_classes): Show a useful message if IC tables are missing.
1598 (load_depfile): Ditto.
1599 * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to
1600 distinguish preferred disassembly.
1601 * ia64-opc-f.c: Reorder some insn for preferred disassembly
1602 format. Fix incorrect flag on fma.s/fma.s.s0.
1603 * ia64-opc.c: Scan *all* disassembly matches and use the one with
1604 the highest priority.
1605 * ia64-opc-b.c: Use more abbreviations.
1606 * ia64-asmtab.c: Regenerate.
79540e26 1607
0d2bcfaf 16082000-04-21 Jason Eckhardt <jle@redhat.com>
91b1cc5d
JL
1609
1610 * hppa-dis.c (extract_16): New function.
1611 (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
1612 new operand types l,y,&,fe,fE,fx.
1613
0d2bcfaf
NC
16142000-04-21 Richard Henderson <rth@redhat.com>
1615 David Mosberger <davidm@hpl.hp.com>
1616 Timothy Wall <twall@redhat.com>
1617 Bob Manson <manson@charmed.cygnus.com>
1618 Jim Wilson <wilson@redhat.com>
800eeca4
JW
1619
1620 * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h.
1621 (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c,
1622 ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c,
1623 ia64-asmtab.c.
1624 (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo.
1625 (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen,
1626 ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules.
1627 * Makefile.in: Rebuild.
1628 * configure Rebuild.
1629 * configure.in (bfd_ia64_arch): New target.
1630 * disassemble.c (ARCH_ia64): Define.
1631 (disassembler): Support ARCH_ia64.
1632 * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl,
1633 ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c,
1634 ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl,
060d22b0 1635 ia64-war.tbl, ia64-waw.tbl: New files.
79540e26 1636
0d2bcfaf 16372000-04-20 Alexandre Oliva <aoliva@redhat.com>
4d85706b
AO
1638
1639 * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
1640 (disassemble): Use them.
1641
0d8dfecf
AM
16422000-04-14 Alan Modra <alan@linuxcare.com.au>
1643
1644 * sysdep.h: Include "ansidecl.h" not <ansidecl.h>
1645 * Makefile.am: Update dependencies.
1646 * Makefile.in: Regenerate.
1647
16482000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1649
1650 * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
1651 avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
1652 disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
1653 i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
1654 m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
1655 mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c,
1656 ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c,
1657 tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c,
1658 w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h. Remove
1659 ansidecl.h as sysdep.h includes it.
1660
0d2bcfaf 16612000-04-7 Andrew Cagney <cagney@b1.redhat.com>
79540e26 1662
a2d91340 1663 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
79540e26 1664 --enable-build-warnings option.
a2d91340
AC
1665 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1666 * Makefile.in, configure: Re-generate.
1667
0d2bcfaf 16682000-04-05 J"orn Rennecke <amylaar@redhat.com>
52ccafd0 1669
060d22b0 1670 * sh-opc.h (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs.
52ccafd0
JR
1671 stc GBR,@-<REG_N> is available for arch_sh1_up.
1672 Group parallel processing insn with identical mnemonics together.
1673 Make three-operand psha / pshl come first.
1674
0d2bcfaf 16752000-04-05 J"orn Rennecke <amylaar@redhat.co.uk>
015551fc
JR
1676
1677 * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
1678 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
1679 (sh_arg_type): Add A_PC.
1680 (sh_table): Update entries using immediates. Add repeat.
1681 * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
1682 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
1683
41b49281
AM
16842000-04-04 Alan Modra <alan@linuxcare.com.au>
1685
8ad3436c
AM
1686 * po/opcodes.pot: Regenerate.
1687
41b49281
AM
1688 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1689 (DEP): Quote when passing vars to sub-make. Add warning message
1690 to end.
1691 (DEP1): Rewrite for "gcc -MM".
1692 (CLEANFILES): Add DEP2.
1693 Update dependencies.
1694 * Makefile.in: Regenerate.
1695
b77a133c
AM
16962000-04-03 Denis Chertykov <denisc@overta.ru>
1697
1698 * avr-dis.c: Syntax cleanup.
1699 (add0fff): Print the pc relative address as a signed number.
1700 (add03f8): Likewise.
1701
9aaaa291
ILT
17022000-04-01 Ian Lance Taylor <ian@zembu.com>
1703
1704 * disassemble.c (disassembler_usage): Don't use a prototype. Mark
1705 the parameter ATTRIBUTE_UNUSED.
1706 * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
1707
0d2bcfaf 17082000-04-01 Alexandre Oliva <aoliva@redhat.com>
5728a7d7
AO
1709
1710 * m10300-opc.c: SP-based offsets are always unsigned.
1711
67b60d92
NC
17122000-03-29 Thomas de Lellis <tdel@windriver.com>
1713
1714 * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal"
1715 [branch always] instead of "undefined".
1716
0d2bcfaf 17172000-03-27 Nick Clifton <nickc@redhat.com>
ba23e138
NC
1718
1719 * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of
1720 short instructions, from end of list of long instructions.
1721
832ddf62
ILT
17222000-03-27 Ian Lance Taylor <ian@zembu.com>
1723
1724 * Makefile.am (CFILES): Add avr-dis.c.
1725 (ALL_MACHINES): Add avr-dis.lo.
1726
adde6300
AM
17272000-03-27 Alan Modra <alan@linuxcare.com>
1728
1729 * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to
1730 truncate integers.
1731 (print_insn_avr): Call function via pointer in K&R compatible way.
1732 (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204,
1733 add0fff, add03f8): Convert to old style function declaration and
1734 add prototype.
1735 (avrdis_opcode): Add prototype.
1736
17372000-03-27 Denis Chertykov <denisc@overta.ru>
1738
1739 * avr-dis.c: New file. AVR disassembler.
1740 * configure.in (bfd_avr_arch): New architecture support.
1741 * disassemble.c: Likewise.
1742 * configure: Regenerate.
1743
0d2bcfaf 17442000-03-06 J"oern Rennecke <amylaar@redhat.com>
05102e70
JR
1745
1746 * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement.
1747
0d2bcfaf 17482000-03-02 J"orn Rennecke <amylaar@redhat.co.uk>
866afedc 1749
79540e26
AM
1750 * d30v-dis.c (print_insn): Remove d*i hacks. Use per-operand
1751 flag to determine if operand is pc-relative.
1752 * d30v-opc.c:
1753 (d30v_format_table):
1754 (REL6S3): Renamed from IMM6S3.
1755 Added flag OPERAND_PCREL.
1756 (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with
1757 added flag OPERAND_PCREL.
1758 (IMM12S3U): Replaced with REL12S3.
1759 (SHORT_D2, LONG_D): Delay target is pc-relative.
1760 (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r):
1761 Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r,
1762 using the REL* operands.
1763 (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D.
1764 (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B,
1765 LONG_Db, using REL* operands.
1766 (SHORT_U, SHORT_A5S): Removed stray alternatives.
1767 (d30v_opcode_table): Use new *r formats.
866afedc 1768
0d2bcfaf 17692000-02-28 Nick Clifton <nickc@redhat.com>
77343c58
NC
1770
1771 * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
1772 'signed_overflow_ok_p'.
1773
e56f75e9
ILT
17742000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
1775
1776 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
1777 name of the libtool directory.
1778 * Makefile.in: Rebuild.
1779
0d2bcfaf 17802000-02-24 Nick Clifton <nickc@redhat.com>
fa7928ca
NC
1781
1782 * cgen-opc.c (cgen_set_signed_overflow_ok): New function.
1783 (cgen_clear_signed_overflow_ok): New function.
1784 (cgen_signed_overflow_ok_p): New function.
1785
0d2bcfaf 17862000-02-23 Andrew Haley <aph@redhat.com>
cfcdbe97 1787
79540e26 1788 * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
060d22b0 1789 m32r-ibld.c, m32r-opc.h: Rebuild.
cfcdbe97 1790
5b93d8bb
AM
17912000-02-23 Linas Vepstas <linas@linas.org>
1792
1793 * i370-dis.c, i370-opc.c: New.
1794
1795 * disassemble.c (ARCH_i370): Define.
1796 (disassembler): Handle it.
1797
1798 * Makefile.am: Add support for Linux/IBM 370.
1799 * configure.in: Likewise.
1800
1801 * Makefile.in: Regenerate.
1802 * configure: Likewise.
1803
0d2bcfaf 18042000-02-22 Chandra Chavva <cchavva@redhat.com>
b669ceb9
CC
1805
1806 * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to
1807 ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel
1808 procedure.
1809
0d2bcfaf 18102000-02-22 Andrew Haley <aph@redhat.com>
8027df89
AH
1811
1812 * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER:
1813 force gp32 to zero.
1814 * mips-opc.c (G6): New define.
1815 (mips_builtin_op): Add "move" definition for -gp32.
1816
4db3857a
ILT
18172000-02-22 Ian Lance Taylor <ian@zembu.com>
1818
1819 From Grant Erickson <gerickso@Brocade.COM>:
1820 * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
1821
f6af82bd
AM
18222000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1823
1824 * dis-buf.c (buffer_read_memory): Change `length' param and all int
1825 vars to unsigned.
1826
0d2bcfaf 18272000-02-17 J"orn Rennecke <amylaar@redhat.co.uk>
d4845d57
JR
1828
1829 * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
1830 (print_insn_ppi): Likewise.
1831 (print_insn_shx): Use info->mach to select appropriate insn set.
1832 Add support for sh-dsp. Remove FD_REG_N support.
1833 * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
1834 (sh_arg_type): Likewise. Remove FD_REG_N.
1835 (sh_dsp_reg_nums): New enum.
1836 (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
1837 (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
1838 (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
1839 (arch_sh3_dsp_up): Likewise.
1840 (sh_opcode_info): New field: arch.
1841 (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
1842 D_REG_N. Fill in arch field. Add sh-dsp insns.
1843
0d2bcfaf 18442000-02-14 Fernando Nasser <fnasser@totem.to.redhat.com>
a7f8487e
FN
1845
1846 * arm-dis.c: Change flavor name from atpcs-special to
1847 special-atpcs to prevent name conflict in gdb.
1848 (get_arm_regname_num_options, set_arm_regname_option,
1849 get_arm_regnames): New functions. API to access the several
1850 flavor of register names. Note: Used by gdb.
1851 (print_insn_thumb): Use the register name entry from the currently
1852 selected flavor for LR and PC.
1853
0d2bcfaf 18542000-02-10 Nick Clifton <nickc@redhat.com>
97ee9b94
NC
1855
1856 * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR
1857 classes.
1858 (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and
1859 "mulsh.h" instructions.
1860 * mcore-dis.c (imsk array): Add masks for MULSH and OPSR
1861 classes.
1862 (print_insn_mcore): Add support for little endian targets.
1863 Add support for MULSH and OPSR classes.
1864
0d2bcfaf 18652000-02-07 Nick Clifton <nickc@redhat.com>
a3d9c82d
NC
1866
1867 * arm-dis.c (parse_arm_diassembler_option): Rename again.
1868 Previous delat did not take.
1869
79540e26
AM
18702000-02-03 Timothy Wall <twall@redhat.com>
1871
940b2b78
TW
1872 * dis-buf.c (buffer_read_memory): Use octets_per_byte field
1873 to adjust target address bounds checking and calculate the
1874 appropriate octet offset into data.
79540e26 1875
94470b23
NC
18762000-01-27 Nick Clifton <nickc@redhat.com>
1877
6c082ed8
NC
1878 * arm-dis.c: (parse_disassembler_option): Rename to
1879 parse_arm_disassembler_option and allow to be exported.
1880
94470b23
NC
1881 * disassemble.c (disassembler_usage): New function: Print out any
1882 target specific disassembler options.
58efb6c0 1883 Call arm_disassembler_options() if the ARM architecture is being
79540e26 1884 supported.
58efb6c0
NC
1885
1886 * arm-dis.c (NUM_ELEM): Define this macro if not already
1887 defined.
1888 (arm_regname): New struct type for ARM register names.
1889 (arm_toggle_regnames): Delete.
1890 (parse_disassembler_option): Use register name structure.
1891 (print_insn): New function: Combines duplicate code found in
1892 print_insn_big_arm and print_insn_little_arm.
1893 (print_insn_big_arm): Call print_insn.
1894 (print_insn_little_arm): Call print_insn.
1895 (print_arm_disassembler_options): Display list of supported,
1896 ARM specific disassembler options.
79540e26 1897
2f0ca46a
NC
18982000-01-27 Thomas de Lellis <tdel@windriver.com>
1899
79540e26 1900 * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the
2f0ca46a 1901 ARM_STT_16BIT flag as Thumb code symbols.
79540e26
AM
1902
1903 * arm-dis.c (printf_insn_little_arm): Ditto.
2f0ca46a 1904
cb268829
NC
19052000-01-25 Thomas de Lellis <tdel@windriver.com>
1906
1907 * arm-dis.c (printf_insn_thumb): Prevent double dumping
79540e26 1908 of raw thumb instructions.
cb268829 1909
0d2bcfaf 19102000-01-20 Nick Clifton <nickc@redhat.com>
06b53c1b
NC
1911
1912 * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
1913
01c7f630
NC
19142000-01-03 Nick Clifton <nickc@cygnus.com>
1915
1916 * arm-dis.c (streq): New macro.
1917 (strneq): New macro.
1918 (force_thumb): ew local variable.
1919 (parse_disassembler_option): New function: Parse a single, ARM
1920 specific disassembler command line switch.
1921 (parse_disassembler_option): Call parse_disassembler_option to
1922 parse individual command line switches.
1923 (print_insn_big_arm): Check force_thumb.
1924 (print_insn_little_arm): Check force_thumb.
1925
2f6d2f85 1926For older changes see ChangeLog-9899
252b5132
RH
1927\f
1928Local Variables:
2f6d2f85
NC
1929mode: change-log
1930left-margin: 8
1931fill-column: 74
252b5132
RH
1932version-control: never
1933End:
This page took 0.302103 seconds and 4 git commands to generate.