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