2002-12-03 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
6a51a8a8
AM
12002-12-02 Alan Modra <amodra@bigpond.net.au>
2
3 * arm-dis.c (print_insn_arm): Constify "insn". Formatting.
4 (print_insn_thumb): Likewise.
5 * h8500-dis.c (print_insn_h8500): Constify "opcode".
6 * mcore-dis.c (print_insn_mcore): Constify "op". Formatting.
7 * ns32k-dis.c (print_insn_arg <case 'F'>): Use a union to avoid
8 type-punned pointer warnings.
9 <case 'L'>: Likewise. Fix error message too.
10 * pdp11-dis.c (print_reg): Warning fix.
11 * sh-dis.c (print_movxy): Constify "op" param.
12 (print_insn_ddt): Constify sh_opcode_info vars.
13 (print_insn_ppi): Likewise.
14 (print_insn_sh): Likewise.
15 * tic30-dis.c (cnvt_tmsfloat_ieee): Use a union to avoid
16 type-punned pointer warnings.
17 * w65-dis.c (print_insn_w65): Constify "op".
18
2fd84db3
SC
192002-12-01 Stephane Carrez <stcarrez@nerim.fr>
20
21 * m68hc11-dis.c (PC_REGNUM): Define.
22 (print_indexed_operand): Need an adjustment for some PC-relative
23 operand modes; print the final address of PC-relative modes.
24 (print_insn): Take into account movw/movb to adjust the PC-relative
25 operand addresses.
26
b34976b6
AM
272002-11-30 Alan Modra <amodra@bigpond.net.au>
28
29 *arm-dis.c, cris-dis.c, h8300-dis.c, mips-dis.c, mmix-dis.c, sh-dis.c,
30 sh64-dis.c, v850-dis.c: Replace boolean with bfd_boolean, true with
31 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
32 with TRUE/FALSE. Formatting.
33
9967baf0
DD
342002-11-25 DJ Delorie <dj@redhat.com>
35
36 * xstormy16-opc.c: Regenerate.
37
97dd3f18
JW
382002-11-25 Jim Wilson <wilson@redhat.com>
39
40 * ia64-dis.c (print_insn_ia64): Correct handling of IA64_OPND_TGT64.
41
193eb15d
DD
422002-11-15 DJ Delorie <dj@redhat.com>
43
44 * xstormy16-desc.c: Regenerate.
45 * xstormy16-opc.c: Regenerate.
46 * xstormy16-opc.h: Regenerate.
47
11041102
KD
482002-11-18 Klee Dienes <kdienes@apple.com>
49
50 * avr-dis.c: Include libiberty.h (for xmalloc).
51 (struct avr_opcodes_s): Remove 'bin_mask' field (it's
52 automatically computed in the init routine).
53 (AVR_INSN): No longer provide bin_mask field in initializer.
54 (avr_opcodes_s): Declare as const.
55 (print_insn_avr): Store the bin_mask field in a separate table
56 (allocated with xmalloc); iterate through it at the same time as
57 we iterate through the opcodes.
58
a3e64b75
KD
592002-11-18 Klee Dienes <kdienes@apple.com>
60
61 * h8300-dis.c: Include libiberty.h (for xmalloc).
62 (struct h8_instruction): New type, used to wrap h8_opcodes with a
63 length field (computed at run-time).
64 (h8_instructions): New variable.
65 (bfd_h8_disassemble_init): Allocate the storage for
66 h8_instructions. Fill h8_instructions with pointers to the
67 appropriate opcode and the correct value for the length field.
68 (bfd_h8_disassemble): Iterate through h8_instructions instead of
69 h8_opcodes.
70
84037f8c
KD
712002-11-18 Klee Dienes <kdienes@apple.com>
72
73 * arc-opc.c (arc_ext_opcodes): Define.
74 (arc_ext_operands): Define.
75 * i386-dis.c (Suffix3DNow): Declare as const.
76 * arm-opc.h (arm_opcodes): Declare as const.
77 (thumb_opcodes): Declare as const.
78 * h8500-opc.h (h8500_table): Declare as const.
79 (h8500_table): Use a NULL for the opcode in the terminator, so
80 that code testing (opcode->name) behaves correctly.
81 * mcore-opc.h (mcore_table): Declare as const.
82 * sh-opc.h (sh_table): Declare as const.
83 * w65-opc.h (optable): Declare as const.
84 * z8k-opc.h (z8k_table): Declare as const.
85
9c87d6c7
SS
862002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
87
88 * tic4x-dis.c: Added support for enhanced and special insn.
89 (c4x_print_op): Added insn class 'i' and 'j'
90 (c4x_hash_opcode_special): Add to support special insn
91 (c4x_hash_opcode): Update to support the new opcode-list
92 format. Add support for the new special insns.
93 (c4x_disassemble): New opcode-list support.
94
c444c2f6
KD
952002-11-16 Klee Dienes <kdienes@apple.com>
96
97 * m88k-dis.c: Include libiberty.h (for xmalloc).
98 (HASHTAB): New type, used to build instruction hash tables.
99 Contains a pointer to an INSTAB and a pointer to the next hash
100 chain entry.
101 (instructions): Move definition from m88k.h; remove initialization
102 of 'next' field.
103 (hashtable): Now an aray of pointer-to-HASHTAB, not INSTAB.
104 (printop): Mark pointer to OPSPEC as const.
105 (install): Remove; fold into init_disasm.
106 (m88kdis): Update to ihashtab_initialized to 1 after calling
107 init_disasm. entry_ptr now iterates through HASHTABs, not
108 INSTABs.
109 (init_disasm): Iterate through the instructions and add to
110 hashtable[].
111
44287f60
SS
1122002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
113
114 * tic4x-dis.c: (c4x_print_op): Add support for the new argument
115 format. Fix bug in 'N' register printer.
116
8b4fa155
AM
1172002-11-12 Segher Boessenkool <segher@koffie.nl>
118
119 * ppc-dis.c (print_insn_powerpc): Correct condition register display.
120
95e172a5
AH
1212002-11-07 Aldy Hernandez <aldyh@redhat.com>
122
123 * ppc-opc.c (EVUIMM_4): Change bit size to 32.
124 (EVUIMM_2): Same.
ced05688 125 (EVUIMM_8): Same.
95e172a5 126
bde78a07
NC
1272002-11-07 Klee Dienes <kdienes@apple.com>
128
129 * Makefile.am (ia64-asmtab.c): Update to use the new '--srcdir'
130 argument to ia64-gen.
131 Regenerate dependencies for ia64-len.lo.
132 * Makefile.in: Regenerate.
133 * ia64-gen.c: Convert to use getopt(). Add the standard GNU
134 options, as well as '--srcdir', which controls the directory in
135 which ia64-gen looks for the sources it uses to generate the
136 output table. Add a 'const' to the declaration of the final
137 output table. Call xmalloc_set_program_name to set the program
138 name.
139 * ia64-asmtab.c: Regenerate.
140
1412002-11-07 Nick Clifton <nickc@redhat.com>
142
143 * ia64-gen.c: Fix comment formatting and compile time warnings.
144 * ia64-opc-a.c: Fix compile time warnings.
145 * ia64-opc-b.c: Likewise.
146 * ia64-opc-d.c: Likewise.
147 * ia64-opc-f.c: Likewise.
148 * ia64-opc-i.c: Likewise.
149 * ia64-opc-m.c: Likewise.
150 * ia64-opc-x.c: Likewise.
151
fe587977
AH
1522002-11-06 Aldy Hernandez <aldyh@redhat.com>
153
154 * opcodes/ppc-opc.c: Change RD to RS for evmerge*.
155
d3c866d1
NC
1562002-10-07 Nathan Tallent <eraxxon@alumni.rice.edu>
157
158 * sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge,
159 fbl, fble, fblg, fbn, fbne, fbnz, fbo, fbu, fbue, fbug, fbuge,
160 fbul, fbule>: Add conditional/unconditional branch
161 classification.
162
ac8c616a
SC
1632002-10-13 Stephane Carrez <stcarrez@nerim.fr>
164
165 * m68hc11-dis.c (print_insn): Treat bitmask and branch operands
166 at the end.
167
9752cf1b
RS
1682002-09-30 Gavin Romig-Koch <gavin@redhat.com>
169 Ken Raeburn <raeburn@cygnus.com>
170 Aldy Hernandez <aldyh@redhat.com>
171 Eric Christopher <echristo@redhat.com>
172 Richard Sandiford <rsandifo@redhat.com>
173
174 * mips-dis.c (print_insn_arg): Handle '[', ']', 'e' and '%'.
175 (mips_isa_type): Handle bfd_mach_mips4120, bfd_mach_mips5400
176 and bfd_mach_mips5500.
177 * mips-opc.c (V1): Include INSN_4111 and INSN_4120.
178 (N411, N412, N5, N54, N55): New convenience defines.
179 (mips_builtin_opcodes): Add vr4120, vr5400 and vr5500 opcodes.
180 Change dmadd16 and madd16 from V1 to N411.
181
3396de36
TS
1822002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
183
184 * mips-dis.c (print_insn_mips): Always allow disassembly of
185 32-bit jalx opcode.
186
1a403964
NC
1872002-09-24 Nick Clifton <nickc@redhat.com>
188
189 * po/de.po: Updated German translation.
190
2d2550d6
AM
1912002-09-21 Alan Modra <amodra@bigpond.net.au>
192
193 * Makefile.am: Run "make dep-am".
194 * Makefile.in: Regenerate.
195 * po/POTFILES.in: Regenerate.
196
0ec499f7
NC
1972002-09-20 Nick Clifton <nickc@redhat.com>
198
199 * ppc-opc.c (CRFD, CRFS): Add PPC_OPERAND_CR flag so that cr
200 register names are accepted.
201
4415b5c2
AM
2022002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
203
204 * tic4x-dis.c: Add function declarations and ATTRIBUTE_UNUSED.
205 Convert functions to K&R format.
206
dde1b132
NC
2072002-09-13 Nick Clifton <nickc@redhat.com>
208
209 * ppc-opc.c (MFDEC2): Include Book-E.
2d2550d6
AM
210 (PPCCHLK64): New opcode mask.
211 (evsubw, evsubiw, evmr, evnot, isellt, iselgt, iseleq, mfpid,
212 mfcsrr0, mfcsrr1, mfdear, mfesr, mfivpr, mfusprg0, mftbl,
213 mftbu, mfpir, mfdbsr, mfdbcr0, mfdbcr1, mfdbcr2, mfiac1,
214 mfiac2, mfiac3, mfiac4, mfdac1, mfdac2, mfdvc1, mfdvc2, mftsr,
215 mftcr, mfivor0, mfivor1, mfivor2, mfivor3, mfivor4, mfivor5,
216 mfivor6, mfivor7, mfivor8, mfivor9, mfivor10, mfivor11,
217 mfivor12, mfivor13, mfivor14, mfivor15, mfbbear, mfmcsrr0,
218 mfmcsrr1, mfmcsr, mtpid, mtdecar, mtcsrr0, mtcsrr1, mtdear,
219 mtesr, mtivpr, mtusprg0, mtsprg4, mtsprg5, mtsprg6, mtsprg7,
220 mtdbsr, mtdbcr0, mtdbcr1, mtdbcr2, mtiac1, mtiac2, mtiac3,
221 mtiac4, mtdac1, mtdac2, mtdvc1, mtdvc2, mttsr, mttcr, mtivor0,
222 mtivor1, mtivor2, mtivor3, mtivor4, mtivor5, mtivor6, mtivor7,
223 mtivor8, mtivor9, mtivor10, mtivor11, mtivor12, mtivor13,
224 mtivor14, mtivor15, mtbbear, mtmcsrr0, mtmcsrr1, mtmcsr): New
225 Book-E instructions.
226 (evfsneg): Fix opcode value.
227 (dcbtstlse, dcbtlse, icblce, dcblce, icbtsle): Use PPCCHLK64
228 mask.
229 (mcrxr64, tlbivaxe, tlbsxe, tlbsxe.): Restrict to 64-bit
230 Book-E.
231 (extsw): Restrict to 64-bit PPC instruction sets.
232 (extsw.): Does not exist in 64-bit Book-E.
233 (powerpc_macro): Remove mftbl, mftbu and mftb Book-E macros as
234 they are no longer needed.
dde1b132 235
9ec878e3
AM
2362002-09-12 Gary Hade <garyhade@us.ibm.com>
237
238 * ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
239
e09f4395
NC
2402002-09-11 Nick Clifton <nickc@redhat.com>
241
242 * po/da.po: Updated Danish translation file.
243
341026c1
NC
2442002-09-04 Nick Clifton <nickc@redhat.com>
245
246 * ppc-opc.c (extsw, extsw.): Do not allow for the BookE32.
247
07dd56a9
NC
2482002-09-04 Nick Clifton <nickc@redhat.com>
249
250 * disassemble.c (disassembler_usage): Add invocation of
251 print_ppc_disassembler_options.
2d2550d6 252 * ppc-dis.c (print_ppc_disassembler_options): New function.
07dd56a9 253
2e32aab9
NC
2542002-09-04 Nick Clifton <nickc@redhat.com>
255
256 * ppc-opc.c: The BookE implementations of the TLBWE and TLBRE
257 instructions do not take any arguments.
258
bf5be082
NC
2592002-09-02 Nick Clifton <nickc@redhat.com>
260
261 * v850-opc.c: Remove redundant references to V850EA architecture.
262
d943fe33
AM
2632002-09-02 Alan Modra <amodra@bigpond.net.au>
264
265 * arc-opc.c: Include bfd.h.
266 (arc_get_opcode_mach): Subtract off base bfd_mach value.
267
53f32ea5
AM
2682002-08-30 Alan Modra <amodra@bigpond.net.au>
269
270 * v850-dis.c (disassemble): Remove bfd_mach_v850ea case.
271
272 * mips-dis.c (_print_insn_mips): Don't use hard-coded mach constants.
273
026df7c5
NC
2742002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
275
276 * configure.in: Added bfd_tic4x_arch.
277 * configure: Regenerate.
278 * Makefile.am: Added tic4x-dis.o target.
279 * Makefile.in: Regenerate.
280
2812002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
282
283 * disassemble.c: Added tic4x target and c4x
284 disassembler routine.
285 * tic4x-dis.c: New file.
286
14899840
NC
2872002-08-16 Christian Groessler <chris@groessler.org>
288
289 * z8k-dis.c (unparse_instr): case CLASS_BA: Designate hex
290 values as those.
291 * z8kgen.c (opt): Fix definition of "in rd,imm16" opcode.
292 * z8k-opc.h: Regenerated with new z8kgen.c.
293
2d2550d6 2942002-08-19 Elena Zannoni <ezannoni@redhat.com>
23976049 295
2d2550d6 296 From matthew green <mrg@redhat.com>
23976049
EZ
297
298 * ppc-dis.c (powerpc_dialect): Support `-m500', `-m500x2' and
299 `-mefs'. Turn off AltiVec for E500 and efs.
300 (print_insn_powerpc): Don't print an AltiVec instruction if the
301 dialect is not efs.
302
303 * ppc-opc.c (insert_pmrn, extract_pmrn, insert_ev2, extract_ev2,
304 insert_ev4, extract_ev4, insert_ev8, extract_ev8): New functions
305 for extracting pmrn/evld/evstd/etc operands.
306 (CRB, CRFD, CRFS, DC, RD): New instruction fields.
307 (CT): Make this equal to RD + 1.
308 (PMRN): New operand.
309 (RA): Update.
310 (EVUIMM, EVUIMM_2, EVUIMM_4, EVUIMM_8): New operands.
311 (WS): Update.
312 (EVSEL, EVSEL_MASK): New instruction form and mask for EVSEL.
313 (ISEL, ISEL_MASK): New instruction form and mask for ISEL.
314 (XISEL, XISEL_MASK): New instruction form and mask for ISEL.
315 (CTX, CTX_MASK): New instruction form and mask for context cache
316 instructions.
317 (UCTX, UCTX_MASK): New instruction form and mask for user context
318 cache instructions.
319 (XC, XC_MASK, XUC, XUC_MASK): New instruction forms.
320 (CLASSIC): New define.
321 (PPCESPE): New define.
322 (PPCISEL, , PPCBRLK, PPCPMR, PPCCHLK, PPCRFMI): New
323 defines for integer select, cache control, branch
324 locking, power management, cache locking and machine check
325 APU instructions, respectively.
326 (efsabs, efsnabs, efsneg, efsadd, efssub, efsmul,
327 efsdiv, efscmpgt, efscmplt, efscmpeq, efststgt, efststlt,
328 efststeq, efscfui, efsctuiz, efscfsi, efscfuf, efscfsf,
2d2550d6 329 efsctui, efsctsi, efsctsiz, efsctuf, efsctsf,
23976049
EZ
330 evaddw, evaddiw, evsubfw, evsubifw, evabs, evneg, evextsb,
331 evextsh, evrndw, evcntlzw, evcntlsw, brinc, evand, evandc, evor,
332 evorc, evxor, eveqv, evnand, evnor, evrlw, evrlwi, evslw, evslwi,
333 evsrws, evsrwu, evsrwis, evsrwiu, evsplati, evsplatfi, evmergehi,
334 evmergelo, evmergehilo, evmergelohi, evcmpgts, evcmpgtu, evcmplts,
335 evcmpltu, evcmpeq, evsel, evldd, evlddx, evldw, evldwx, evldh,
336 evldhx, evlwhe, evlwhex, evlwhou, evlwhoux, evlwhos, evlwhosx,
337 evlwwsplat, evlwwsplatx, evlwhsplat, evlwhsplatx, evlhhesplat,
338 evlhhesplatx, evlhousplat, evlhousplatx, evlhossplat, evlhossplatx,
339 evstdd, evstddx, evstdw, evstdwx, evstdh, evstdhx, evstwwe,
340 evstwwex, evstwwo, evstwwox, evstwhe, evstwhex, evstwho, evstwhox,
341 evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul, evfsdiv,
342 evfscmpgt, evfscmplt, evfscmpeq, evfststgt, evfststlt, evfststeq,
343 evfscfui, evfsctuiz, evfscfsi, evfscfuf, evfscfsf, evfsctui,
344 evfsctsi, evfsctsiz, evfsctuf, evfsctsf, evsabs, evsnabs, evsneg,
345 evsadd, evssub, evsmul, evsdiv, evscmpgt, evsgmplt, evsgmpeq,
346 evststgt, evststlt, evststeq, evscfui, evscfsi, evscfuf, evscfsf,
347 evsctui, evsctuiz, evsctsi, evsctsiz, evsctuf, evsctsf, evmhossf,
348 evmhossfa, evmhosmf, evmhosmfa, evmhosmi, evmhosmia, evmhoumi,
349 evmhoumia, evmhessf, evmhessfa, evmhesmf, evmhesmfa, evmhesmi,
350 evmhesmia, evmheumi, evmheumia, evmhossfaaw, evmhossiaaw,
351 evmhosmfaaw, evmhosmiaaw, evmhousiaaw, evmhoumiaaw, evmhessfaaw,
352 evmhessiaaw, evmhesmfaaw, evmhesmiaaw, evmheusiaaw, evmheumiaaw,
353 evmhossfanw, evmhossianw, evmhosmfanw, evmhosmianw, evmhousianw,
354 evmhoumianw, evmhessfanw, evmhessianw, evmhesmfanw, evmhesmianw,
355 evmheusianw, evmheumianw, evmhogsmfaa, evmhogsmiaa, evmhogumiaa,
356 evmhegsmfaa, evmhegsmiaa, evmhegumiaa, evmhogsmfan, evmhogsmian,
357 evmhogumian, evmhegsmfan, evmhegsmian, evmhegumian, evmwhssf,
358 evmwhssfa, evmwhssfaa, evmwhssmaa, evmwhsmfaa, evmwhsmiaa,
359 evmwhusiaa, evmwhumiaa, evmwhssfan, evmwhssian, evmwhsmfan,
360 evmwhsmian, evmwhusian, evmwhumian, evmwhgssfaa, evmwhgsmfaa,
361 evmwhgsmiaa, evmwhgumiaa, evmwhgssfan, evmwhgsmfan, evmwhgsmian,
362 evmwhgumian, evmwhsmf, evmwhsmfa, evmshsmi, evmshsmia, evmshumi,
363 evmshumia, evmmlssf, evmmlssfa, evmwlsmf, evmwlsmfa, evmwlumi,
364 evmwlumia, evmwlssfaaw, evmwlssiaaw, evmwlsmfaaw, evmwlsmiaaw,
365 evmwlusiaaw, evmwlumiaaw, evmwissfanw, evmwissianw, evmwlsmfanw,
366 evmwlsmianw, evmwlusianw, evmwlumianw, evmwssf, evmwssfa,
367 evmwsmf, evmwsmfa, evmwsmi, evmwsmia, evmwumi, evmwumia,
368 evmwssfaa, evmwsmfaa, evmwsmiaa, evmwumiaa, evmwssfan, evmwsmfan,
369 evmwsmian, evmwumian, evaddssiaaw, evaddsmiaaw, evaddusiaaw,
370 evaddumiaaw, evsubfssiaaw, evsubfsmiaaw, evsubfusiaaw,
371 evsubfumiaaw, evmra, evdivws, evdivws): New e500x2 Core Complex
372 instructions.
373 (rfmci): New machine check APU instruction.
374 (isel): New integer select APU instructino.
375 (icbtls, icbtlse, icblc, icblce, dcbtls, dcbtlse, dcbtstls,
376 dcbtstlse, dcblc, dcblce): New cache control APU instructions.
377 (mtspefscr, mfspefscr): New instructions.
378 (mfpmr, mtpmr): New performance monitor APU instructions.
379 (savecontext): New context cache APU instructions.
380 (bblels, bbelr): New branch locking APU instructions.
381 (bblels, bbelr): New instructions.
382 (mftbl, mftbu, mftb): Set as CLASSIC instructions. Add BOOKE alias.
383
7eccd7f6
SC
3842002-08-13 Stephane Carrez <stcarrez@nerim.fr>
385
386 * m68hc11-opc.c: Update call operand to accept the page definition.
387 Identify instructions that are branches and calls to generate a
388 RL_JUMP relocation.
389
f07534f6
SC
3902002-08-13 Stephane Carrez <stcarrez@nerim.fr>
391
392 * m68hc11-dis.c (print_insn): Take into account 68HC12 memory
393 banks and fix disassembling of call instruction.
394 (print_indexed_operand): New param to tell whether
395 it was an indirect addressing operand (for disassembling call).
396
2b692c59
NC
3972002-08-09 Nick Clifton <nickc@redhat.com>
398
399 * po/sv.po: Updated Swedish translation.
400
0c11417f
MR
4012002-08-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
402
403 * mips-opc.c (mips_builtin_opcodes): Remove "dla" and "la" as
404 aliases to "daddiu" and "addiu".
405
83e1617e
NC
4062002-07-30 Nick Clifton <nickc@redhat.com>
407
408 * po/sv.po: Updated Swedish translation.
409
219576a4
NC
4102002-07-25 Nick Clifton <nickc@redhat.com>
411
412 * po/sv.po: Updated Swedish translation.
413 * po/es.po: Updated Spanish translation.
414 * po/pr_BR.po: Updated Brazilian Portuguese translation.
415 * po/tr.po: Updated Turkish translation.
416 * po/fr.po: Updated French translation.
417
ff3063f5
NC
4182002-07-24 Nick Clifton <nickc@redhat.com>
419
420 * po/sv.po: Updated Swedish translation.
421 * po/es.po: Updated Spanish translation.
422 * po/pr_BR.po: Updated Brazilian Portuguese translation.
423
8c3bb577
AM
4242002-07-23 Alan Modra <amodra@bigpond.net.au>
425
426 * Makefile.am: Run "make dep-am".
427 * Makefile.in: Regenerate.
428 * po/POTFILES.in: Regenerate.
429
0461a601
NC
4302002-07-23 Nick Clifton <nickc@redhat.com>
431
ff3063f5
NC
432 * po/fr.po: Updated French translation.
433 * po/pr_BR.po: New Brazilian Portuguese translation.
434 * po/id.po: Updated Indonesian translation.
0461a601
NC
435 * configure.in (LINGUAS): Add pr_BR.
436 * configure: Regenerate.
437
a40cbfa3
NC
4382002-07-18 Denis Chertykov <denisc@overta.ru>
439 Frank Ch. Eigler <fche@redhat.com>
440 Alan Lehotsky <alehotsky@cygnus.com>
441 matthew green <mrg@redhat.com>
442
443 * configure.in: Add support for ip2k.
444 * configure: Regenerate.
445 * Makefile.am: Add support for ip2k.
446 * Makefile.in: Regenerate.
447 * disassemble.c: Add support for ip2k.
448 * ip2k-asm.c: New generated file.
449 * ip2k-desc.c: New generated file.
450 * ip2k-desc.h: New generated file.
451 * ip2k-dis.c: New generated file.
452 * ip2k-ibld.c: New generated file.
453 * ip2k-opc.c: New generated file.
454 * ip2k-opc.h: New generated file.
455
ae66e5d7
L
4562002-07-17 David Mosberger <davidm@hpl.hp.com>
457
458 * ia64-opc-b.c (bWhc): New macro.
459 (mWhc): Ditto.
460 (OpPaWhcD): Ditto.
461 (ia64_opcodes_b): Correct patterns for indirect call
462 instructions to use 3-bit "wh" field.
463 * ia64-asmtab.c: Regnerate.
464
aec421e0
TS
4652002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
466
467 * mips-dis.c (mips_isa_type): Add MIPS16 insn handling.
468 * mips-opc.c (I16): New define.
469 (mips_builtin_opcodes): Make jalx an I16 insn.
470
fd3c93d5
DB
4712002-06-18 Dave Brolley <brolley@redhat.com>
472
473 * po/POTFILES.in: Add frv-*.[ch].
474 * disassemble.c (ARCH_frv): New macro.
475 (disassembler): Handle bfd_arch_frv.
476 * configure.in: Support frv_bfd_arch.
477 * Makefile.am (HFILES): Add frv-*.h.
478 (CFILES): Add frv-*.c
479 (ALL_MACHINES): Add frv-*.lo.
480 (CLEANFILES): Add stamp-frv.
481 (FRV_DEPS): New variable.
482 (stamp-frv): New target.
483 (frv-asm.lo): New target.
484 (frv-desc.lo): New target.
485 (frv-dis.lo): New target.
486 (frv-ibld.lo): New target.
487 (frv-opc.lo): New target.
488 (frv-*.[ch]): New files.
489
bc98a631
BE
4902002-06-18 Ben Elliston <bje@redhat.com>
491
492 * Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.
493 * Makefile.in: Regenerate.
494
56da5fed
AM
4952002-06-08 Alan Modra <amodra@bigpond.net.au>
496
497 * a29k-dis.c: Replace CONST with const.
498 * h8300-dis.c: Likewise.
499 * m68k-dis.c: Likewise.
500 * or32-dis.c: Likewise.
501 * sparc-dis.c: Likewise.
502
5b0e55b6
JT
5032002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
504
505 * configure.in: Add "sh5*-*" to list of targets which include
506 sh64 support.
507 * configure: Regenerate.
508
154bce22
CD
5092002-05-31 Chris G. Demetriou <cgd@broadcom.com>
510
511 * mips-opc.c: Clean up a few whitespace issues, and sort a
512 few entries understanding that 'x' follows 'w' in the alphabet.
2d2550d6 513
107c6e1a 5142002-05-31 Chris G. Demetriou <cgd@broadcom.com>
2d2550d6 515 Ed Satterthwaite <ehs@broadcom.com>
107c6e1a
CD
516
517 * mips-opc.c: Add support for SB-1 MDMX subset and extensions.
518
194b5210
AM
5192002-05-31 Alan Modra <amodra@bigpond.net.au>
520
521 * Makefile.am: Run "make dep-am".
522 * Makefile.in: Regenerate.
523 * po/POTFILES.in: Regenerate.
524
deec1734 5252002-05-30 Chris G. Demetriou <cgd@broadcom.com>
2d2550d6 526 Ed Satterthwaite <ehs@broadcom.com>
deec1734
CD
527
528 * mips-dis.c (print_insn_arg): Add support for 'O', 'Q', 'X', 'Y',
529 and 'Z' formats, for MDMX.
2d2550d6 530 (mips_isa_type): Add MDMX instructions to the ISA
deec1734
CD
531 bit mask for bfd_mach_mipsisa64.
532 * mips-opc.c: Add support for MDMX instructions.
533 (MX): New definition.
534
535 * mips-dis.c: Update copyright years to include 2002.
536
c2012993
TR
5372002-05-30 Diego Novillo <dnovillo@redhat.com>
538
539 * d10v-opc.c (d10v_opcodes): `btsti' does not modify its
2d2550d6 540 arguments.
c2012993 541
d172d4ba
NC
5422002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
543
544 * configure.in: Add DLX configuraton support.
545 * configure: Regenerate.
546 * Makefile.am: Add DLX configuraton support.
547 * Makefile.in: Regenerate.
548 * disassemble.c: Add DLX support.
549 * dlx-dis.c: New file.
550
19f33eee
AM
5512002-05-25 Alan Modra <amodra@bigpond.net.au>
552
553 * Makefile.am (sh-dis.lo): Don't put make commands in deps.
554 * Makefile.in: Regenerate.
555 * arc-dis.c: Use #include "" instead of <> for local header files.
556 * m68k-dis.c: Likewise.
557
219576a4 5582002-05-22 J"orn Rennecke <joern.rennecke@superh.com>
9ccc8931
JR
559
560 * Makefile.am (sh-dis.lo): Compile with @archdefs@.
561 * Makefile.in: regenerate.
426e6456
JR
562
563 * sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4
564 for disassembly.
565
771c7ce4
TS
5662002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
567
568 * mips-opc.c (mips_builtin_opcodes): Add drol, dror macros.
569
219576a4 5702002-05-17 J"orn Rennecke <joern.rennecke@superh.com>
1c509ca8
JR
571
572 * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh.
573 * sh-dis.c (LITTLE_BIT): Delete.
574 (print_insn_sh, print_insn_shl): Deleted.
575 (print_insn_shx): Renamed to
576 (print_insn_sh). No longer static. Handle SHmedia instructions.
577 Use info->endian to determine endianness.
578 * sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete.
579 (print_insn_sh64x): No longer static. Renamed to
580 (print_insn_sh64). Removed pfun_compact and endian arguments.
581 If we got an uneven address to indicate SHmedia, adjust it.
582 Return -2 for SHcompact instructions.
583
81172ff2
AM
5842002-05-17 Alan Modra <amodra@bigpond.net.au>
585
586 * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
587 * configure.in: Invoke AM_INSTALL_LIBBFD.
588 * Makefile.am (install-data-local): Move to..
589 (install_libopcodes): .. New target.
590 (uninstall_libopcodes): Likewise.
591 (install-bfdlibLTLIBRARIES): Likewise.
592 (uninstall-bfdlibLTLIBRARIES): Likewise.
593 (bfdlibdir): New.
594 (bfdincludedir): New.
595 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
596 * aclocal.m4: Regenerate.
597 * configure: Regenerate.
598 * Makefile.in: Regenerate.
599
a978a3e5
NC
6002002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
601
602 * fr30-asm.c: Regenerate.
603 * fr30-desc.c: Regenerate.
604 * fr30-dis.c: Regenerate.
605 * m32r-asm.c: Regenerate.
606 * m32r-desc.c: Regenerate.
607 * m32r-dis.c: Regenerate.
608 * openrisc-asm.c: Regenerate.
609 * openrisc-desc.c: Regenerate.
610 * openrisc-dis.c: Regenerate.
611 * xstormy16-asm.c: Regenerate.
612 * xstormy16-desc.c: Regenerate.
613 * xstormy16-dis.c: Regenerate.
614
563773fe
TS
6152002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
616
617 * mips-dis.c (is_newabi): EABI is not a NewABI.
618
942e7dd9
JT
6192002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
620
621 * configure.in (shle-*-*elf*): Include sh64 support.
622 * configure: Regenerate.
623
d85cdfab
JT
6242002-04-28 Jason Thorpe <thorpej@wasabisystems.com>
625
626 * vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode.
627 (print_insn_mode): Print some basic info about floating point values.
628
c1a34e60
AM
6292002-05-09 Anton Blanchard <anton@samba.org>
630
631 * ppc-opc.c: Add "tlbiel" for POWER4.
632
748f46d4
GH
6332002-05-07 Graydon Hoare <graydon@redhat.com>
634
2d2550d6 635 * cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather
748f46d4
GH
636 than just most-recently-opened.
637
7d4a12d2
AM
6382002-05-01 Alan Modra <amodra@bigpond.net.au>
639
640 * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.
641
3c25c5f6
NC
6422002-04-24 Christian Groessler <chris@groessler.org>
643
644 * z8k-dis.c (print_insn_z8k): Set disassemble_info to 2
645 bytes_per_chunk, 6 bytes_per_line for nicer display of the hex
646 codes.
647 (z8k_lookup_instr): CLASS_IGNORE case added.
648 (output_instr): Don't print hex codes, they are already
649 printed.
650 (unpack_instr): ARG_NIM4 case added. ARG_NIM8 case
651 fixed. Support CLASS_BIT_1OR2 and CLASS_IGNORE cases.
652 (unparse_instr): Fix base and indexed addressing disassembly:
653 The index is inside the brackets.
654 * z8kgen.c (gas): Add ARG_NIM4 and CLASS_IGNORE defines.
655 (opt): Fix shift left/right arithmetic/logical byte defines:
656 The high byte of the immediate word is ignored by the
657 processor.
658 Fix n parameter of ldm opcodes: The opcode contains (n-1).
659 (args): Fix "n" entry.
660 (toks): Add "nim4" and "iiii" entries.
661 * z8k-opc.h: Regenerated with new z8kgen.c.
662
c6ed57bd
NC
6632002-04-24 Nick Clifton <nickc@cambridge.redhat.com>
664
665 * po/id.po: New Indonesian translation.
666 * configure.in (ALL_LIGUAS): Add id.po
667 * configure: Regenerate.
668
eb0fdfed
MG
6692002-04-17 matthew green <mrg@redhat.com>
670
671 * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
672
82674a1f
AM
6732002-04-04 Alan Modra <amodra@bigpond.net.au>
674
675 * dep-in.sed: Cope with absolute paths.
676 * Makefile.am (dep.sed): Subst TOPDIR.
677 Run "make dep-am".
678 * Makefile.in: Regenerate.
679 * ppc-opc.c: Whitespace.
680 * s390-dis.c: Fix copyright date.
681
294b41b3
MG
6822002-03-23 matthew green <mrg@redhat.com>
683
684 * ppc-opc.c (vmaddfp): Fix operand order.
685
71b21050
AM
6862002-03-21 Alan Modra <amodra@bigpond.net.au>
687
688 * Makefile.am: Run "make dep-am".
689 * Makefile.in: Regenerate.
690
5ae2e65e
AM
6912002-03-21 Anton Blanchard <anton@samba.org>
692
693 * ppc-opc.c: Add optional field to mtmsrd.
694 (MTMSRD_L, XRLARB_MASK): Define.
695
219576a4 6962002-03-18 Jan Hubicka <jh@suse.cz>
c1a64871
JH
697
698 * i386-dis.c (prefix_name): Fix handling of 32bit address prefix
699 in 64bit mode.
700 (print_insn) Likewise.
701 (putop): Fix handling of 'E'
702 (OP_E, OP_OFF): handle 32bit addressing mode in 64bit.
703 (ptr_reg): Likewise.
704
a1c259a1
NC
7052002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
706
707 * po/fr.po: Updated version.
708
44426910
CD
7092002-03-16 Chris Demetriou <cgd@broadcom.com>
710
711 * mips-opc.c (M3D): Tweak comment.
712 (mips_builtin_op): Add comment indicating that opcodes of the
713 same name must be placed together in the table, and sort
714 the "recip.fmt", "recip1.fmt", "recip2.fmt", "rsqrt.fmt",
715 "rsqrt1.fmt", and "rsqrt2.fmt" opcodes by name.
716
43079f18
NC
7172002-03-16 Nick Clifton <nickc@cambridge.redhat.com>
718
719 * Makefile.am: Tidy up sh64 rules.
2d2550d6 720 * Makefile.in: Regenerate.
43079f18 721
82f6ea4a
CD
7222002-03-15 Chris G. Demetriou <cgd@broadcom.com>
723
724 * mips-dis.c: Update copyright years.
725
1f25f5d3
CD
7262002-03-15 Chris G. Demetriou <cgd@broadcom.com>
727
728 * mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA
729 bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add
730 comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that
731 indicate that they should dissassemble all applicable
732 MIPS-specified ASEs.
733 * mips-opc.c: Add support for MIPS-3D instructions.
734 (M3D): New definition.
735
736 * mips-opc.c: Update copyright years.
737
ff8a5556
CD
7382002-03-15 Chris G. Demetriou <cgd@broadcom.com>
739
740 * mips-opc.c (mips_builtin_opcodes): Sort bc<N> opcodes by name.
741
4c563ebf
CD
7422002-03-15 Chris Demetriou <cgd@broadcom.com>
743
744 * mips-dis.c (is_newabi): Fix ABI decoding.
745
eb7b56d0
CD
7462002-03-14 Chris G. Demetriou <cgd@broadcom.com>
747
748 * mips-dis.c (mips_isa_type): Fix formatting of bfd_mach_mipsisa32
749 and bfd_mach_mipsisa64 cases to match the rest.
750
9ce88e60
NC
7512002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
752
753 * po/fr.po: Updated version.
754
98acc1c5
AM
7552002-03-13 Alan Modra <amodra@bigpond.net.au>
756
757 * ppc-opc.c: Add optional `L' field to tlbie.
758 (XRTLRA_MASK): Define.
759
aa084229
CD
7602002-03-06 Chris Demetriou <cgd@broadcom.com>
761
762 * mips-opc.c (mips_builtin_opcodes): Mark "pref" as being
763 present on I4.
764
765 * mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps".
766
84dd1cff
AM
7672002-03-05 Paul Koning <pkoning@equallogic.com>
768
769 * pdp11-opc.c: Fix "mark" operand type. Fix operand types
770 for float opcodes that take float operands. Add alternate
771 names (xxxD vs. xxxF) for float opcodes.
772 * pdp11-dis.c (print_operand): Clean up formatting for mode 67.
773 (print_foperand): New function to handle float opcode operands.
774 (print_insn_pdp11): Use print_foperand to disassemble float ops.
775
ef412327
NC
7762002-02-27 Nick Clifton <nickc@cambridge.redhat.com>
777
778 * po/de.po: Updated.
779
263de010
NC
7802002-02-26 Brian Gaeke <brg@dgate.org>
781
782 * Makefile.am (install-data-local): Install dis-asm.h.
783
fe41178f
NC
7842002-02-26 Nick Clifton <nickc@cambridge.redhat.com>
785
786 * configure.in (LINGUAS): Add de.po.
787 * configure: Regenerate.
788 * po/de.po: New file.
789
94efba12
AM
7902002-02-25 Alan Modra <amodra@bigpond.net.au>
791
792 * ppc-dis.c (powerpc_dialect): Handle power4 option.
793 * ppc-opc.c (insert_bdm): Correct description of "at" branch
794 hints. Test PPC_OPCODE_POWER4 to determine branch hint flavour.
795 (extract_bdm, insert_bdp, extract_bdp, valid_bo): Likewise.
796 (BOFM64, BOFP64, BOTM64, BOFP64): Rename to BOFM4, BOFP4 etc.
797 (BODNZM64, BODNZP64, BODZM64, BODZP64): Likewise.
798 (PPCCOM32, PPCCOM64): Delete.
799 (NOPOWER4, POWER4): Define.
800 (powerpc_opcodes): Replace occurences of PPCCOM32 with NOPOWER4,
801 and PPCCOM4 with POWER4 so that "at" style branch hint opcodes
802 are enabled for power4 rather than ppc64.
803
ff3a6ee3
TR
8042002-02-20 Tom Rix <trix@redhat.com>
805
56da5fed 806 * ppc-opc.c (powerpc_operands): Add WS field. Use for tlbre, tlbwe.
ff3a6ee3 807
45b38a80
MS
8082002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
809
810 * s390-dis.c (init_disasm): Use renamed architecture defines.
811
9a0ccb24
MG
8122002-02-19 matthew green <mrg@redhat.com>
813
814 * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
815 specific.
816
6ad738c5
NC
8172002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
818
819 * po/tr.po: Updated translation.
820
8bf7d691
RH
8212002-02-15 Richard Henderson <rth@redhat.com>
822
823 * alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo
824 disassembly mask.
825
fa024f00
RH
8262002-02-15 Richard Henderson <rth@redhat.com>
827
828 * alpha-opc.c (alpha_opcodes): Add simple pseudos for
829 lda, ldah, jmp, ret.
830
9694d6b2
NC
8312002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
832
833 * po/da.po: Updated translation.
834
d7de8249
GH
8352002-02-12 Graydon Hoare <graydon@redhat.com>
836
837 * cgen-asm.in (parse_insn_normal): Change call from
2d2550d6 838 @arch@_cgen_parse_operand to cd->parse_operand, to
d7de8249 839 facilitate CGEN_ASM_INIT_HOOK doing useful work.
2d2550d6 840
56930d37
AO
8412002-02-11 Alexandre Oliva <aoliva@redhat.com>
842
843 * sparc-dis.c (print_insn_sparc): Make sure 0xFFFFFFFF is not
844 sign-extended.
845
2c73f9d8
AM
8462002-02-11 Alan Modra <amodra@bigpond.net.au>
847
848 * Makefile.am: "make dep-am".
849 * Makefile.in: Regenerate.
850 * aclocal.m4: Regenerate.
851 * config.in: Regenerate.
852 * configure: Regenerate.
853
ca0f2ed6
HPN
8542002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
855
856 * configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64
857 support only for sh-*-*elf*, shl-*-*elf*, sh-*-linux* and
858 shl-*-linux*.
859 * configure: Regenerate.
860
34b0f91d
DJ
8612002-02-10 Daniel Jacobowitz <drow@mvista.com>
862
863 * cgen-dis.c: Add prototypes for count_decodable_bits
864 and add_insn_to_hash_chain.
865
e8b872bb
AO
8662002-02-08 Alexandre Oliva <aoliva@redhat.com>
867
868 * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
869 * configure: Rebuilt.
870
5e37cc46
NC
8712002-02-08 Ivan Guzvinec <ivang@opencores.org>
872
873 * or32-opc.c: Fix compile time warning messages.
874 * or32-dis.c: Fix compile time warning messages.
875
d28847ce
AO
8762002-02-08 Alexandre Oliva <aoliva@redhat.com>
877
878 Contribute sh64-elf.
879 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
880 * sh64-opc.c: Regenerate.
881 2001-03-13 DJ Delorie <dj@redhat.com>
882 * sh64-opc.h: Rename A_RESV_Fx to A_REUSE_PREV so that its
883 purpose is more obvious.
884 * sh64-opc.c (shmedia_table): Ditto.
885 * sh64-dis.c (initialize_shmedia_opcode_mask_table): Ditto.
886 (print_insn_shmedia): Ditto.
887 2001-03-12 DJ Delorie <dj@redhat.com>
888 * sh64-opc.c: Adjust comments to reflect reality: replace bits
889 3:0 with zeros (not "reserved"), replace "rrrrrr" with
890 "gggggg" for two-operand floating point opcodes. Remove
891 "fsina".
892 2001-01-08 Hans-Peter Nilsson <hpn@cygnus.com>
893 * sh64-dis.c (print_insn_shmedia) <failing read_memory_func>:
894 Correct printing of .byte:s. Return number of printed bytes or
895 -1; never 0.
896 (print_insn_sh64x) <not CRT_SH5_ISA16>: Ditto. Print as .byte:s
897 to next four-byte-alignment if insn or data is not aligned.
898 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
899 * sh64-dis.c: Update comments and fix comment formatting.
900 (initialize_shmedia_opcode_mask_table) <case A_IMMM>:
901 Abort instead of setting length to 0.
902 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
903 crange_bsearch_cmpl, sh64_get_contents_type,
904 sh64_address_in_cranges): Move to bfd/elf32-sh64.c.
905 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
906 * sh64-opc.c: Remove #if 0:d entries for instructions not found in
907 SH-5/ST50-023-04: fcosa.s, fsrra.s and prefo.
908 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
909 * sh64-dis.c (print_insn_shmedia): Display MOVI/SHORI-formed
910 address with same prefix as SHcompact.
911 In the disassembler, use a .cranges section for linked executables.
912 * sh64-dis.c (SAVED_MOVI_R, SAVED_MOVI_IMM): Move to head of file
913 and update for using structure in info->private_data.
914 (struct sh64_disassemble_info): New.
915 (is_shmedia_p): Delete.
916 (crange_qsort_cmpb): New function.
917 (crange_qsort_cmpl, crange_bsearch_cmpb): New functions.
918 (crange_bsearch_cmpl, sh64_address_in_cranges): New functions.
919 (init_sh64_disasm_info, sh64_get_contents_type_disasm): New functions.
920 (sh64_get_contents_type, sh64_address_is_shmedia): New functions.
921 (print_insn_shmedia): Correct displaying of address after MOVI/SHORI
922 pair. Display addresses for linked executables only.
923 (print_insn_sh64x_media): Initialize info->private_data by calling
924 init_sh64_disasm_info.
925 (print_insn_sh64x): Ditto. Find out type of contents by calling
926 sh64_contents_type_disasm. Display data regions using ".long" and
927 ".byte" similar to unrecognized opcodes.
928 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
929 * sh64-dis.c (is_shmedia_p): Check info->section and look for ISA
930 information in section flags before considering symbols. Don't
931 assume an info->mach setting of bfd_mach_sh5 means SHmedia code.
932 * configure.in (bfd_sh_arch): Check presence of sh64 insns by
933 matching $target $canon_targets instead of looking at the
934 now-removed -DINCLUDE_SHMEDIA in $targ_cflags.
935 * configure: Regenerate.
936 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
937 * sh64-opc.c (shmedia_creg_table): New.
938 * sh64-opc.h (shmedia_creg_info): New type.
939 (shmedia_creg_table): Declare.
940 * sh64-dis.c (creg_name): New function.
941 (print_insn_shmedia): Use it.
942 * disassemble.c (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map
943 bfd_mach_sh5 to print_insn_sh64 if big-endian and to
944 print_insn_sh64l if little-endian.
945 * sh64-dis.c (print_insn_shmedia): Make r unsigned.
946 (print_insn_sh64l): New.
947 (print_insn_sh64x): New.
948 (print_insn_sh64x_media): New.
949 (print_insn_sh64): Break out code to print_insn_sh64x and
950 print_insn_sh64x_media.
951 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
952 * sh64-opc.h: New file
953 * sh64-opc.c: New file
954 * sh64-dis.c: New file
955 * Makefile.am: Add sh64 targets.
956 (HFILES): Add sh64-opc.h.
957 (CFILES): Add sh64-opc.c and sh64-dis.c.
958 (ALL_MACHINES): Add sh64 files.
959 * Makefile.in: Regenerate.
960 * configure.in: Add support for sh64 to bfd_sh_arch.
961 * configure: Regenerate.
962 * disassemble.c [ARCH_all] (INCLUDE_SHMEDIA): Define.
963 (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map bfd_mach_sh5 to
964 print_insn_sh64.
965 * sh-dis.c (print_insn_shx): Handle bfd_mach_sh5 as arch_sh4.
966 * po/POTFILES.in: Regenerate.
967 * po/opcodes.pot: Regenerate.
968
cadaa522
FCE
9692002-02-04 Frank Ch. Eigler <fche@redhat.com>
970
971 * cgen-dis.in (print_insn_@arch@): Support disassemble_info.insn_sets.
972
0b3301c3
AO
9732002-02-04 Alexandre Oliva <aoliva@redhat.com>
974
975 * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
976
ba323545
AM
9772002-02-01 Alan Modra <amodra@bigpond.net.au>
978
979 * Makefile.am: Run "make dep-am"
980 * Makefile.in: Regenerate.
981
3b16e843
NC
9822002-01-31 Ivan Guzvinec <ivang@opencores.org>
983
984 * or32-dis.c: New file.
985 * or32-opc.c: New file.
986 * configure.in: Add support for or32.
987 * configure: Regenerate.
988 * Makefile.am: Add support for or32.
989 * Makefile.in: Regenerate.
990 * disassemble.c: Add support for or32.
991 * po/POTFILES.in: Regenerate.
992 * po/opcodes.pot: Regenerate.
993
4867be41
DJ
9942002-01-27 Daniel Jacobowitz <drow@mvista.com>
995
996 * configure: Regenerated.
997
fdfd5c7a
NC
9982002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
999
1000 * po/fr.po: Updated version.
1001
1ddbd152
NC
10022002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1003
1004 * po/es.po: Updated version.
1005
0e5aca4e
NC
10062002-01-24 Nick Clifton <nickc@cambridge.redhat.com>
1007
1008 * po/da.po: New version.
1009
d0de3026
NC
10102002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1011
1012 * po/da.po: New file: Spanish translation.
1013 * configure.in (ALL_LINGUAS): Add da.
1014 * configure: Regenerate.
1015
9a2e995d
GH
10162002-01-22 Graydon Hoare <graydon@redhat.com>
1017
1018 * fr30-asm.c: Regenerate.
1019 * fr30-desc.c: Likewise.
1020 * fr30-desc.h: Likewise.
1021 * fr30-dis.c: Likewise.
1022 * fr30-ibld.c: Likewise.
1023 * fr30-opc.c: Likewise.
1024 * fr30-opc.h: Likewise.
1025 * m32r-asm.c: Likewise.
1026 * m32r-desc.c: Likewise.
1027 * m32r-desc.h: Likewise.
1028 * m32r-dis.c: Likewise.
1029 * m32r-ibld.c: Likewise.
1030 * m32r-opc.c: Likewise.
1031 * m32r-opc.h: Likewise.
1032 * m32r-opinst.c: Likewise.
1033 * openrisc-asm.c: Likewise.
1034 * openrisc-desc.c: Likewise.
1035 * openrisc-desc.h: Likewise.
1036 * openrisc-dis.c: Likewise.
1037 * openrisc-ibld.c: Likewise.
1038 * openrisc-opc.c: Likewise.
1039 * openrisc-opc.h: Likewise.
1040 * xstormy16-desc.c: Likewise.
1041
98c02720
RH
10422002-01-22 Richard Henderson <rth@redhat.com>
1043
1044 * alpha-dis.c (print_insn_alpha): Also mask the base opcode for
1045 comparison.
1046
c46f0c34
AM
10472002-01-22 Alan Modra <amodra@bigpond.net.au>
1048
1049 * Makefile.am: Run "make dep-am".
1050 * Makefile.in: Regenerate.
1051 * opcodes/po/POTFILES.in: Regenerate.
1052
a2fc1b1f
RE
10532002-01-19 Richard Earnshaw <rearnsha@arm.com>
1054
1055 * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.
1056 * arm-dis.c (print_insn_arm): Don't handle 'h' case.
1057
395213c8
RE
10582002-01-18 Keith Walker <keith.walker@arm.com>
1059
1060 * arm-opc.h (arm_opcodes): Add bxj instruction.
1061
328577ad
NC
10622002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1063
1064 * po/opcodes.pot: Regenerate.
1065 * po/fr.po: Regenerate.
1066 * po/sv.po: Regenerate.
1067 * po/tr.po: Regenerate.
1068
af3ae48d
NC
10692002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1070
1071 * po/tr.po: Import new version.
1072
a660f11e
RE
10732002-01-15 Richard Earnshaw <rearnsha@arm.com>
1074
1075 * arm-opc.h (arm_opcodes): Add patterns for VFP instructions.
1076 * arm-dis.c (print_insn_arm): Support new disassembly qualifiers for
1077 VFP bitfields.
1078
1951c6f7
MG
10792002-01-10 matthew green <mrg@redhat.com>
1080
1081 * xstormy16-asm.c: Regenerate.
1082 * xstormy16-desc.c: Likewise.
1083 * xstormy16-desc.h: Likewise.
1084 * xstormy16-dis.c: Likewise.
1085 * xstormy16-opc.c: Likewise.
1086 * xstormy16-opc.h: Likewise.
1087
be2d1673
NC
10882002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1089
1090 * po/es.po: New file: Spanish translation.
1091 * configure.in (ALL_LINGUAS): Add es.
1092 * configure: Regenerate.
1093
10942001-12-31 Jeffrey A Law (law@redhat.com)
8ef42b29
JL
1095
1096 * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,
1097 'X', 'M', and 'A'. No longer emit a space after 'x' or 's'.
1098 Always emit a space after 'H'.
1099
1cbbfaf9
MG
11002001-12-18 matthew green <mrg@redhat.com>
1101
1102 * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
1103
c2274b27
RH
11042001-12-17 Richard Henderson <rth@redhat.com>
1105
1106 * alpha-opc.c (unop): Encode with RB as $sp.
1107
93fbbb04
GK
11082001-12-07 Geoffrey Keating <geoffk@redhat.com>
1109
1110 * Makefile.am: Add support for xstormy16.
1111 * Makefile.in: Regenerate.
1112 * configure.in: Add support for xstormy16.
1113 * configure: Regenerate.
1114 * disassemble.c: Add support for xstormy16.
1115 * xstormy16-asm.c: New generated file.
1116 * xstormy16-desc.c: New generated file.
1117 * xstormy16-desc.h: New generated file.
1118 * xstormy16-dis.c: New generated file.
1119 * xstormy16-ibld.c: New generated file.
1120 * xstormy16-opc.c: New generated file.
1121 * xstormy16-opc.h: New generated file.
1122
3793abc3
RH
11232001-12-06 Richard Henderson <rth@redhat.com>
1124
1125 * alpha-opc.c (alpha_opcodes): Add wh64en.
1126
41852a32
AO
11272001-12-04 Alexandre Oliva <aoliva@redhat.com>
1128
96f27b6c
AO
1129 * d10v-opc.c (d10v_predefined_registers): Remove warnings
1130 introduced in Nov 29's patch.
1131
373efcb3
AO
1132 * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of
1133 unmatched register.
1134
d1267250
AO
1135 * d10v-dis.c (print_operand): Disregard OPERAND_SP in register
1136 predefined value.
1137
41852a32
AO
1138 * d10v-opc.c (RSRC_NOSP): New macro.
1139 (d10v_operands): Add it.
1140 (d10v_opcodes): Use RSRC_NOSP in post-decrement "st" and "st2w".
1141
e21c4a1c
AO
11422001-11-29 Alexandre Oliva <aoliva@redhat.com>
1143
1144 * d10v-opc.c (d10v_predefined_registers): Mark `sp' as OPERAND_SP.
1145 (RSRC_SP): New macro.
1146 (d10v_operands): Add it.
1147 (d10v_opcodes): Adjust "st" and "st2w" to use RSRC_SP.
1148
c6843df5
AM
11492001-11-23 Lars Brinkhoff <lars@nocrew.org>
1150
1151 * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions.
1152 Also, break out of the loop as soon as an instruction has been
1153 printed.
1154
473d3293
MG
11552001-11-17 matthew green <mrg@redhat.com>
1156
1157 * ppc-opc.c (mfvrsave, mtvrsave): New instructions.
1158
802a735e
AM
11592001-11-15 Alan Modra <amodra@bigpond.net.au>
1160
c86380b5
AM
1161 * po/POTFILES.in: Regenerate.
1162
802a735e
AM
1163 * ppc-opc.c (PPC64): Revert 2001-10-12. Do include PPC_OPCODE_PPC.
1164 (insert_bat, extract_bat, insert_bba, extract_bba,
1165 insert_bd, extract_bd, insert_bdm, extract_bdm,
1166 insert_bdp, extract_bdp, valid_bo,
1167 insert_bo, extract_bo, insert_boe, extract_boe,
1168 insert_ds, extract_ds, insert_de, extract_de,
1169 insert_des, extract_des, insert_li, extract_li,
1170 insert_mbe, extract_mbe, insert_mb6, extract_mb6,
1171 insert_nb, extract_nb, insert_nsi, extract_nsi,
1172 insert_ral, insert_ram, insert_ras,
1173 insert_rbs, extract_rbs, insert_sh6, extract_sh6,
1174 insert_spr, extract_spr, insert_tbr, extract_tbr): Add dialect param.
1175 (extract_bd, extract_bdm, extract_bdp,
1176 extract_ds, extract_des,
1177 extract_li, extract_nsi): Implement sign extension without conditional.
1178 (insert_bdm, extract_bdm,
1179 insert_bdp, extract_bdp, valid_bo): Handle 64 bit branch hints.
1180 (extract_bdm, extract_bdp): Correct 32 bit validation.
1181 (AT1_MASK, AT2_MASK): Define.
1182 (BBOAT_MASK): Define.
1183 (BBOATCB_MASK, BBOAT2CB_MASK, BBOATBI_MASK): Define.
1184 (BOFM64, BOFP64, BOTM64, BOTP64): Define.
1185 (BODNZM64, BODNZP64, BODZM64, BODZP64): Define.
1186 (PPCCOM32, PPCCOM64): Define.
1187 (powerpc_opcodes): Modify existing 32 bit insns with branch hints
1188 and add new patterns to implement 64 bit branches with hints. Move
1189 booke instructions so they match before ppc64.
1190
1191 * ppc-dis.c (powerpc_dialect): Set PPC_OPCODE_64 in dialect for
1192 64 bit default targets, and parse "32" and "64" in options.
1193 Formatting fixes.
1194 (print_insn_powerpc): Pass dialect to operand->extract.
1195
2e1ef6b4
DB
11962001-11-14 Dave Brolley <brolley@redhat.com>
1197
1c009264
DB
1198 * cgen-dis.c (count_decodable_bits): New function.
1199 (add_insn_to_hash_chain): New function.
1200 (hash_insn_array): Call add_insn_to_hash_chain.
1201 (hash_insn_list): Call add_insn_to_hash_chain.
2e1ef6b4
DB
1202 * m32r-dis.c: Regenerated.
1203 * fr30-dis.c: Regenerated.
1204
fa405d97
AJ
12052001-11-14 Andreas Jaeger <aj@suse.de>
1206
1207 * i386-dis.c (print_insn): Use x86-64 as option.
1208
e396998b
AM
12092001-11-14 Alan Modra <amodra@bigpond.net.au>
1210
1211 * disassemble.c (disassembler): Call print_insn_i386.
1212 * i386-dis.c (SUFFIX_ALWAYS): Define.
1213 (struct dis_private): Add orig_sizeflag.
1214 (print_insn_i386): Make it a wrapper, calling..
1215 (print_insn): ..The old body of print_insn_i386. Avoid longjmp
1216 warning without using volatile by moving orig_sizeflag to priv,
1217 and removing inbuf. Parse disassembler_options.
1218 (print_insn_i386_att, print_insn_i386_intel): Move initialisation
1219 code to print_insn.
1220 (putop): Remove #ifdef SUFFIX_ALWAYS.
1221
6e917903
TW
12222001-11-11 Timothy Wall <twall@alum.mit.edu>
1223
1224 * tic54x-dis.c: Use revised opcode structure. Export opcode
1225 template lookup.
1226 (has_lkaddr): Don't forget about Lmem insns.
1227 * tic54x-opc.c: Add emulation trap. Parallel table now uses
1228 standard opcode templates.
fa405d97 1229
e5470cdc
AM
12302001-11-13 Zack Weinberg <zack@codesourcery.com>
1231
1232 * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries
1233 to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand
1234 category instead of Ew.
1235
6c93a8fa
NC
12362001-11-12 Niraj Gupta <ngupta@zumanetworks.com>
1237
1238 * m68k-opc.c: Fix definitions of wddata[bwl].
1239
b165b838
RS
12402001-11-09 Richard Sandiford <rsandifo@redhat.com>
1241
1242 * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to
1243 fit in the buffer, try to match the empty keyword.
1244
e333d2c4
NC
12452001-11-09 Nick Clifton <nickc@cambridge.redhat.com>
1246
1247 * cgen-ibld.in (extract_1): Fix badly placed #if 0.
1248 * fr30-ibld.c: Regenerate.
1249 * m32r-ibld.c: Regenerate.
1250 * openrisc-ibld.c: Regenerate.
1251
def7143b
CD
12522001-11-04 Chris Demetriou <cgd@broadcom.com>
1253
1254 * mips-dis.c (print_insn_mips): Remove spaces at end of line.
1255
3c62831e
NC
12562001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1257
1258 * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr".
1259 * configure: Regernate.
1260 * po/fr.po: New file.
1261 * po/sv.po: New file.
1262 * po/tr.po: New file.
1263
64e38312
SC
12642001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1265
1266 * m68hc11-dis.c (print_insn): Fix disassembly of movb with a
1267 constant as source.
1268
3c3bdf30
NC
12692001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1270
1271 * Makefile.am (CFILES): Add mmix-dis.c and mmix-opc.c. Regenerate
1272 dependencies.
1273 * Makefile.in: Regenerate.
1274 * mmix-dis.c, mmix-opc.c: New files.
1275
d9a35582
KH
12762001-10-29 Kazu Hirata <kazu@hxi.com>
1277
1278 * d30v-dis.c: Fix a comment typo.
1279
9bb28706
CD
12802001-10-23 Chris Demetriou <cgd@broadcom.com>
1281
1282 * mips-opc.c (mips_builtin_opcodes): Mark "bgezall" and
1283 "bltzall" as writing GPR 31 (since they do).
1284
1285 * mips-dis.c (print_insn_arg): Calculate info->target
1286 where appropriate.
1287 (print_insn_mips): Fill in instruction info.
1288 (print_mips16_insn_arg): Remove unneded variable 'val'.
1289 Removed duplicated instruction target calculations,
1290 calculate once and print that result. Use same idiom for
1291 masking the jump segment bits as is used in print_insn_arg.
1292
1f613cde
AM
12932001-10-20 Alan Modra <amodra@bigpond.net.au>
1294
1295 * ppc-opc.c (CT): Make it an optional operand.
1296
2228315b
CD
12972001-10-17 Chris Demetriou <cgd@broadcom.com>
1298
1299 * mips-dis.c (mips_isa_type): Make the ISA used to disassemble
1300 SB-1 binaries include instructions specific to the SB-1.
1301 * mips-opc.c (SB1): New definition.
1302 (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps",
1303 "recip.ps", "rsqrt.ps", and "sqrt.ps".
1304
f5c120c5
MG
13052001-10-17 matthew green <mrg@redhat.com>
1306
1307 * ppc-opc.c (STRM): New AltiVec operand.
1308 (XDSS): New AltiVec instruction form.
1309 (mtvscr): Correct operand list.
1310 (dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions.
1311
aa200fe8
AM
13122001-10-17 Alan Modra <amodra@bigpond.net.au>
1313
1314 * po/POTFILES.in: Regenerate.
1315
9fa87a06
MG
13162001-10-13 matthew green <mrg@redhat.com>
1317
1318 * ppc-opc.c (MO): New macro for MO field of mbar instruction.
1319 (powerpc_opcodes): Add rfci, wrtee, wrteei, mfdcrx, mfdcr,
1320 mtdcrx, mtdcr, msync, dcba and mbar as BookE instructions.
1321
37111cc7
NC
13222001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1323
1324 * cgen-ibld.in: Include safe-ctype.h in preference to
1325 ctype.h.
1326 * cgen-asm.in: Include safe-ctype.h in preference to
1327 ctype.h. Fix formatting. Use ISSPACE instead of isspace and
1328 TOLOWER instead of tolower.
2d2550d6 1329 (@arch@_cgen_build_insn_regex): Remove duplication of syntax
37111cc7
NC
1330 string elements in constructed regular expression.
1331 * fr30-asm.c: Regenerate.
1332 * fr30-desc.c: Regenerate.
1333 * fr30-ibld.c: Regenerate.
1334 * m32r-asm.c: Regenerate.
1335 * m32r-desc.c: Regenerate.
1336 * m32r-ibld.c: Regenerate.
1337 * openrisc-asm.c: Regenerate.
1338 * openrisc-desc.c: Regenerate.
1339 * openrisc-ibld.c: Regenerate.
1340 * po/opcodes.pot: Regenerate.
fa405d97 1341
418c1742
MG
13422001-10-12 matthew green <mrg@redhat.com>
1343
1344 * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New
1345 instruction field instruction/extraction functions for new BookE
1346 DE form instructions.
1347 (CT): New macro for CT field in an X form instruction.
1348 (DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form
1349 instructions.
1350 (PPC64): Don't include PPC_OPCODE_PPC.
1351 (403): New opcode macro for PPC403 processors.
1352 (BOOKE): New opcode macro for BookE processors.
1353 (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions.
1354 (bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise.
1355 (dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise.
1356 (stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise.
1357 (mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise.
1358 (subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise.
1359 (subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise.
1360 (addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise.
1361 (lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise.
1362 (stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise.
1363 (tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise.
1364 (lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise.
1365 (stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise.
1366 (lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise.
1367
1368 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look
1369 for a disassembler option of `booke', `booke32' or `booke64' to enable
1370 BookE support in the disassembler.
1371
6e9a3f4d
JH
13722001-10-12 John Healy <jhealy@redhat.com>
1373
1374 * cgen-dis.in (print_insn): Use min (cd->base_insn_bitsize, buflen*8)
1375 for the length when extracting the base part of the insn.
1376
f3a55c17 13772001-10-09 Bruno Haible <haible@clisp.cons.org>
a5d2034a 1378
f3a55c17
NC
1379 * cgen-asm.in (*_cgen_build_insn_regex): Generate a case sensitive
1380 regular expression. Fix some formatting problems.
1381 * fr30-asm.c: Regenerate.
1382 * openrisc-asm.c: Regenerate.
1383 * m32r-asm.c: Regenerate.
1384
13852001-10-09 Christian Groessler <cpg@aladdin.de>
1386
1387 * z8k-dis.c (unparse_instr): Fixed formatting. Change disassembly
1388 of indirect register memory accesses to be same format the
1389 assembler accepts.
a5d2034a 1390
ddb68265
NC
13912001-10-09 Nick Clifton <nickc@cambridge.redhat.com>
1392
1393 * sh-opc.h: Fix encoding of least significant nibble of the
1394 DSP single data transfer instructions.
1395
2d2550d6 1396 * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
fa405d97 1397 instructions.
ddb68265 1398
0e2ee3ca
NC
13992001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
1400
1401 * cgen-asm.in: Fix compile time warning messages in generated
1402 C files.
1403 * cgen-dis.in: The same.
1404 * cgen-ibld.in: The same.
2d2550d6
AM
1405 * fr30-asm.c: Regenerate.
1406 * fr30-desc.c: Regenerate.
1407 * fr30-dis.c: Regenerate.
1408 * fr30-ibld.c: Regenerate.
1409 * fr30-opc.c: Regenerate.
1410 * m32r-asm.c: Regenerate.
1411 * m32r-desc.c: Regenerate.
1412 * m32r-dis.c: Regenerate.
1413 * m32r-ibld.c: Regenerate.
1414 * m32r-opc.c: Regenerate.
1415 * m32r-opinst.c Regenerate.
1416 * openrisc-asm.c: Regenerate.
1417 * openrisc-desc.c: Regenerate.
1418 * openrisc-dis.c: Regenerate.
1419 * openrisc-ibld.c: Regenerate.
1420 * openrisc-opc.c: Regenerate.
1421 * openrisc-opc.h: Regenerate.
0e2ee3ca
NC
1422 * Makefile.in: Regenerate.
1423 * po/POTFILES.in: Regenerate.
1424 * po/opcodes.pot: Regenerate.
1425
b1ee46c5
AH
14262001-10-08 Aldy Hernandez <aldyh@redhat.com>
1427
2d2550d6 1428 * arm-opc.h (arm_opcodes): Add cirrus insns.
b1ee46c5
AH
1429
1430 * arm-dis.c (print_insn_arm): Add 'I' case.
1431
fcd8210c
AM
14322001-10-03 Alan Modra <amodra@bigpond.net.au>
1433
1434 * po/POTFILES.in: Regenerate.
1435 * configure: Regenerate.
1436
7997656a
AM
14372001-10-02 Alan Modra <amodra@bigpond.net.au>
1438
1439 * Makefile.am (Makefile): Depend on bfd/configure.in.
1440 Run "make dep-am".
1441 * Makefile.in: Regenerate.
1442
545ae501
JH
14432001-09-30 John Healy <jhealy@redhat.com>
1444
2d2550d6
AM
1445 * cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits
1446 calls to cgen_get_insn_value and cgen_put_insn_value calls.
1447 (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call.
545ae501 1448
8737c3ea
HPN
14492001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1450
1451 * Makefile.am: Update dependencies with "make dep-am".
1452 * Makefile.in: Regenerate.
1453
86caa542
AM
14542001-09-26 Alan Modra <amodra@bigpond.net.au>
1455
1456 * arc-dis.c: Formatting fixes.
1457 (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1458
2ca0d952
AM
14592001-09-21 Bruno Haible <haible@clisp.cons.org>
1460
1461 * arc-dis.c: Don't include <ctype.h>.
1462 * openrisc-desc.c: Likewise.
1463 * openrisc-ibld.c: Likewise.
1464
fc05c67f
NC
14652001-09-20 Nick Clifton <nickc@cambridge.redhat.com>
1466
1467 * fr30-opc.c: Fix compile time warning messages.
1468 * i370-opc.c: Fix compile time warning messages.
1469 * i960-dis.c: Fix compile time warning messages.
1470 * m32r-asm.c: Fix compile time warning messages.
1471 * m32r-desc.c: Fix compile time warning messages.
1472 * m32r-dis.c: Fix compile time warning messages.
1473 * m32r-ibld.c: Fix compile time warning messages.
1474 * m32r-opc.c: Fix compile time warning messages.
1475 * m32r-opinst.c: Fix compile time warning messages.
1476 * ns32k-dis.c: Fix compile time warning messages.
1477 * openrisc-asm.c: Fix compile time warning messages.
1478 * openrisc-desc.c: Fix compile time warning messages.
1479 * openrisc-dis.c: Fix compile time warning messages.
1480 * openrisc-ibld.c: Fix compile time warning messages.
1481 * openrisc-opc.c: Fix compile time warning messages.
1482 * pdp11-dis.c: Fix compile time warning messages.
1483 * tic54x-dis.c: Fix compile time warning messages.
1484 * v850-opc.c: Fix compile time warning messages.
1485 * vax-dis.c: Fix compile time warning messages.
1486 * w65-opc.h: Fix compile time warning messages.
1487 * z8k-opc.h: Fix compile time warning messages.
1488 * z8kgen.c: Fix compile time warning messages.
1489
d5b2f4d6
NC
14902001-09-19 Nick Clifton <nickc@cambridge.redhat.com>
1491
1492 * arm-dis.c: Fix compile time warning messages.
1493 * cgen-asm.c: Fix compile time warning messages.
1494 * cgen-dis.c: Fix compile time warning messages.
1495 * cris-dis.c: Fix compile time warning messages.
1496 * d10v-dis.c: Fix compile time warning messages.
1497 * fr30-asm.c: Fix compile time warning messages.
1498 * fr30-desc.c: Fix compile time warning messages.
1499 * fr30-dis.c: Fix compile time warning messages.
1500 * fr30-ibld.c: Fix compile time warning messages.
1501
3882b010
L
15022001-09-18 Bruno Haible <haible@clisp.cons.org>
1503
1504 * cgen-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1505 (cgen_parse_keyword): Use ISALNUM instead of isalnum.
1506 * cgen-opc.c: Include "safe-ctype.h" instead of <ctype.h>.
1507 (cgen_keyword_lookup_name): Use ISALPHA/TOLOWER instead of
1508 isalpha/tolower.
1509 (cgen_keyword_add): Use ISALNUM instead of isalnum.
1510 (hash_keyword_name): Use TOLOWER instead of tolower.
1511 * fr30-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1512 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1513 tolower/isspace.
1514 (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace.
1515 * fr30-desc.c: Don't include <ctype.h>.
1516 * fr30-ibld.c: Likewise.
1517 * ia64-gen.c: Include "safe-ctype.h" instead of <ctype.h>.
1518 (load_insn_classes, parse_resource_users, load_depfile): Use
1519 ISSPACE instead of isspace.
1520 * m32r-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1521 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1522 tolower/isspace.
1523 (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace.
1524 * m32r-desc.c: Don't include <ctype.h>.
1525 * m32r-ibld.c: Likewise.
1526 * openrisc-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1527 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1528 tolower/isspace.
1529 (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace.
1530
b6849f55
NC
15312001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
1532
1533 * Makefile.am: Add rules and dependencies to create the s/390 opcode
1534 table out of s390-opc.txt automatically.
1535 * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used.
1536 * s390-mkopc.c (dumpTable): Change output to create a complete file.
1537 * s390-opc.c: New improved opcode format macros and remove the
1538 pregenerated opcode table.
1539 * s390-opc.txt: Adapt to new improved opcode format macros.
1540
2613489e
NC
15412001-09-14 David Schleef <ds@schleef.org>
1542
1543 * ppc-opc.c (VXA, VXA_MASK): Fix mask bits.
1544
8227b51f
AM
15452001-09-04 Alan Modra <amodra@bigpond.net.au>
1546
1547 * i386-dis.c (grps): Don't print the implicit al/ax/eax register
1548 for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns.
1549
0823fbca
EC
15502001-08-31 Eric Christopher <echristo@redhat.com>
1551 Jason Eckhardt <jle@redhat.com>
1552
1553 * mips-dis.c: Add support for bfd_mach_mipsisa32 and
1554 bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k,
1555 bfd_mach_mips64.
1556
5bd67f35
AJ
15572001-08-31 Andreas Jaeger <aj@suse.de>
1558
1559 * tic54x-opc.c: Add default initializers to avoid warnings.
1560
1561 * arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
1562 * arc-ext.c: Likewise.
1563
0565ba96 15642001-08-28 matthew green <mrg@redhat.com>
0152a4c6
MG
1565
1566 * ppc-opc.c (icbt): Order correctly.
1567
6ba045b1
AM
15682001-08-27 David Edelsohn <dje@watson.ibm.com>
1569 Torbjorn Granlund <tege@swox.com>
1570
1571 * ppc-opc.c (DS): Add PPC_OPERAND_DS flag.
1572 (LS): Define.
1573 (insert_ds): Complain if not a multiple of 4.
1574 (XSYNC): Define.
1575 (XSYNC_MASK): Define.
1576 (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev",
1577 "slbmfee". Modify "sync" to use XSYNC_MASK and LS.
1578
5b3fabc9
AJ
15792001-08-26 Andreas Jaeger <aj@suse.de>
1580
1581 * h8500-opc.h: Add default initializers to h8500_table to shut up
1582 GCC warnings.
1583
d83c6548
AJ
15842001-08-25 Andreas Jaeger <aj@suse.de>
1585
1586 * tic54x-dis.c: Add unused attributes where needed.
1587
1588 * z8k-dis.c (output_instr): Add unused attribute.
1589
1590 * h8300-dis.c: Add missing prototypes.
1591 (bfd_h8_disassemble): Make static.
1592
1593 * cris-dis.c: Add missing prototype.
1594 * h8500-dis.c: Likewise.
1595 * m68hc11-dis.c: Likewise.
1596 * pj-dis.c: Likewise.
1597 * tic54x-dis.c: Likewise.
1598 * v850-dis.c: Likewise.
1599 * vax-dis.c: Likewise.
1600 * w65-dis.c: Likewise.
1601 * z8k-dis.c: Likewise.
1602
1603 * d10v-dis.c: Add missing prototype.
1604 (dis_long): Remove unused variable.
1605 (dis_2_short): Likewise.
1606
1607 * sh-dis.c: Add missing prototypes.
1608 * v850-opc.c: Likewise.
1609 Add unused attributes where needed.
1610
1611 * ns32k-dis.c: Add missing prototypes.
1612 (bit_extract_simple): Remove unused variable.
1613
355d475e
AJ
16142001-08-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
1615
1616 * opcodes/s390-opc.c: Add "low or high" and "not low or high"
1617 branch instructions for gcc 3.0.
1618 * opcodes/s390-opc.txt: Likewise.
1619
7fa108a4
AJ
16202001-08-21 Andreas Jaeger <aj@suse.de>
1621
1622 * i960-dis.c: Add parameters for prototypes
1623 (ctrl): Add unused attributes.
1624 (cobr): Likewise.
1625 (put_abs): Likewise.
1626
1627 * mips-dis.c: Add missing prototypes.
1628 * a29k-dis.c: Likewise.
1629 * arc-dis.c: Likewise.
1630 * ia64-opc.c: Likewise.
1631
1632 * s390-dis.c: Add missing prototypes.
1633 (init_disasm): Remove unused attribute since the parameter is
1634 used.
1635
99c14723
TS
16362001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1637
1638 * mips-opc.c (M1): Define. Reformatted Code.
1639 (mips_builtin_opcodes): Added performance counter opcodes mfpc, mfps,
1640 mtps, mtps. Typo.
1641
2cd89590
JL
16422001-08-16 Jonathan Larmour <jlarmour@redhat.com>
1643
1644 * mips-opc.c: R3900s can support all branch likely INSN_MACROs where
1645 the corresponding non-likely insn is in MIPS I.
1646
7f6621cd
KH
16472001-08-13 Kazu Hirata <kazu@hxi.com>
1648
1649 * mcore-dis.c: Fix formatting.
1650 * mips-dis.c: Likewise.
1651 * pj-dis.c: Likewise.
1652 * z8k-dis.c: Likewise.
1653
fc7bc883
RH
16542001-08-12 Richard Henderson <rth@redhat.com>
1655
1656 * cgen-ibld.in (extract_normal): Match type of VALUE and MASK
1657 to *VALUEP. Regenerate all cgen files.
1658
d98bb281
RS
16592001-08-10 Richard Sandiford <rsandifo@redhat.com>
1660
1661 * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32
1662 argument.
1663 * mips-opc.c (G6): Undefine.
1664 (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro
1665 as the first "move" alternative.
1666
0218d1e4
AJ
16672001-08-10 Andreas Jaeger <aj@suse.de>
1668
1669 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1670 to build warnings.
1671 * configure: Regenerate.
1672
11b37b7b
AM
16732001-08-10 Alan Modra <amodra@bigpond.net.au>
1674
1675 * ppc-opc.c: Revert 2001-08-08.
1676
badaf34c
AM
16772001-08-09 Alan Modra <amodra@bigpond.net.au>
1678
1679 * dis-buf.c (generic_strcat_address): Add missing prototype.
1680 #if 0 the functions as it is unused.
1681
0f1bac05
AM
16822001-08-08 Alan Modra <amodra@bigpond.net.au>
1683
1684 1999-10-25 Torbjorn Granlund <tege@swox.com>
1685 * ppc-opc.c: Include "bfd.h".
1686 (powerpc_operands): Add new field for reloc type.
1687
21d34b1c
TS
16882001-07-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1689
1690 * mips-dis.c (print_insn_arg): Don't use software integer registers
1691 for coprocessor registers.
1692 (get_mips_isa): Removed.
1693 (is_newabi): New function, checks if NewABI is used.
1694 (_print_insn_mips): Get distinction between old ABI and new ABI right.
1695
28bab82b
NC
16962001-08-01 Christian Groessler <cpg@aladdin.de>
1697
1698 * z8kgen.c: Fixed indentation of opt[] array. Include stdio.h to
1699 get stderr definition.
1700 (internal, gas): Removed warnings.
1701 (gas): Create a correct final entry for created array.
1702 * z8k-opc.h: Recreated with new z8kgen.
1703
6608db57
KH
17042001-07-28 Kazu Hirata <kazu@hxi.com>
1705
1706 * i386-dis.c: Fix formatting.
1707
d708bcba
AM
17082001-07-28 Matthias Kramm <kramm@quiss.org>
1709
7fa108a4
AJ
1710 * i386-dis.c: Change formatting conventions for architecture
1711 i386:intel to better match the format of various intel i386
d708bcba
AM
1712 assemblers, like nasm, tasm or masm.
1713
8a5cc6be
AM
17142001-07-24 Alan Modra <amodra@bigpond.net.au>
1715
1716 * Makefile.am: Update dependencies with "make dep-am".
1717 * Makefile.in: Regenerate
1718
33822a8e
KH
17192001-07-24 Kazu Hirata <kazu@hxi.com>
1720
1721 * alpha-dis.c: Fix formatting.
1722 * cris-dis.c: Likewise.
2dcee538
KH
1723 * d10v-dis.c: Likewise.
1724 * d30v-dis.c: Likewise.
33822a8e
KH
1725 * m10300-dis.c: Likewise.
1726 * tic54x-dis.c: Likewise.
1727
44f2a95d
KH
17282001-07-23 Kazu Hirata <kazu@hxi.com>
1729
ec22bdda
KH
1730 * m68k-dis.c: Fix formatting.
1731 * pj-dis.c: Likewise.
1732 * s390-dis.c: Likewise.
1733 * z8k-dis.c: Likewise.
44f2a95d 1734
209fd667
CD
17352001-07-21 Chris Demetriou <cgd@broadcom.com>
1736
1737 * mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s
1738 into the rest of the surrounding definitions.
1739
bcb5558b
AM
17402001-07-18 Alan Modra <amodra@bigpond.net.au>
1741
1742 * i386-dis.c (grps): Print l or w suffix, and require mem modrm
1743 for lgdt, lidt, sgdt, sidt.
1744
40536497
PB
17452001-07-13 Philip Blundell <philb@gnu.org>
1746
1747 * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
1748
23969580
JJ
17492001-07-12 Jeff Johnston <jjohnstn@redhat.com>
1750
2d2550d6
AM
1751 * cgen-asm.in: Include "xregex.h" always to enable the libiberty
1752 regex support.
1753 (@arch@_cgen_build_insn_regex): New routine from Graydon.
1754 (@arch@_cgen_assemble_insn): Add Graydon's code to use regex
23969580 1755 to verify if it is worth parsing the insn as insn "x". Also update
7fa108a4 1756 error message when insn is not a recognized format of the insn vs
23969580
JJ
1757 when the insn is completely unrecognized.
1758
81f6038f
FCE
17592001-07-11 Frank Ch. Eigler <fche@redhat.com>
1760
1761 * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of
1762 bfd_get_bits.
1763 * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect
1764 non-zero CGEN_CPU_DESC->insn_chunk_bitsize.
1765
7081ff04
AJ
17662001-07-09 Andreas Jaeger <aj@suse.de>, Karsten Keil <kkeil@suse.de>
1767
1768 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
1769 (OP_J): Use bfd_vma for mask to work properly with 64 bits.
1770 (op_address,op_riprel): Use bfd_vma to handle 64 bits.
1771
4a3264e6
BE
17722001-07-05 Ben Elliston <bje@redhat.com>
1773
1774 * Makefile.am (CPUDIR): Define.
1775 (stamp-m32r): Update dependencies.
1776 (stamp-fr30): Ditto.
1777 (stamp-openrisc): Ditto.
1778 * Makefile.in: Regenerate.
1779
2dd46b8b
NC
17802001-07-03 Zoltan Hidvegi <hzoli@hzoli.2y.net>
1781
1782 * ppc-opc.c: Fix encoding of 'clf' instruction.
1783
17f0ac84
GK
17842001-06-30 Geoffrey Keating <geoffk@redhat.com>
1785
1786 * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
1787
5e91c3b4
GK
17882001-06-28 Geoffrey Keating <geoffk@redhat.com>
1789
1790 * cgen-asm.c (cgen_parse_keyword): Allow any first character.
1791 * cgen-opc.c (cgen_keyword_add): Ignore special first
1792 character when building nonalpha_chars field.
1793
62d964d8
BE
17942001-06-24 Ben Elliston <bje@redhat.com>
1795
1796 * m88k-dis.c: Format to conform to GNU coding standards.
1797
7f32bebc
AJ
17982001-06-23 Andreas Jaeger <aj@suse.de>
1799
1800 * disassemble.c (disassembler_usage): Add unused attribute.
1801
564e8ad9
EC
18022001-06-22 Eric Christopher <echristo@redhat.com>
1803
1804 * mips-opc.c: Move prefx to start of the table.
1805
fe1f0130
NC
18062001-06-22 Stacey Sheldon <ssheldon@Catena.com>
1807
1808 * arc-opc.c (insert_st_syntax): Fix over-optimisation of ST
1809 instruction.
1810
80febfb6
NC
18112001-06-22 Pauli <pauli@moreton.com.au>
1812
1813 * m68k-opc.c: Add wdebug instruction.
1814
cb87eaaf
AH
18152001-06-15 Aldy Hernandez <aldyh@redhat.com>
1816
1817 * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
1818
3e890047
GK
18192001-06-14 Geoffrey Keating <geoffk@redhat.com>
1820
1821 * cgen-asm.c (cgen_parse_keyword): When looking for the
1822 boundaries of a keyword, allow any special characters
1823 that are actually in one of the allowed keyword.
1824 * cgen-opc.c (cgen_keyword_add): Add any special characters
1825 to the nonalpha_chars field.
1826
6fc12824
NC
18272001-06-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
1828
1829 * s390-opc.c: Add lgh instruction.
1830 * s390-opc.txt: Likewise.
1831
6439fc28
AM
18322001-06-11 Alan Modra <amodra@bigpond.net.au>
1833
1834 * i386-dis.c: Group function prototypes in one place.
1835 (FLOATCODE): Redefine as 1.
1836 (USE_GROUPS): Redefine as 2.
1837 (USE_PREFIX_USER_TABLE): Redefine as 3.
1838 (X86_64_SPECIAL): Define as 4.
1839 (GRP1b..GRPAMD): Move USE_GROUPS to bytecode1, index to bytecode2.
1840 (PREGRP0..PREGRP26): Similarly with USE_PREFIX_USER_TABLE.
1841 (dis386_att, dis386_intel, disx86_64_att, disx86_64_intel): Delete.
1842 (dis386): New table combining above four tables.
1843 (dis386_twobyte_att, dis386_twobyte_intel): Delete.
1844 (dis386_twobyte): New table combining above two tables.
1845 (x86_64_table): New table to handle x86_64.
1846 (X86_64_0): Define.
1847 (float_mem_att, float_mem_intel): Delet.
1848 (float_mem): New table combining above two tables.
1849 (print_insn_i386): Modify for above.
1850 (dofloat): Likewise.
1851 (putop): Handle '{', '|' and '}' to select alternative mnemonics.
1852 Return 0 on success, 1 if no valid alternative.
1853 (putop <case 'F'>, <case 'H'>): Print nothing for intel_syntax.
1854 (putop <case 'T'>): Move to case 'U', and share case 'Q' code.
1855 (putop <case 'I'>): Move to case 'T', and share case 'P' code.
1856 (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg
1857 if not 64-bit mode.
1858 (OP_I <case q_mode>): Handle as for v_mode if not 64-bit mode.
1859 (OP_I64): If not 64-bit mode, call OP_I.
1860 OP_OFF64): If not 64-bit mode, call OP_OFF.
1861 (OP_ST, OP_STi, OP_SEG, OP_DIR, OP_OFF, OP_OFF64, OP_MMX): Rename
1862 'ignore'/'ignored' to 'bytemode'.
1863
5dd0794d
AM
18642001-06-10 Alan Modra <amodra@bigpond.net.au>
1865
1866 * configure.in: Sort 'ta' case statement.
1867 * configure: Regenerate.
1868
1869 * i386-dis.c (dis386_att): Add 'H' to conditional branch and
1870 loop,jcxz insns.
1871 (disx86_64_att): Likewise.
1872 (dis386_twobyte_att): Likewise.
1873 (print_insn_i386): Don't print branch hints as a prefix.
1874 (putop): 'H' macro prints branch hints.
1875 (get64): Kill compile warnings.
1876
bda22bbf
AO
18772001-06-09 Alexandre Oliva <aoliva@redhat.com>
1878
1879 * sh-opc.h (sh_table): Don't use empty initializers.
1880
879db8be
NC
18812001-06-06 Christian Groessler <cpg@aladdin.de>
1882
2d2550d6
AM
1883 * z8k-dis.c: Fix formatting.
1884 (unpack_instr): Remove unused cases in switch statement. Add
1885 safety abort() in default case.
1886 (unparse_instr): Add safety abort() in default case.
879db8be 1887
98b32482
NC
18882001-06-06 Peter Jakubek <pjak@snafu.de>
1889
5dd0794d
AM
1890 * m68k-dis.c (print_insn_m68k): Fix typo.
1891 * m68k-opc.c (m68k_opcodes): Correct allowed operands for
98b32482
NC
1892 mcf (ColdFire) div, rem and moveb instructions.
1893
3ffd33cf
AM
18942001-06-06 Alan Modra <amodra@bigpond.net.au>
1895
1896 * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.
1897 (cond_jump_mode, loop_jcxz_mode): Define.
1898 (dis386_att): Add cond_jump_flag and loop_jcxz_flag as
1899 appropriate, and 'F' suffix to loop insns.
1900 (disx86_64_att): Likewise.
1901 (dis386_twobyte_att): Likewise.
1902 (print_insn_i386): Don't output addr prefix for loop, jcxz insns.
1903 Output data size prefix for long conditional jumps. Output cs and
1904 ds branch hints.
1905 (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'.
1906 (OP_J): Don't make PREFIX_DATA used.
1907
9ab433aa
AO
19082001-06-04 Alexandre Oliva <aoliva@redhat.com>
1909
1910 * sh-opc.h (sh_table): Complete last element entry to avoid
1911 compiler warning.
1912
d1cf510e
NC
19132001-05-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1914
1915 * mips-dis.c (mips_isa_type): Add MIPS r12k support.
1916
cba24d7d
AM
19172001-05-23 Alan Modra <amodra@one.net.au>
1918
1919 * arc-opc.c: Whitespace changes.
1920
22f3fc43
HPN
19212001-05-18 Hans-Peter Nilsson <hp@axis.com>
1922
1923 * cris-opc.c (cris_spec_regs): Add missing initializer field for
1924 last element.
1925
84fd0d38
FCE
19262001-05-15 Frank Ch. Eigler <fche@redhat.com>
1927
1928 * cgen-dis.in (extract_normal): Complete support for min<base case.
1929
aa5f19f2
NC
19302001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1931
1932 * mips-dis.c (INSNLEN): Rename MAXLEN.
1933 (std_reg_names): Replace by mips32_reg_names and mips64_reg_names.
1934 (print_insn_arg): Remove $ prefix of register names.
1935 (set_mips_isa_type): Remove.
cba24d7d 1936 (mips_isa_type): New function.
aa5f19f2
NC
1937 (get_mips_isa): New Function.
1938 (print_insn_mips): Rename _print_insn_mips.
1939 (_print_insn_mips): New function, contains code which was
1940 duplicated in print_insn_big_mips and print_insn_little_mips.
1941 (print_insn_big_mips): Moved code to _print_insn_mips.
1942 (print_insn_little_mips): Likewise.
1943 (print_mips16_insn_arg): Remove $ prefix of register names.
1944 Print error message before abort.
1945
24a7a601
C
19462001-05-14 J.T. Conklin <jtc@redback.com>
1947
1948 * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of
7f32bebc 1949 simplified mnemonics used for setting PPC750-specific special
24a7a601
C
1950 purpose registers.
1951
8d5ec599
L
19522001-05-12 H.J. Lu <hjl@gnu.org>
1953
1954 * i386-dis.c (print_insn_i386): Always set `mod', `reg' and
1955 `rm'.
1956
bcee8eb8
AM
19572001-05-12 Peter Targett <peter.targett@arccores.com>
1958
1959 * arc-opc.c (arc_reg_names): Correct attribute for lp_count
1960 register to r/w. Formatting fixes throughout file.
1961
67d6227d
AM
19622001-05-12 Alan Modra <amodra@one.net.au>
1963
1964 * i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and
1965 movq operands.
4bba6815
AM
1966 (twobyte_has_modrm): Update table.
1967 (need_modrm): Give it file scope.
1968 (MODRM_CHECK): Define.
1969 (dofloat): Use MODRM_CHECK.
1970 (OP_E): Likewise.
1971 (OP_EM): Likewise.
1972 (OP_EX): Likewise.
67d6227d 1973
a00ad97d
FCE
19742001-05-07 Frank Ch. Eigler <fche@redhat.com>
1975
1976 * cgen-dis.in (default_print_insn): Tolerate min<base instructions
1977 even at end of a section.
1978 * cgen-ibld.in (extract_normal): Tolerate min!=base!=max instructions
1979 by ignoring precariously-unpacked insn_value in favor of raw buffer.
1980
a28d0f3d
AM
19812001-05-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1982
1983 * disassemble.c (disassembler_usage): Remove unused attribute.
1984
52646233
FCE
19852001-05-04 Frank Ch. Eigler <fche@redhat.com>
1986
1987 * m32r-dis.c, -asm.c, -ibld.c: Regenerated with disassembler fixes.
1988
19892001-05-04 Frank Ch. Eigler <fche@redhat.com>
1990
1991 * cgen-dis.in (print_insn): Remove call to read_insn. Instead,
1992 assume incoming buffer already has the base insn loaded. Handle
714b578b 1993 smaller-than-base instructions for variable-length case.
52646233 1994
992aaec9
AM
19952001-05-04 Alan Modra <amodra@one.net.au>
1996
1997 * i386-dis.c (Ev, Ed): Remove duplicate define.
1998 (Gd): Define.
1999 (XS): Define.
2000 (OP_XS): New function.
2001 (dis386_twobyte_att): Correct pinsrw, pextrw, pmovmskb, and
2002 movmskp operands.
2003 (dis386_twobyte_intel): Likewise.
2004 (prefix_user_table): Use MS for maskmovq operand.
2005
87e6d782
NC
20062001-04-27 Johan Rydberg <jrydberg@opencores.org>
2007
2d2550d6
AM
2008 * Makefile.am: Add OpenRISC target.
2009 * Makefile.in: Regenerated.
87e6d782 2010
2d2550d6 2011 * disassemble.c (disassembler): Recognize the OpenRISC disassembly.
87e6d782 2012
2d2550d6
AM
2013 * configure.in (bfd_openrisc_arch): Add target.
2014 * configure: Regenerated.
87e6d782 2015
2d2550d6
AM
2016 * openrisc-asm.c: New file.
2017 * openrisc-desc.c: Likewise.
2018 * openrisc-desc.h: Likewise.
2019 * openrisc-dis.c: Likewise.
2020 * openrisc-ibld.c: Likewise.
2021 * openrisc-opc.c: Likewise.
2022 * openrisc-opc.h: Likewise.
87e6d782 2023
6840198f
NC
20242001-04-24 Christian Groessler <cpg@aladdin.de>
2025
2026 * z8k-dis.c: add names of control registers (ctrl_names);
2027 (seg_length): provides instruction length fixup for segmented
2028 mode; (unpack_instr): correctly handle ARG_DISP16, ARG_DISP12,
2029 CLASS_0DISP7, CLASS_1DISP7, CLASS_DISP8 and CLASS_PR cases;
2030 (unparse_intr): handle CLASS_PR, print addresses without '#'
2031 * z8k-opc.h: re-created with new z8kgen
2032 * z8kgen.c: merged in fixes which were in existing z8k-opc.h; new
2033 entries for ldctl/ldctlb instruction
2034
c2419411
AJ
20352001-04-06 Andreas Jaeger <aj@suse.de>
2036
2037 * i386-dis.c: Add ffreep instruction.
2038
3eb9799d
AO
20392001-03-30 Alexandre Oliva <aoliva@redhat.com>
2040
2041 * ppc-opc.c (insert_mbe): Shift mask initializer as long.
2042
0f17484f
AM
20432001-03-24 Alan Modra <alan@linuxcare.com.au>
2044
2045 * i386-dis.c (PREGRP25): Define.
2046 (dis386_twobyte_att): Use here in place of "movntq" entry.
2047 (dis386_twobyte_intel): Likewise.
2048 (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq".
2049 (PREGRP26): Define.
2050 (dis386_twobyte_att): Use here.
2051 (dis386_twobyte_intel): Likewise.
2052 (prefix_user_table): Add PREGRP26 entry for "punpcklqdq".
2053 (prefix_user_table <maskmovdqu>): XM operand, not MX.
2054 (prefix_user_table): Cosmetic changes to "bad" entries.
2055
e93d7199
NC
20562001-03-23 Nick Clifton <nickc@redhat.com>
2057
2058 * mips-opc.c: Remove extraneous whitespace.
2059 * mips-dis.c: Remove extraneous whitespace.
2060
fca2040b
BE
20612001-03-22 Ben Elliston <bje@redhat.com>
2062
2063 * cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
2064 declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
2065 * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
2066 to allay a compiler warning.
2067
87890af0
AM
20682001-03-22 Alan Modra <alan@linuxcare.com.au>
2069
2070 * i386-dis.c (dis386_twobyte_att): Add entries for paddq, psubq.
2071 (dis386_twobyte_intel): Likewise.
2072 (twobyte_has_modrm): Set entry for paddq, psubq.
2073
27fca2d8
PM
20742001-03-20 Patrick Macdonald <patrickm@redhat.com>
2075
2d2550d6
AM
2076 * cgen-dis.in (print_insn_@arch@): Add support for target machine
2077 determination via CGEN_COMPUTE_MACH.
27fca2d8
PM
2078 * fr30-desc.c: Regenerate.
2079 * fr30-dis.c: Regenerate.
2080 * fr30-opc.h: Regenerate.
2081 * m32r-desc.c: Regenerate.
2082 * m32r-dis.c: Regenerate.
2083 * m32r-opc.h: Regenerate.
2084 * m32r-opinst.c: Regenerate.
2085
f4fbb4a3
L
20862001-03-20 H.J. Lu <hjl@gnu.org>
2087
2088 * configure.in: Remove the redundent AC_ARG_PROGRAM.
2089 * configure: Rebuild.
2090
f4bc6bb0
JW
20912001-03-19 Jim Wilson <wilson@redhat.com>
2092
2093 * ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
2094 notestr if larger than xsect.
2095 (in_class): Handle format M5.
2096 * ia64-asmtab.c: Regnerate.
2097
bbe6d95f
AM
20982001-03-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
2099
2100 * vax-dis.c (print_insn_vax): Only fetch two bytes if the info buffer
2101 has more than one byte left to read.
2102
82b66b23
NC
21032001-03-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
2104
2105 * s390-opc.c: Add new opcodes. Smooth out formatting.
2106 * s390-opc.txt: Add new opcodes.
c2419411 2107
4f3c3dbb
NC
21082001-03-06 Nick Clifton <nickc@redhat.com>
2109
2110 * arm-dis.c (print_insn_thumb): Compute destination address
2d2550d6
AM
2111 of BLX(1) instruction by taking bit 1 from PC and not from bit
2112 0 of the offset.
4f3c3dbb 2113
9d29e1b3
NC
21142001-03-06 Igor Shevlyakov <igor@windriver.com>
2115
2116 * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs
2117 so command line switches will work.
2118
b3466c39
DB
21192001-03-05 Dave Brolley <brolley@redhat.com>
2120
2edda1bf
DB
2121 * fr30-asm.c: Regenerate.
2122 * fr30-desc.c: Regenerate.
2123 * fr30-desc.h: Regenerate.
2124 * fr30-dis.c: Regenerate.
2125 * fr30-ibld.c: Regenerate.
2126 * fr30-opc.c: Regenerate.
2127 * fr30-opc.h: Regenerate.
2128 * m32r-asm.c: Regenerate.
2129 * m32r-desc.c: Regenerate.
2130 * m32r-desc.h: Regenerate.
2131 * m32r-dis.c: Regenerate.
2132 * m32r-ibld.c: Regenerate.
2133 * m32r-opc.c: Regenerate.
2134 * m32r-opc.h: Regenerate.
2135 * m32r-opinst.c: Regenerate.
b3466c39 2136
80a523c2
NC
21372001-02-28 Igor Shevlyakov <igor@windriver.com>
2138
2139 * m68k-opc.c: fix cpushl according to Motorola. Enable
2140 bunch of instructions for Coldfire 5407 and add all new.
2141
27b7e12d
AM
21422001-02-27 Alan Modra <alan@linuxcare.com.au>
2143
2144 * configure.in (BFD_VERSION): Do without grep.
2145 * configure: Regenerate.
2146 * Makefile.am: Run "make dep-am".
2147 * Makefile.in: Regenerate.
2148
b8e0eda2
L
21492001-02-23 David Mosberger <davidm@hpl.hp.com>
2150
2151 * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
2152 * ia64-asmtab.c: Regenerate.
2153
87f8eb97
JW
21542001-02-21 David Mosberger <davidm@hpl.hp.com>
2155
2156 * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
2157 separate variants: one for IMM22 and the other for IMM14.
2158 * ia64-asmtab.c: Regenerate.
c2419411 2159
dd425ada
GM
21602001-02-21 Greg McGary <greg@mcgary.org>
2161
2162 * cgen-opc.c (cgen_get_insn_value): Add missing `return'.
2163
b34fb0b4
L
21642001-02-20 H.J. Lu <hjl@gnu.org>
2165
2166 * Makefile.am (ia64-ic.tbl): Remove the target.
2167 (ia64-raw.tbl): Likewise.
2168 (ia64-waw.tbl): Likewise.
2169 (ia64-war.tbl): Likewise.
2170 (ia64-asmtab.c): Generate it in the source directory.
2171 * Makefile.in: Regenerated.
2172
e135f41b
NC
21732001-02-18 lars brinkhoff <lars@nocrew.org>
2174
2d2550d6
AM
2175 * Makefile.am: Add PDP-11 target.
2176 * configure.in: Likewise.
2177 * disassemble.c: Likewise.
2178 * pdp11-dis.c: New file.
2179 * pdp11-opc.c: New file.
e135f41b 2180
42dc96ca
JW
21812001-02-14 Jim Wilson <wilson@redhat.com>
2182
2183 * ia64-ic.tbl: Update from Intel. Add setf to fr-writers.
2184 * ia64-asmtab.c: Regenerate.
2185
219576a4 21862001-02-12 Jan Hubicka <jh@suse.cz>
76f227a5
JH
2187
2188 * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
2189 instructions.
2190 (putop): Handle 'Y'
2191
9117d219
NC
21922001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2193
2d2550d6 2194 * mips-dis.c (print_insn_arg): Use top four bits of the address of
9117d219
NC
2195 the following instruction not of the jump itself for the jump
2196 target.
2197 (print_mips16_insn_arg): Likewise.
2198
847ee773
MS
21992001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2200
2201 * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
2202 directory.
2203 * Makefile.in: Regenerate.
2204
a85d7ed0
NC
22052001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
2206
2207 * Makefile.am: Add linux target for S/390.
2208 * Makefile.in: Likewise.
2209 * configure.in: Likewise.
2210 * disassemble.c: Likewise.
2211 * s390-dis.c: New file.
2212 * s390-mkopc.c: New file.
2213 * s390-opc.c: New file.
2214 * s390-opc.txt: New file.
2215
e5943035
JW
22162001-02-05 Jim Wilson <wilson@redhat.com>
2217
2218 * ia64-asmtab.c: Revert 2000-12-16 change.
2219
0715dc88
PM
22202001-02-02 Patrick Macdonald <patrickm@redhat.com>
2221
c2419411 2222 * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
0715dc88
PM
2223 * m32r-desc.h: Regenerate.
2224
219576a4 22252001-02-01 Jan Hubicka <jh@suse.cz>
90530880 2226
76f227a5 2227 * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
90530880
JH
2228 (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
2229
1328dc98
AM
22302001-01-14 Alan Modra <alan@linuxcare.com.au>
2231
2232 * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
2233
b7ed8fad
NC
22342001-01-13 Nick Clifton <nickc@redhat.com>
2235
2236 * disassemble.c: Remove spurious white space.
2237
219576a4 22382001-01-13 Jan Hubicka <jh@suse.cz>
e2914f48
JH
2239
2240 * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
2241 templates.
2242
0d2bcfaf
NC
22432001-01-11 Peter Targett <peter.targett@arccores.com>
2244
2245 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
2246 * Makefile.am (C_FILES): Add arc-ext.c.
2247 (ALL_MACHINES) Add arc-ext.lo.
2248 (INCLUDES) Add opcode directory to list.
2249 New dependency entry for arc-ext.lo.
2250 * disassemble.c (disassembler): Correct call to
2251 arc_get_disassembler.
2252 * arc-opc.c: New update for ARC, including full base
2253 instructions for ARC variants.
2254 * arc-dis.h, arc-dis.c: New update for ARC, including
2255 extensibility functionality.
2256 * arc-ext.h, arc-ext.c: New files for handling extensibility.
2257
22582001-01-10 Jan Hubicka <jh@suse.cz>
041bd2e0
JH
2259
2260 * i386-dis.c (PREGRP15 - PREGRP24): New.
2261 (dis386_twobyt): Add SSE2 instructions.
2262 (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions.
2263 (twobyte_uses_f3_prefix): ... this one.
2264 (grps): Add SSE instructions.
2265 (prefix_user_table): Add two new slots; add SSE2 instructions.
2266 (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix;
2267 Handle the REPNZ and Data16 prefixes as well; do proper lookup
2268 to prefix_user_table.
2269 (OP_E): Accept mfence and lfence as well.
2270 (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions.
2271 (OP_XMM): Support REX extensions.
2272 (OP_EM): Likewise.
2273 (OP_EX): Likewise.
2274
6a56ec7e
NC
22752001-01-09 Nick Clifton <nickc@redhat.com>
2276
2277 * arm-dis.c (print_insn): Set pc to zero for instructions with
2278 a reloc associated with them.
2279
4a9f416d
JJ
22802001-01-09 Jeff Johnston <jjohnstn@redhat.com>
2281
2282 * cgen-asm.in (parse_insn_normal): Changed syn to be
2283 CGEN_SYNTAX_CHAR_TYPE. Changed all references to *syn
2284 as character to use CGEN_SYNTAX_CHAR macro and all comparisons
2285 to '\0' to use 0 instead.
2286 * cgen-dis.in (print_insn_normal): Ditto.
2287 * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto.
2288
0d2bcfaf 22892001-01-05 Jan Hubicka <jh@suse.cz>
52b15da3
JH
2290
2291 * i386-dis.c: Add x86_64 support.
2292 (rex): New static variable.
2293 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
2294 (USED_REX): New macro.
2295 (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
2296 (OP_I64, OP_OFF64, OP_IMREG): New functions.
2297 (OP_REG, OP_OFF): Declare.
2298 (get64, get32, get32s): New functions.
2299 (r??_reg): New constants.
2300 (dis386_att): Change templates of instruction implicitly promoted
2301 to 64bit; change e?? to RMe?? for unwind RM byte instructions.
2302 (grps): Likewise.
2303 (dis386_intel): Likewise.
2304 (dixx86_64_att): New table based on dis386_att.
2305 (dixx86_64_intel): New table based on dis386_intel.
2306 (names64, names8rex): New global variable.
2307 (names32, names16): Add extended registers.
2308 (prefix_user_t): Recognize rex prefixes.
2309 (prefix_name): Print REX prefixes nicely.
2310 (op_riprel): New global variable.
2311 (start_pc): Set type to bfd_vma.
2312 (print_insn_i386): Detect the 64bit mode and use proper table;
2313 move ckprefix after initializing the buffer; output unused rex prefixes;
2314 output information about target of RIP relative addresses.
2315 (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
2316 (print_operand_value): New function.
2317 (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
2318 REX prefix and new modes.
2319 (get64, get32s): New.
2320 (get32): Return bfd_signed_vma type.
2321 (set_op): Initialize the op_riprel.
2322 * disassemble.c (disassembler): Recognize the x86-64 disassembly.
2323
7e30bc36
FCE
23242001-01-03 Richard Sandiford <r.sandiford@redhat.com>
2325
2326 cgen-dis.in (read_insn): Use bfd_get_bits()
2327
aed80dae
FCE
23282001-01-02 Richard Sandiford <rsandifo@redhat.com>
2329
2330 * cgen-dis.c (hash_insn_array): Use bfd_put_bits().
2331 (hash_insn_list): Likewise
2332 * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
2333 (extract_1): Use bfd_get_bits().
2334 (extract_normal): Apply sign extension to both extraction
2335 methods.
2336 * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
2337 (cgen_put_insn_value): Use bfd_put_bits()
2338
149fe25e
FCE
23392000-12-28 Frank Ch. Eigler <fche@redhat.com>
2340
2341 * cgen-asm.in (parse_insn_normal): Print better error message for
2342 instructions with missing operands.
2343
a6cff3e3
NC
23442000-12-21 Santeri Paavolainen <santtu@ssh.com>
2345
2346 * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
2347
09919455
NC
23482000-12-16 Nick Clifton <nickc@redhat.com>
2349
2350 * Makefile.in: Regenerate.
2351 * aclocal.m4: Regenerate.
2352 * config.in: Regenerate.
2353 * configure.in: Add spacing.
2354 * configure: Regenerate.
2355 * ia64-asmtab.c: Regenerate.
2356 * po/opcodes.pot: Regenerate.
2357
606d55bc
FCE
23582000-12-12 Frank Ch. Eigler <fche@redhat.com>
2359
2360 * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
2361 error messages over later parse-time ones.
2362
514829c3
JW
23632000-12-12 Jim Wilson <wilson@redhat.com>
2364
2365 * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
2366 argument.
060d22b0 2367 * ia64-gen.c (insert_deplist): Cast sizeof result to int.
514829c3
JW
2368 (print_dependency_table): Print NULL if semantics field not set.
2369 (insert_opcode_dependencies): Mark cmp parameter as unused.
2370 (print_main_table): Use fprintf_vma to print long long fields.
2371 (main): Mark argv paramter as unused. Convert to old style definition.
2372 * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
2373 * ia64-asmtab.c: Regnerate.
2374
708b8a71
NC
23752000-12-09 Nick Clifton <nickc@redhat.com>
2376
54faae25
NC
2377 * m32r-dis.c (print_insn): Prevent re-read of instruction from
2378 wrong address.
2379
708b8a71
NC
2380 * fr30-dis.c: Regenerate.
2381
54faae25
NC
23822000-12-08 Peter Targett <peter.targett@arccores.com>
2383
2384 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
2385 * Makefile.am (C_FILES): Add arc-ext.c.
2386 (ALL_MACHINES) Add arc-ext.lo.
2387 (INCLUDES) Add opcode directory to list.
2388 New dependency entry for arc-ext.lo.
2389 * disassemble.c (disassembler): Correct call to
2390 arc_get_disassembler.
2391 * arc-opc.c: New update for ARC, including full base
2392 instructions for ARC variants.
2393 * arc-dis.h, arc-dis.c: New update for ARC, including
2394 extensibility functionality.
2395 * arc-ext.h, arc-ext.c: New files for handling extensibility.
2396
08fe7a7e
NC
23972000-12-03 Chris Demetriou cgd@sibyte.com
2398
2d2550d6
AM
2399 * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
2400 MOD_HILO, and MOD_LO macros.
08fe7a7e 2401
2d2550d6
AM
2402 * mips-opc.c (M1, M2): Delete.
2403 (mips_builtin_opcodes): Remove all uses of M1.
15305553 2404
2d2550d6
AM
2405 * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2
2406 instructions take "G" format second operands and use the
2407 correct flags.
2408 There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to
0808b8a9 2409 match.
2d2550d6
AM
2410 Delete "sel" code operands from mfc1 and mtc1.
2411 Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants
0808b8a9 2412 for dm[ft]c[023].
c2419411 2413
e70f2590 24142000-12-03 Ed Satterthwaite ehs@sibyte.com and
2d2550d6 2415 Chris Demetriou cgd@sibyte.com
e70f2590 2416
2d2550d6
AM
2417 * mips-opc.c (mips_builtin_opcodes): Finish additions
2418 for MIPS32 support, and clean up existing entries for
2419 aesthetics, consistency with the MIPS32 ISA, and
2420 with consistency the rest of the table.
e70f2590 2421
b23da31b
NC
24222000-12-01 Nick Clifton <nickc@redhat.com>
2423
2424 * mips16-opc.c (mips16_opcodes): Add initialiser for membership
2425 field.
2426
4372b673
NC
24272000-12-01 Chris Demetriou <cgd@sibyte.com>
2428
2d2550d6
AM
2429 mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument
2430 specifiers. Update 'B' for new constant names, and remove
2431 'm'.
2432 mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop"
2433 near the top of the array, so they are disassembled properly.
2434 Enable "ssnop" for MIPS32. Add "break" variant with 20 bit
2435 code for MIPS32. Update "clo" and "clz" to use 'U' operand
2436 specifier. Add 'H' format specifier variants for "mfc1,"
2437 "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32. Update
2438 MIPS32 "sdbbp" to use 'B' operand specifier. Add MIPS32
2439 "wait" variant which uses 'J' operand specifier.
2440
2441 * mips-dis.c (set_mips_isa_type): Update to use
2442 CPU_UNKNOWN and ISA_* constants. Add bfd_mach_mips32 case.
2443 Replace bfd_mach_mips4K with bfd_mach_mips32_4k case.
2444 * mips-opc.c (I32): New constant for instructions added in
2445 MIPS32.
2446 (P4): Delete.
2447 (mips_builtin_opcodes) Replace all uses of P4 with I32.
2448
2449 * mips-dis.c (set_mips_isa_type): Add cases for
2450 bfd_mach_mips5 and bfd_mach_mips64.
2451 * mips-opc.c (I64): New definitions.
2452
2453 * mips-dis.c (set_mips_isa_type): Add case for
2454 bfd_mach_mips_sb1.
c6c98b38 2455
caaaf822
HPN
24562000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2457
2458 * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.
2459 (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
2460 Initialize variable dc to NULL.
2461 (print_insn_shx): Remove unused label d_reg_n.
2462
077b8428
NC
24632000-11-24 Nick Clifton <nickc@redhat.com>
2464
2465 * arm-opc.h: Add new opcode formatting parameter 'B'.
2466 (arm_opcodes): Add XScale, v5, and v5te instructions.
2467 (thumb_opcodes): Add v5t instructions.
2468
2469 * arm-dis.c (print_insn_arm): Handle new 'B' format
2470 parameter.
2471 (print_insn_thumb): Decode BLX(1) instruction.
2472
657e7cec
CD
24732000-11-21 Chris Demetriou <cgd@sibyte.com>
2474
2475 * mips-opc.c: Fix file header comment.
2476
b6b0b32c
HPN
24772000-11-14 Hans-Peter Nilsson <hp@axis.com>
2478
2479 * cris-dis.c (cris_get_disassembler): If abfd is NULL, return
2480 print_insn_cris_with_register_prefix.
2481
54a4ca2e
AO
24822000-11-11 Alexandre Oliva <aoliva@redhat.com>
2483
2484 * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
2485
025d2eab 24862000-11-07 Matthew Green <mrg@redhat.com>
1ffd7d02
DB
2487
2488 * cgen-dis.in (print_insn): All insns which can fit into insn_value
2489 must be loaded there in their entirety.
2490
19f7b010
JJ
24912000-10-20 Jakub Jelinek <jakub@redhat.com>
2492
2493 * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
2494 (compute_arch_mask): Add v8plusb and v9b machines.
2495 (print_insn_sparc): siam mode decoding, accept ASRs up to 25.
060d22b0 2496 * sparc-opc.c: Support for Cheetah instruction set.
19f7b010
JJ
2497 (prefetch_table): Add #invalidate.
2498
710c2d97
NC
24992000-10-16 Nick Clifton <nickc@redhat.com>
2500
2501 * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
2502
f40c3ea3
DB
25032000-10-06 Dave Brolley <brolley@redhat.com>
2504
2505 * fr30-desc.h: Regenerate.
2506 * m32r-desc.h: Regenerate.
2507 * m32r-ibld.c: Regenerate.
2508
0d2bcfaf 25092000-10-05 Jim Wilson <wilson@redhat.com>
afa680f8
JW
2510
2511 * ia64-ic.tbl: Update from Intel.
2512 * ia64-asmtab.c: Regenerate.
c2419411 2513
d1e28e24
KH
25142000-10-04 Kazu Hirata <kazu@hxi.com>
2515
2516 * ia64-gen.c: Convert C++-style comments to C-style comments.
2517 * tic54x-dis.c: Likewise.
2518
b4db717d 25192000-09-29 Hans-Peter Nilsson <hp@axis.com>
78966507
HPN
2520
2521 Changes to add dollar prefix to registers for files where user symbols
2522 don't have a leading underscore. Fix formatting.
2523 * cris-dis.c (REGISTER_PREFIX_CHAR): New.
2524 (format_reg): Add parameter with_reg_prefix. All callers changed.
2525 (print_with_operands): Ditto.
2526 (print_insn_cris_generic): Renamed from print_insn_cris, add
2527 parameter with_reg_prefix.
2528 (print_insn_cris_with_register_prefix,
2529 print_insn_cris_without_register_prefix, cris_get_disassembler):
2530 New.
2531 * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
2532
0d2bcfaf 25332000-09-22 Jim Wilson <wilson@redhat.com>
139368c9 2534
d48ad4f3
JW
2535 * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
2536 gt, ge, ngt, and nge.
2537 * ia64-asmtab.c: Regenerate.
2538
139368c9
JW
2539 * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
2540 * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
2541 (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
2542 * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
2543 * ia64-asmtab.c: Regnerate.
2544
156c2f8b 25452000-09-13 Anders Norlander <anorland@acc.umu.se>
c2419411
AJ
2546
2547 * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores.
2548 Add mfc0 and mtc0 with sub-selection values.
156c2f8b 2549 Add clo and clz opcodes.
c2419411
AJ
2550 Add msub and msubu instructions for MIPS32.
2551 Add madd/maddu aliases for mad/madu for MIPS32.
2552 Support wait, deret, eret, movn, pref for MIPS32.
156c2f8b 2553 Support tlbp, tlbr, tlbwi, tlbwr.
c2419411
AJ
2554 (P4): New define.
2555
2556 * mips-dis.c (print_insn_arg): Print sdbbp 'm' args.
2557 (print_insn_arg): Handle 'H' args.
2558 (set_mips_isa_type): Recognize 4K.
156c2f8b
NC
2559 Use CPU_* defines instead of hardcoded numbers.
2560
de827f51
CM
25612000-09-11 Catherine Moore <clm@redhat.com>
2562
2563 * d30v-opc.c (d30v_operand_t): New operand type Rb2.
2564 (d30v_format_tab): Use Rb2 for modinc and moddec.
c2419411 2565
ea2aae66 25662000-09-07 Catherine Moore <clm@redhat.com>
c2419411 2567
2d2550d6
AM
2568 * d30v-opc.c (d30v_format_tab): Use format Ra for
2569 modinc and moddec.
ea2aae66 2570
90f2472a
AO
25712000-09-06 Alexandre Oliva <aoliva@redhat.com>
2572
2573 * configure: Rebuilt with new libtool.m4.
2574
5b343f5a
NC
25752000-09-05 Nick Clifton <nickc@redhat.com>
2576
2577 * configure: Regenerate.
2578 * po/opcodes.pot: Regenerate.
c2419411 2579
ac48eca1
AO
25802000-08-31 Alexandre Oliva <aoliva@redhat.com>
2581
2582 * acinclude.m4: Include libtool and gettext macros from the
2583 top level.
2584 * aclocal.m4, configure: Rebuilt.
2585
c6d805e0
KH
25862000-08-30 Kazu Hirata <kazu@hxi.com>
2587
2588 * tic80-dis.c: Fix formatting.
2589
7d352fc8
KH
25902000-08-29 Kazu Hirata <kazu@hxi.com>
2591
2592 * w65-dis.c: Fix formatting.
2593
a47cf567
NC
25942000-08-28 Mark Hatle <mhatle@mvista.com>
2595
2596 * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
2597 (powerpc_opcodes): Add table entries for PPC 405 instructions.
2598 Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
2599 instructions. Added extended mnemonic mftbl as defined in the
2600 405GP manual for all PPCs.
2601
0d2bcfaf 26022000-08-28 Jim Wilson <wilson@redhat.com>
f9365b11
JW
2603
2604 * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
2605 call. Change last goto to use failed instead of done.
2606
6bb95a0f
DB
26072000-08-28 Dave Brolley <brolley@redhat.com>
2608
2609 * cgen-ibld.in (cgen_put_insn_int_value): New function.
2610 (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
2611 (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
2612 (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
2613 * cgen-dis.in (read_insn): New static function.
2614 (print_insn): Use read_insn to read the insn into the buffer and set
2615 up for disassembly.
2616 (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
2617 in the buffer.
2618 * fr30-asm.c: Regenerated.
2619 * fr30-desc.c: Regenerated.
060d22b0 2620 * fr30-desc.h: Regenerated.
6bb95a0f
DB
2621 * fr30-dis.c: Regenerated.
2622 * fr30-ibld.c: Regenerated.
2623 * fr30-opc.c: Regenerated.
060d22b0 2624 * fr30-opc.h: Regenerated.
6bb95a0f
DB
2625 * m32r-asm.c: Regenerated.
2626 * m32r-desc.c: Regenerated.
060d22b0 2627 * m32r-desc.h: Regenerated.
6bb95a0f
DB
2628 * m32r-dis.c: Regenerated.
2629 * m32r-ibld.c: Regenerated.
2630 * m32r-opc.c: Regenerated.
2631
bf830eae
KH
26322000-08-28 Kazu Hirata <kazu@hxi.com>
2633
2634 * tic30-dis.c: Fix formatting.
2635
69eb4bbf
KH
26362000-08-27 Kazu Hirata <kazu@hxi.com>
2637
2638 * sh-dis.c: Fix formatting.
2639
f509565f
GK
26402000-08-24 David Edelsohn <dje@watson.ibm.com>
2641
2642 * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
2643
5c90f90d
KH
26442000-08-24 Kazu Hirata <kazu@hxi.com>
2645
2646 * z8k-dis.c: Fix formatting.
2647
0d2bcfaf 26482000-08-16 Jim Wilson <wilson@redhat.com>
50b81f19
JW
2649
2650 * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds. Delete
2651 break, mov-immediate, nop.
2652 * ia64-opc-f.c: Delete fpsub instructions.
2653 * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
2654 address operand. Rewrite using macros to avoid long lines.
2655 * ia64-opc.h (POSTINC): Define.
2656 * ia64-asmtab.c: Regenerate.
2657
0d2bcfaf 26582000-08-15 Jim Wilson <wilson@redhat.com>
19ba6717
JW
2659
2660 * ia64-ic.tbl: Add missing entries.
2661
0d2bcfaf 26622000-08-08 Jason Eckhardt <jle@redhat.com>
a5bc3299
JE
2663
2664 * i860-dis.c (print_br_address): Change third argument from int
2665 to long.
2666
0d2bcfaf 26672000-08-07 Richard Henderson <rth@redhat.com>
0228082a
RH
2668
2669 * ia64-dis.c (print_insn_ia64): Get byte skip count correct
2670 for MLI templates. Handle IA64_OPND_TGT64.
2671
a47cf567
NC
26722000-08-04 Ben Elliston <bje@redhat.com>
2673
2674 * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
2675 * cgen.sh: Likewise.
2676
0d2bcfaf 26772000-08-02 Jim Wilson <wilson@redhat.com>
c2419411 2678
a47cf567
NC
2679 * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
2680
463f102c
DC
26812000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
2682
2683 * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
2684 Change return type from void to int. Check the combination
2685 of operands, return 1 if valid. Fix to avoid BUF overflow.
2686 Report undefined combinations of operands in COMMENT.
2687 Report internal errors to stderr. Output the adiw/sbiw
2688 constant operand in both decimal and hex.
2689 (print_insn_avr): Disassemble ldd/std with displacement of 0
2690 as ld/st. Check avr_operand () return value, handle invalid
2691 combinations of operands like unknown opcodes.
2692
6e31aea3
BE
26932000-07-28 Ben Elliston <bje@redhat.com>
2694
2695 * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
2696 (run-cgen, stamp-m32r, stamp-fr30): New targets.
2697 * Makefile.in: Regenerate.
2698 * configure.in: Add --enable-cgen-maint option.
2699 * configure: Regenerate.
2700
dc62a253
NC
27012000-07-26 Dave Brolley <brolley@redhat.com>
2702
2703 * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
2704 (cgen_hw_lookup_by_num): Ditto.
2705 (cgen_operand_lookup_by_name): Ditto.
2706 (print_address): Ditto.
2707 (print_keyword): Ditto.
2708 * cgen-dis.c (hash_insn_array): Mark unused parameters with
2709 ATTRIBUTE_UNUSED.
2710 * cgen-asm.c (hash_insn_array): Mark unused parameters with
2711 ATTRIBUTE_UNUSED.
2712 (cgen_parse_keyword): Ditto.
2713
0d2bcfaf 27142000-07-22 Jason Eckhardt <jle@redhat.com>
cdac37f6
JE
2715
2716 * i860-dis.c: New file.
2717 (print_insn_i860): New function.
2718 (print_br_address): New function.
2719 (sign_extend): New function.
2720 (BITWISE_OP): New macro.
2721 (I860_REG_PREFIX): New macro.
2722 (grnames, frnames, crnames): New structures.
2723
2724 * disassemble.c (ARCH_i860): Define.
2725 (disassembler): Add check for bfd_arch_i860 to set disassemble
2726 function to print_insn_i860.
2727
2728 * Makefile.in (CFILES): Added i860-dis.c.
2729 (ALL_MACHINES): Added i860-dis.lo.
2730 (i860-dis.lo): New dependences.
2731
2732 * configure.in: New bits for bfd_i860_arch.
2733
2734 * configure: Regenerated.
2735
6c95a37f
HPN
27362000-07-20 Hans-Peter Nilsson <hp@axis.com>
2737
2738 * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
2739 (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
2740 (cris-dis.lo, cris-opc.lo): New rules.
2741 * Makefile.in: Rebuild.
2742 * configure.in (bfd_cris_arch): New target.
2743 * configure: Rebuild.
2744 * disassemble.c (ARCH_cris): Define.
2745 (disassembler): Support ARCH_cris.
2746 * cris-dis.c, cris-opc.c: New files.
2747 * po/POTFILES.in, po/opcodes.pot: Regenerate.
2748
09ab35c7
JJ
27492000-07-11 Jakub Jelinek <jakub@redhat.com>
2750
2751 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
2752 Reported by Bill Clarke <llib@computer.org>.
2753
0d2bcfaf 27542000-07-09 Geoffrey Keating <geoffk@redhat.com>
1da5001c
GK
2755
2756 * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
2757 Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
2758
6e09abd4
AM
27592000-07-09 Alan Modra <alan@linuxcare.com.au>
2760
2761 * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
2762 fput_const, extract_3, extract_5_load, extract_5_store,
2763 extract_5r_store, extract_5R_store, extract_10U_store,
2764 extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
2765 extract_12, extract_17, extract_22): Prototype.
2766 (print_insn_hppa): Rename inner block opcode -> opc to avoid
2767 shadowing outer block.
2768 (GET_BIT): Define.
2769
90821790 27702000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
2771
2772 * MAINTAINERS: new
2773
6eeeb4b4
AO
27742000-07-04 Alexandre Oliva <aoliva@redhat.com>
2775
2776 * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
2777
00d2865b
NC
27782000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
2779
2780 * avr-dis.c (avr_operand): Change _ () to _() around all strings
2781 marked for translation (exception from the usual coding style).
2782 (print_insn_avr): Initialize insn2 to avoid warnings.
2783
c07ab2ec
NC
27842000-07-03 Kazu Hirata <kazu@hxi.com>
2785
2786 * h8300-dis.c (bfd_h8_disassemble): Improve readability.
2787 * h8500-dis.c: Fix formatting.
2788
0bdaf48b
AM
27892000-07-01 Alan Modra <alan@linuxcare.com.au>
2790
2791 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2792 (CLEANFILES): Add DEPA.
2793 * Makefile.in: Regenerate.
2794
7c03c75e
SB
27952000-06-26 Scott Bambrough <scottb@netwinder.org>
2796
2797 * arm-dis.c (regnames): Add an additional register set to match
2798 the set used by GCC. Make it the default.
2799
1581f8c9
AM
28002000-06-22 Alan Modra <alan@linuxcare.com.au>
2801
2802 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2803 find one.
2804 * Makefile.in: Regenerate.
2805
bbeb2e03
L
28062000-06-20 H.J. Lu <hjl@gnu.org>
2807
2808 * Makefile.am: Rebuild dependency.
2809 * Makefile.in: Rebuild.
9b443040
NC
2810
28112000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2812
2813 * Makefile.in, configure: regenerate
c2419411 2814 * disassemble.c (disassembler): Recognize ARCH_m68hc12,
9b443040 2815 ARCH_m68hc11.
c2419411 2816 * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
9b443040
NC
2817 New functions.
2818 * configure.in: Recognize m68hc12 and m68hc11.
2819 * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
c2419411 2820 * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
9b443040 2821 and opcode generation for m68hc11 and m68hc12.
bbeb2e03 2822
39c20e8f
ND
28232000-06-16 Nick Duffek <nsd@redhat.com>
2824
2825 * disassemble.c (disassembler): Refer to the PowerPC 620 using
2826 bfd_mach_ppc_620 instead of 620.
2827
53d388d1
JL
28282000-06-12 Kazu Hirata <kazu@hxi.com>
2829
2830 * h8300-dis.c: Fix formatting.
2831 (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
2832 correctly.
2833
0d2bcfaf 28342000-06-09 Denis Chertykov <denisc@overta.ru>
8776c5fe
DC
2835
2836 * avr-dis.c (avr_operand): Bugfix for jmp/call address.
2837
0d2bcfaf 28382000-06-07 Denis Chertykov <denisc@overta.ru>
bab84c47
DC
2839
2840 * avr-dis.c: completely rewritten.
2841
79540e26 28422000-06-02 Kazu Hirata <kazu@hxi.com>
5fec0fc5
NC
2843
2844 * h8300-dis.c: Follow the GNU coding style.
2845 (bfd_h8_disassemble) Fix a typo.
5fec0fc5 2846
3903e627
NC
28472000-06-01 Kazu Hirata <kazu@hxi.com>
2848
2849 * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo.
2850 (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl]
2851 correctly. Fix a typo.
2852
0d2bcfaf 28532000-05-31 Nick Clifton <nickc@redhat.com>
c0ae4ccc
NC
2854
2855 * opintl.h (_(String)): Explain why dgettext is used instead of
2856 gettext.
2857
0d2bcfaf 28582000-05-30 Nick Clifton <nickc@redhat.com>
c1485d85
NC
2859
2860 * opintl.h (gettext, dgettext, dcgettext, textdomain,
2861 bindtextdomain): Replace defines with those from intl/libgettext.h
2862 to quieten gcc warnings.
2863
2114f57b
AM
28642000-05-26 Alan Modra <alan@linuxcare.com.au>
2865
2866 * Makefile.am: Update dependencies with "make dep-am"
2867 * Makefile.in: Regenerate.
2868
0d2bcfaf 28692000-05-25 Alexandre Oliva <aoliva@redhat.com>
d6062282
AO
2870
2871 * m10300-dis.c (disassemble): Don't assume 32-bit longs when
2872 sign-extending operands.
2873
0d2bcfaf 28742000-05-15 Donald Lindsay <dlindsay@redhat.com>
344fc69a
DL
2875
2876 * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches
2877 except brf's.
2878
0d2bcfaf 28792000-05-21 Nick Clifton <nickc@redhat.com>
6c298591
NC
2880
2881 * Makefile.am (LIBIBERTY): Define.
2882
0d2bcfaf 28832000-05-19 Diego Novillo <dnovillo@redhat.com>
fb48caed
DN
2884
2885 * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.
2886 (STD_REGISTER_NAMES): New name for REGISTER_NAMES.
2887 (reg_names): Rename to std_reg_names. Change it to a char **
2888 static variable.
2889 (std_reg_names): New name for reg_names.
2890 (set_mips_isa_type): Set reg_names to point to std_reg_names by
2891 default.
2892
f660ee8b
FCE
28932000-05-16 Frank Ch. Eigler <fche@redhat.com>
2894
2895 * fr30-desc.h: Partially regenerated to account for changed
2896 CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
2897 * m32r-desc.h: Ditto.
2898
0d2bcfaf 28992000-05-15 Nick Clifton <nickc@redhat.com>
322f2c45
NC
2900
2901 * arm-opc.h: Use upper case for flasg in MSR and MRS
2902 instructions. Allow any bit to be set in the field_mask of
2903 the MSR instruction.
2904
2905 * arm-dis.c (print_insn_arm): Decode _x and _s bits of the
2906 field_mask of an MSR instruction.
2907
60fc8cba
NC
29082000-05-11 Thomas de Lellis <tdel@windriver.com>
2909
060d22b0 2910 * arm-opc.h: Disassembly of thumb ldsb/ldsh
79540e26
AM
2911 instructions changed to ldrsb/ldrsh.
2912
73da6b6b
AM
29132000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
2914
2915 * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
2916 target addresses for 'jal' and 'j'.
2917
0d2bcfaf 29182000-05-10 Geoff Keating <geoffk@redhat.com>
d2f75a6f
GK
2919
2920 * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes
2921 also available in common mode when powerpc syntax is being used.
2922
821011cc
AM
29232000-05-08 Alan Modra <alan@linuxcare.com.au>
2924
2925 * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args.
2926 (dummy_print_address): Ditto.
2927
0d2bcfaf 29282000-05-04 Timothy Wall <twall@redhat.com>
5c84d377
TW
2929
2930 * tic54x-opc.c: New.
2931 * tic54x-dis.c: New.
2932 * disassemble.c (disassembler): Add ARCH_tic54x.
2933 * configure.in: Added tic54x target.
2934 * configure: Ditto.
2935 * Makefile.am: Add tic54x dependencies.
79540e26 2936 * Makefile.in: Ditto.
5c84d377 2937
786e2c0f
C
29382000-05-03 J.T. Conklin <jtc@redback.com>
2939
2940 * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
79540e26 2941 vector unit operands.
786e2c0f
C
2942 (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
2943 unit instruction formats.
2944 (PPCVEC): New macro, mask for vector instructions.
2945 (powerpc_operands): Add table entries for above operand types.
2946 (powerpc_opcodes): Add table entries for vector instructions.
2947
2948 * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
2949 (print_insn_little_powerpc): Likewise.
2950 (print_insn_powerpc): Prepend 'v' when printing vector registers.
2951
0d2bcfaf 29522000-04-24 Clinton Popetz <cpopetz@redhat.com>
a47cf567
NC
2953
2954 * configure.in: Add bfd_powerpc_64_arch.
2955 * disassemble.c (disassembler): Use print_insn_big_powerpc for
2956 64 bit code.
2957
0d2bcfaf 29582000-04-24 Nick Clifton <nickc@redhat.com>
a47cf567
NC
2959
2960 * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
2961 field.
2962
0d2bcfaf 29632000-04-23 Denis Chertykov <denisc@overta.ru>
3c504221
DC
2964
2965 * avr-dis.c (reg_fmul_d): New. Extract destination register from
2966 FMUL instruction.
2967 (reg_fmul_r): New. Extract source register from FMUL instruction.
2968 (reg_muls_d): New. Extract destination register from MULS instruction.
2969 (reg_muls_r): New. Extract source register from MULS instruction.
2970 (reg_movw_d): New. Extract destination register from MOVW instruction.
2971 (reg_movw_r): New. Extract source register from MOVW instruction.
2972 (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
2973 EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
2974
0d2bcfaf 29752000-04-22 Timothy Wall <twall@redhat.com>
aa170a07
TW
2976
2977 * ia64-gen.c (general): Add an ordered table of primary
2978 opcode names, as well as priority fields to disassembly data
2979 structures to enforce a preferred disassembly format based on the
2980 ordering of the opcode tables.
2981 (load_insn_classes): Show a useful message if IC tables are missing.
2982 (load_depfile): Ditto.
2983 * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to
2984 distinguish preferred disassembly.
2985 * ia64-opc-f.c: Reorder some insn for preferred disassembly
2986 format. Fix incorrect flag on fma.s/fma.s.s0.
2987 * ia64-opc.c: Scan *all* disassembly matches and use the one with
2988 the highest priority.
2989 * ia64-opc-b.c: Use more abbreviations.
2990 * ia64-asmtab.c: Regenerate.
79540e26 2991
0d2bcfaf 29922000-04-21 Jason Eckhardt <jle@redhat.com>
91b1cc5d
JL
2993
2994 * hppa-dis.c (extract_16): New function.
2995 (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
2996 new operand types l,y,&,fe,fE,fx.
2997
0d2bcfaf
NC
29982000-04-21 Richard Henderson <rth@redhat.com>
2999 David Mosberger <davidm@hpl.hp.com>
3000 Timothy Wall <twall@redhat.com>
3001 Bob Manson <manson@charmed.cygnus.com>
3002 Jim Wilson <wilson@redhat.com>
800eeca4
JW
3003
3004 * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h.
3005 (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c,
3006 ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c,
3007 ia64-asmtab.c.
3008 (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo.
3009 (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen,
3010 ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules.
3011 * Makefile.in: Rebuild.
3012 * configure Rebuild.
3013 * configure.in (bfd_ia64_arch): New target.
3014 * disassemble.c (ARCH_ia64): Define.
3015 (disassembler): Support ARCH_ia64.
3016 * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl,
3017 ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c,
3018 ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl,
060d22b0 3019 ia64-war.tbl, ia64-waw.tbl: New files.
79540e26 3020
0d2bcfaf 30212000-04-20 Alexandre Oliva <aoliva@redhat.com>
4d85706b
AO
3022
3023 * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
3024 (disassemble): Use them.
3025
0d8dfecf
AM
30262000-04-14 Alan Modra <alan@linuxcare.com.au>
3027
3028 * sysdep.h: Include "ansidecl.h" not <ansidecl.h>
3029 * Makefile.am: Update dependencies.
3030 * Makefile.in: Regenerate.
3031
30322000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3033
3034 * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
3035 avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
3036 disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
3037 i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
3038 m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
3039 mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c,
3040 ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c,
3041 tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c,
3042 w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h. Remove
3043 ansidecl.h as sysdep.h includes it.
3044
0d2bcfaf 30452000-04-7 Andrew Cagney <cagney@b1.redhat.com>
79540e26 3046
a2d91340 3047 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
79540e26 3048 --enable-build-warnings option.
a2d91340
AC
3049 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3050 * Makefile.in, configure: Re-generate.
3051
0d2bcfaf 30522000-04-05 J"orn Rennecke <amylaar@redhat.com>
52ccafd0 3053
060d22b0 3054 * sh-opc.h (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs.
52ccafd0
JR
3055 stc GBR,@-<REG_N> is available for arch_sh1_up.
3056 Group parallel processing insn with identical mnemonics together.
3057 Make three-operand psha / pshl come first.
3058
0d2bcfaf 30592000-04-05 J"orn Rennecke <amylaar@redhat.co.uk>
015551fc
JR
3060
3061 * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
3062 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
3063 (sh_arg_type): Add A_PC.
3064 (sh_table): Update entries using immediates. Add repeat.
3065 * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
3066 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
3067
41b49281
AM
30682000-04-04 Alan Modra <alan@linuxcare.com.au>
3069
8ad3436c
AM
3070 * po/opcodes.pot: Regenerate.
3071
41b49281
AM
3072 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3073 (DEP): Quote when passing vars to sub-make. Add warning message
3074 to end.
3075 (DEP1): Rewrite for "gcc -MM".
3076 (CLEANFILES): Add DEP2.
3077 Update dependencies.
3078 * Makefile.in: Regenerate.
3079
b77a133c
AM
30802000-04-03 Denis Chertykov <denisc@overta.ru>
3081
3082 * avr-dis.c: Syntax cleanup.
3083 (add0fff): Print the pc relative address as a signed number.
3084 (add03f8): Likewise.
3085
9aaaa291
ILT
30862000-04-01 Ian Lance Taylor <ian@zembu.com>
3087
3088 * disassemble.c (disassembler_usage): Don't use a prototype. Mark
3089 the parameter ATTRIBUTE_UNUSED.
3090 * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
3091
0d2bcfaf 30922000-04-01 Alexandre Oliva <aoliva@redhat.com>
5728a7d7
AO
3093
3094 * m10300-opc.c: SP-based offsets are always unsigned.
3095
67b60d92
NC
30962000-03-29 Thomas de Lellis <tdel@windriver.com>
3097
3098 * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal"
3099 [branch always] instead of "undefined".
3100
0d2bcfaf 31012000-03-27 Nick Clifton <nickc@redhat.com>
ba23e138
NC
3102
3103 * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of
3104 short instructions, from end of list of long instructions.
3105
832ddf62
ILT
31062000-03-27 Ian Lance Taylor <ian@zembu.com>
3107
3108 * Makefile.am (CFILES): Add avr-dis.c.
3109 (ALL_MACHINES): Add avr-dis.lo.
3110
adde6300
AM
31112000-03-27 Alan Modra <alan@linuxcare.com>
3112
3113 * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to
3114 truncate integers.
3115 (print_insn_avr): Call function via pointer in K&R compatible way.
3116 (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204,
3117 add0fff, add03f8): Convert to old style function declaration and
3118 add prototype.
3119 (avrdis_opcode): Add prototype.
3120
31212000-03-27 Denis Chertykov <denisc@overta.ru>
3122
3123 * avr-dis.c: New file. AVR disassembler.
3124 * configure.in (bfd_avr_arch): New architecture support.
3125 * disassemble.c: Likewise.
3126 * configure: Regenerate.
3127
0d2bcfaf 31282000-03-06 J"oern Rennecke <amylaar@redhat.com>
05102e70
JR
3129
3130 * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement.
3131
0d2bcfaf 31322000-03-02 J"orn Rennecke <amylaar@redhat.co.uk>
866afedc 3133
79540e26
AM
3134 * d30v-dis.c (print_insn): Remove d*i hacks. Use per-operand
3135 flag to determine if operand is pc-relative.
3136 * d30v-opc.c:
3137 (d30v_format_table):
3138 (REL6S3): Renamed from IMM6S3.
3139 Added flag OPERAND_PCREL.
3140 (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with
3141 added flag OPERAND_PCREL.
3142 (IMM12S3U): Replaced with REL12S3.
3143 (SHORT_D2, LONG_D): Delay target is pc-relative.
3144 (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r):
3145 Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r,
3146 using the REL* operands.
3147 (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D.
3148 (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B,
3149 LONG_Db, using REL* operands.
3150 (SHORT_U, SHORT_A5S): Removed stray alternatives.
3151 (d30v_opcode_table): Use new *r formats.
866afedc 3152
0d2bcfaf 31532000-02-28 Nick Clifton <nickc@redhat.com>
77343c58
NC
3154
3155 * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
3156 'signed_overflow_ok_p'.
3157
e56f75e9
ILT
31582000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
3159
3160 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
3161 name of the libtool directory.
3162 * Makefile.in: Rebuild.
3163
0d2bcfaf 31642000-02-24 Nick Clifton <nickc@redhat.com>
fa7928ca
NC
3165
3166 * cgen-opc.c (cgen_set_signed_overflow_ok): New function.
3167 (cgen_clear_signed_overflow_ok): New function.
3168 (cgen_signed_overflow_ok_p): New function.
3169
0d2bcfaf 31702000-02-23 Andrew Haley <aph@redhat.com>
cfcdbe97 3171
79540e26 3172 * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
060d22b0 3173 m32r-ibld.c, m32r-opc.h: Rebuild.
cfcdbe97 3174
5b93d8bb
AM
31752000-02-23 Linas Vepstas <linas@linas.org>
3176
3177 * i370-dis.c, i370-opc.c: New.
3178
3179 * disassemble.c (ARCH_i370): Define.
3180 (disassembler): Handle it.
3181
3182 * Makefile.am: Add support for Linux/IBM 370.
3183 * configure.in: Likewise.
3184
3185 * Makefile.in: Regenerate.
3186 * configure: Likewise.
3187
0d2bcfaf 31882000-02-22 Chandra Chavva <cchavva@redhat.com>
b669ceb9
CC
3189
3190 * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to
3191 ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel
3192 procedure.
3193
0d2bcfaf 31942000-02-22 Andrew Haley <aph@redhat.com>
8027df89
AH
3195
3196 * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER:
3197 force gp32 to zero.
3198 * mips-opc.c (G6): New define.
3199 (mips_builtin_op): Add "move" definition for -gp32.
3200
4db3857a
ILT
32012000-02-22 Ian Lance Taylor <ian@zembu.com>
3202
3203 From Grant Erickson <gerickso@Brocade.COM>:
3204 * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
3205
f6af82bd
AM
32062000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3207
3208 * dis-buf.c (buffer_read_memory): Change `length' param and all int
3209 vars to unsigned.
3210
0d2bcfaf 32112000-02-17 J"orn Rennecke <amylaar@redhat.co.uk>
d4845d57
JR
3212
3213 * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
3214 (print_insn_ppi): Likewise.
3215 (print_insn_shx): Use info->mach to select appropriate insn set.
3216 Add support for sh-dsp. Remove FD_REG_N support.
3217 * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
3218 (sh_arg_type): Likewise. Remove FD_REG_N.
3219 (sh_dsp_reg_nums): New enum.
3220 (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
3221 (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
3222 (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
3223 (arch_sh3_dsp_up): Likewise.
3224 (sh_opcode_info): New field: arch.
3225 (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
3226 D_REG_N. Fill in arch field. Add sh-dsp insns.
3227
0d2bcfaf 32282000-02-14 Fernando Nasser <fnasser@totem.to.redhat.com>
a7f8487e
FN
3229
3230 * arm-dis.c: Change flavor name from atpcs-special to
3231 special-atpcs to prevent name conflict in gdb.
3232 (get_arm_regname_num_options, set_arm_regname_option,
3233 get_arm_regnames): New functions. API to access the several
3234 flavor of register names. Note: Used by gdb.
3235 (print_insn_thumb): Use the register name entry from the currently
3236 selected flavor for LR and PC.
3237
0d2bcfaf 32382000-02-10 Nick Clifton <nickc@redhat.com>
97ee9b94
NC
3239
3240 * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR
3241 classes.
3242 (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and
3243 "mulsh.h" instructions.
3244 * mcore-dis.c (imsk array): Add masks for MULSH and OPSR
3245 classes.
3246 (print_insn_mcore): Add support for little endian targets.
3247 Add support for MULSH and OPSR classes.
3248
0d2bcfaf 32492000-02-07 Nick Clifton <nickc@redhat.com>
a3d9c82d
NC
3250
3251 * arm-dis.c (parse_arm_diassembler_option): Rename again.
3252 Previous delat did not take.
3253
79540e26
AM
32542000-02-03 Timothy Wall <twall@redhat.com>
3255
940b2b78
TW
3256 * dis-buf.c (buffer_read_memory): Use octets_per_byte field
3257 to adjust target address bounds checking and calculate the
3258 appropriate octet offset into data.
79540e26 3259
94470b23
NC
32602000-01-27 Nick Clifton <nickc@redhat.com>
3261
6c082ed8
NC
3262 * arm-dis.c: (parse_disassembler_option): Rename to
3263 parse_arm_disassembler_option and allow to be exported.
3264
94470b23
NC
3265 * disassemble.c (disassembler_usage): New function: Print out any
3266 target specific disassembler options.
58efb6c0 3267 Call arm_disassembler_options() if the ARM architecture is being
79540e26 3268 supported.
58efb6c0
NC
3269
3270 * arm-dis.c (NUM_ELEM): Define this macro if not already
3271 defined.
3272 (arm_regname): New struct type for ARM register names.
3273 (arm_toggle_regnames): Delete.
3274 (parse_disassembler_option): Use register name structure.
3275 (print_insn): New function: Combines duplicate code found in
3276 print_insn_big_arm and print_insn_little_arm.
3277 (print_insn_big_arm): Call print_insn.
3278 (print_insn_little_arm): Call print_insn.
3279 (print_arm_disassembler_options): Display list of supported,
3280 ARM specific disassembler options.
79540e26 3281
2f0ca46a
NC
32822000-01-27 Thomas de Lellis <tdel@windriver.com>
3283
79540e26 3284 * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the
2f0ca46a 3285 ARM_STT_16BIT flag as Thumb code symbols.
79540e26
AM
3286
3287 * arm-dis.c (printf_insn_little_arm): Ditto.
2f0ca46a 3288
cb268829
NC
32892000-01-25 Thomas de Lellis <tdel@windriver.com>
3290
3291 * arm-dis.c (printf_insn_thumb): Prevent double dumping
79540e26 3292 of raw thumb instructions.
cb268829 3293
0d2bcfaf 32942000-01-20 Nick Clifton <nickc@redhat.com>
06b53c1b
NC
3295
3296 * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
3297
01c7f630
NC
32982000-01-03 Nick Clifton <nickc@cygnus.com>
3299
3300 * arm-dis.c (streq): New macro.
3301 (strneq): New macro.
3302 (force_thumb): ew local variable.
3303 (parse_disassembler_option): New function: Parse a single, ARM
3304 specific disassembler command line switch.
3305 (parse_disassembler_option): Call parse_disassembler_option to
3306 parse individual command line switches.
3307 (print_insn_big_arm): Check force_thumb.
3308 (print_insn_little_arm): Check force_thumb.
3309
2f6d2f85 3310For older changes see ChangeLog-9899
252b5132
RH
3311\f
3312Local Variables:
2f6d2f85
NC
3313mode: change-log
3314left-margin: 8
3315fill-column: 74
252b5132
RH
3316version-control: never
3317End:
This page took 0.597042 seconds and 4 git commands to generate.