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