Handle vr4111
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 start-sanitize-vr4xxx
2 1998-12-16  Gavin Romig-Koch  <gavin@cygnus.com>
3
4         * mips-dis.c (set_mips_isa_type): Handle bfd_mach_mips4111.
5
6 end-sanitize-vr4xxx
7 start-sanitize-fr30
8 1998-12-15  Dave Brolley  <brolley@cygnus.com>
9
10         * fr30-opc.c,fr30-opc.h: Regenerated.
11
12 1998-12-14  Dave Brolley  <brolley@cygnus.com>
13
14         * fr30-opc.c,fr30-opc.h: Regenerated.
15
16 end-sanitize-fr30
17 start-sanitize-vr4xxx
18 1998-12-13  Gavin Romig-Koch  <gavin@cygnus.com>
19
20         * mips-dis.c (set_mips_isa_type): Add bfd_mach_mips4121.
21         (_print_insn_mips): Same.
22         * mips-opc.c: Add vr4121.
23
24 end-sanitize-vr4xxx
25 start-sanitize-fr30
26 Thu Dec 10 18:39:46 1998  Dave Brolley  <brolley@cygnus.com>
27
28         * fr30-opc.c,fr30-opc.h: Regenerated.
29
30 end-sanitize-fr30
31 Thu Dec 10 12:49:24 1998  Doug Evans  <devans@canuck.cygnus.com>
32
33         * m32r-opc.c: Regenerate.
34
35 start-sanitize-sky
36 Wed Dec  9 14:57:23 1998  Doug Evans  <devans@canuck.cygnus.com>
37
38         * mips-opc.c (mips_builtin_opcodes): Update vmtir syntax.
39         * dvp-opc.c (vu_lower_opcodes): Update mtir entry.
40         (extract_ffstreg): Fix calculation of reg part of returned value.
41
42         Thu Nov 19 16:38:16 EST 1998 Frank Ch. Eigler <fche@cygnus.com>
43
44         * mips-opc.c (sync*): Flag these instructions with INSN_SYNC.
45
46         Wed Jul 29 09:41:19 1998  Frank Ch. Eigler  <fche@cygnus.com>
47
48         * dvp-opc.c (vu_lower_opcodes): Allow ISW, ISWR, MFIR instructions
49         to take multiple destination (xyzw) flags.
50
51         Thu Jul 23 18:26:49 1998  Frank Ch. Eigler  <fche@cygnus.com>
52
53         * dvp-opc.c (vu_operands): Add UW operand type to force ".w" suffix
54         on ft operand of CLIP.
55         (insert_w): New function for same.
56         (vu_opcodes): Use "broadcast" style argument list for two-operand
57         CLIP insn.  Call UW constraint above.
58
59         Mon Jun 22 15:48:29 1998  Ian Carmichael  <iancarm@cygnus.com>
60
61         * dvp-dis.c (print_insn): Disassemble DVP_OPERAND_RELOC_11_S4 as 
62         base 10.
63
64 end-sanitize-sky
65 Tue Dec  8 13:56:18 1998  David Taylor  <taylor@texas.cygnus.com>
66
67         * dis-buf.c (generic_strcat_address): reformat to GNU coding
68         conventions.  change sprintf call to an sprintf_vma call.
69
70 start-sanitize-fr30
71 Tue Dec  8 13:12:44 1998  Dave Brolley  <brolley@cygnus.com>
72
73         * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerated.
74
75 end-sanitize-fr30
76 Tue Dec  8 10:50:46 1998  David Taylor  <taylor@texas.cygnus.com>
77
78         The following changes were made by
79         Elena Zannoni <ezannoni@kwikemart.cygnus.com>,
80         David Taylor <taylor@texas.cygnus.com>, and
81         Edith Epstein <eepstein@sophia.cygnus.com> as part of a project to
82         merge in changes by HP; HP did not create ChangeLog entries.
83
84         * dis-buf.c (generic_strcat_address): new function.
85
86         * hppa-dis.c: Changes to improve hppa disassembly.
87           Changed formatting in : reg_names, fp_reg_names,control_reg, 
88           New variables : sign_extension_names, deposit_names, conversion_names
89             float_test_names, compare_cond_names_double, add_cond_names_double,
90             logical_cond_names_double, unit_cond_names_double, 
91             branch_push_pop_names, saturation_names, shift_names, mix_names,
92           New Macros :   GET_COMPL_O, GET_PUSH_POP,MERGED_REG 
93           Move some definitions to libhppa.h: GET_FIELD, GET_BIT
94           (fput_const): renamed as fput_hex_const
95           (print_insn_hppa):
96            - use the macros fputs_filtered and
97              fput_decimal_const whenever possible; calls to sign_extend require
98              2 params -- add a missing second param of 0.
99            - Some new code ifdefed for LOCAL_ONLY, all related to figuring out
100              architecture version number of current machine. HP folks are
101              trying to handle situation where the target program was compiled
102              for PA 1.x (32-bit), but is running on a PA 2.0 machine and 
103              visa versa.
104            - added new cases : 'g', 'B', 'm'
105            - added cases specifically for PA 2.0
106            - changed the following cases : '"', 'n', 'N', 'p', 'Z', 
107            - calls to fput_const become calls to fput_hex_const
108
109 1998-12-07  James E Wilson  <wilson@wilson-pc.cygnus.com>
110
111         * Makefile.am (CFILES): Add i960c-asm, i960c-dis.c, i960c-opc.c.
112         (ALL_MACHINES): Add i960c-asm.lo, i960c-dis.lo, i960-opc.lo.
113 start-sanitize-cygnus
114         (CLEANFILES): Add stamp-i960.
115         (I960_DEPS): Define.
116         (i960c-opc.h, i960c-opc.c, i960c-asm.c, i960c-dis.c, stamp-i960):
117         New makefile rules.
118 end-sanitize-cygnus
119         (i960-asm.lo, i960c-dis.lo, i960c-opc.lo): New Makefile rules.
120         * Makefile.in: Rebuilt.
121         * configure.in (bfd_i960_arch): Add i960c-opc.lo, i960-asm.o,
122         i960-dis.c to ta.
123         * i960-dis.c (print_insn_i960): Rename to print_insn_i960_orig.
124         * i960c-asm.c, i960c-dis.c, i960c-opc.c, i960c-opc.h: New files.
125         
126 start-sanitize-fr30
127 Mon Dec  7 14:33:44 1998  Dave Brolley  <brolley@cygnus.com>
128
129         * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerated.
130
131 end-sanitize-fr30
132 Sun Dec  6 14:06:48 1998  Ian Lance Taylor  <ian@cygnus.com>
133
134         * mips-opc.c (mips_builtin_opcodes): Add dmfc2 and dmtc2.
135
136         * ppc-opc.c (powerpc_opcodes): Add PowerPC403 GC[X] instructions.
137         From Saitoh Masanobu <msaitoh@spa.is.uec.ac.jp>.
138
139 start-sanitize-fr30
140 Fri Dec  4 17:45:51 1998  Doug Evans  <devans@canuck.cygnus.com>
141
142         * fr30-opc.c: Regenerate.
143
144 Fri Dec  4 17:08:08 1998  Dave Brolley  <brolley@cygnus.com>
145
146         * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerated.
147
148 Thu Dec  3 14:26:20 1998  Dave Brolley  <brolley@cygnus.com>
149
150         * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerated.
151
152 Thu Dec  3 00:09:17 1998  Doug Evans  <devans@canuck.cygnus.com>
153
154         * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerate.
155
156 end-sanitize-fr30
157 1998-11-30  Doug Evans  <devans@casey.cygnus.com>
158
159         * cgen-dis.c (hash_insn_array): CGEN_INSN_VALUE ->
160         CGEN_INSN_BASE_VALUE.
161 start-sanitize-cygnus
162         * cgen-asm.in (insert_normal): Change start,length to unsigned int.
163         New args word_offset, word_length.  Rewrite.
164         (FLD): Define.
165         (insert_1): Fix lsb0 case.
166         * cgen-dis.in (extract_normal): Change start,length to unsigned int.
167         New args word_offset, word_length.  Rewrite.
168         (FLD): Define.
169         (extract_1): Fix lsb0 case.
170         * cgen-opc.in (FLD): Define.
171 end-sanitize-cygnus
172         * m32r-opc.c,m32r-opc.h,m32r-asm.c,m32r-dis.c: Regenerate.
173 start-sanitize-fr30
174         * fr30-opc.c,fr30-opc.h,fr30-asm.c,fr30-dis.c: Regenerate.
175 end-sanitize-fr30
176
177 start-sanitize-cygnus
178 Mon Nov 30 11:52:44 1998  Doug Evans  <devans@canuck.cygnus.com>
179
180         * Makefile.am (CGENFILES): Add rtx-funcs.scm.
181         * Makefile.in: Rebuild.
182
183 end-sanitize-cygnus
184 start-sanitize-fr30
185 Thu Nov 26 11:26:32 1998  Dave Brolley  <brolley@cygnus.com>
186
187         * fr30-asm.c,fr30-dis.c,fr30-opc.c: Regenerated.
188
189 Tue Nov 24 11:20:54 1998  Dave Brolley  <brolley@cygnus.com>
190
191         * fr30-asm.c,fr30-dis.c: Regenerated.
192
193 Mon Nov 23 18:28:48 1998  Dave Brolley  <brolley@cygnus.com>
194
195         * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerated.
196
197 1998-11-20  Doug Evans  <devans@tobor.to.cygnus.com>
198
199         * fr30-opc.c: Regenerated.
200
201 Thu Nov 19 16:02:46 1998  Dave Brolley  <brolley@cygnus.com>
202
203         * fr30-opc.c: Regenerated.
204         * fr30-opc.h: Regenerated.
205         * fr30-dis.c: Regenerated.
206         * fr30-asm.c: Regenerated.
207
208 end-sanitize-fr30
209 Thu Nov 19 07:54:15 1998  Doug Evans  <devans@charmed.cygnus.com>
210
211         * mips-opc.c (sync.p,sync.l): Swap insn values.
212
213 start-sanitize-fr30
214 1998-11-19  Doug Evans  <devans@tobor.to.cygnus.com>
215
216         * fr30-opc.c: Regenerate.
217
218 Wed Nov 18 21:36:37 1998  Dave Brolley  <brolley@cygnus.com>
219
220         * fr30-opc.c: Regenerated.
221         * fr30-opc.h: Regenerated.
222
223 end-sanitize-fr30
224 1998-11-18  Doug Evans  <devans@casey.cygnus.com>
225
226 start-sanitize-cygnus
227         * cgen-asm.in (insert_1): Replace calls to bfd_getb8/putb8.
228         (insert_normal, !CGEN_INT_INSN_P case): Only fetch enough bytes
229         to hold value.
230         (insert_insn_normal): Fix typo.
231         * cgen-dis.c (cgen_dis_lookup_insn): Update type of `value' arg.
232         * cgen-dis.in (extract_normal): Ditto.  New arg `pc'.
233         Rewrite ! CGEN_INT_INSN_P case.
234         (extract_insn_normal): Ditto.
235         (extract_1): New arg `pc'.  All callers updated.
236         Replace calls to bfd_getb8.
237         (fill_cache): New fn.
238         * cgen-opc.c (cgen_{get,put}_insn_value): Move here ...
239         * cgen-opc.in: ... from here.
240         (@arch@_cgen_lookup_insn): Rewrite ! CGEN_INT_INSN_P case.
241 end-sanitize-cygnus
242         * m32r-asm.c,m32r-dis.c,m32r-opc.c: Rebuild.
243 start-sanitize-fr30
244         * fr30-asm.c,fr30-dis.c,fr30-opc.c: Rebuild.
245 end-sanitize-fr30
246
247 start-sanitize-fr30
248 Wed Nov 18 11:30:04 1998  Dave Brolley  <brolley@cygnus.com>
249
250         * fr30-opc.c: Regenerated.
251
252 Mon Nov 16 19:21:48 1998  Dave Brolley  <brolley@cygnus.com>
253         
254         * fr30-opc.c: Regenerated.
255         * fr30-opc.h: Regenerated.
256         * fr30-dis.c: Regenerated.
257         * fr30-asm.c: Regenerated.
258
259 Thu Nov 12 19:24:18 1998  Dave Brolley  <brolley@cygnus.com>
260
261         * po/opcodes.pot: Regenerated.
262         * fr30-opc.c: Regenerated.
263         * fr30-opc.h: Regenerated.
264         * fr30-dis.c: Regenerated.
265         * fr30-asm.c: Regenerated.
266
267 Tue Nov 10 15:26:27 1998  Nick Clifton  <nickc@cygnus.com>
268
269         * disassemble.c (disassembler): Add support for FR30 target.
270         
271 end-sanitize-fr30
272 Tue Nov 10 11:00:04 1998  Doug Evans  <devans@canuck.cygnus.com>
273
274 start-sanitize-cygnus
275         * cgen-dis.in (print_normal): CGEN_OPERAND_FAKE renamed to
276         CGEN_OPERAND_SEM_ONLY.
277 end-sanitize-cygnus
278         * m32r-dis.c,m32r-opc.c,m32r-opc.h: Rebuild.
279 start-sanitize-fr30
280         * fr30-dis.c,fr30-opc.c,fr30-opc.h: Rebuild.
281
282 Mon Nov  9 18:22:55 1998  Dave Brolley  <brolley@cygnus.com>
283
284         * po/opcodes.pot: Regenerate.
285         * po/POTFILES.in: Regenerate.
286         * fr30-opc.c: Regenerate.
287         * fr30-opc.h: Regenerate.
288 end-sanitize-fr30
289 Fri Nov  6 17:21:38 1998  Doug Evans  <devans@canuck.cygnus.com>
290
291         * m32r-asm.c: Regenerate.
292
293 start-sanitize-fr30
294 Wed Nov  4 18:46:47 1998  Dave Brolley  <brolley@cygnus.com>
295
296         * configure.in: Added case for bfd_fr30_arch.
297         * Makefile.am (CFILES): Added fr30-asm.c, fr30-dis.c, fr30-opc.c.
298         (ALL_MACHINES): Added fr30-asm.lo, fr30-dis.lo, fr30-opc.lo.
299         (CLEANFILES): Added stamp-fr30.
300         (FR30_DEPS): Added.
301         * fr30-asm.c: New file.
302         * fr30-dis.c: New file.
303         * fr30-opc.c: New file.
304         * fr30-opc.h: New file.
305         * po/POTFILES.in: Regenerated
306         * po/opcodes.pot: Regenerated
307
308 end-sanitize-fr30
309 start-sanitize-m32rx
310 Mon Nov  2 20:08:03 1998  Doug Evans  <devans@canuck.cygnus.com>
311
312         * m32r-opc.c (m32r_cgen_insn_table_entries): Add FILL_SLOT attribute
313         to bcl8,bncl8 entries.
314         (macro_insn_table_entries): Add FILL_SLOT attribute
315         to bcl8r,bncl8r entries.
316
317 end-sanitize-m32rx
318 Mon Nov  2 15:05:33 1998  Geoffrey Noer  <noer@cygnus.com>
319
320         * configure.in: detect cygwin* instead of cygwin32*
321         * configure: regenerate
322
323 Tue Oct 27 08:58:37 1998  Gavin Romig-Koch  <gavin@cygnus.com>
324
325         * mips-opc.c (IS_M): Added.
326
327 start-sanitize-r5900
328 Fri Oct 23 12:06:00 EDT 1998  Frank Ch. Eigler <fche@cygnus.com>
329
330         * mips-opc.c (vrget, vclipw, vrnext): Correct COP2 opcodes
331         and masks. 
332
333 end-sanitize-r5900
334 Mon Oct 19 13:03:19 1998  Doug Evans  <devans@seba.cygnus.com>
335
336 start-sanitize-cygnus
337         * cgen-asm.in (insert_1): New function.
338         (insert_normal): Progress on handling ! CGEN_INT_INSN_P.
339         (insert_insn_normal): Update handling of CGEN_INT_INSN_P.
340         (@arch@_cgen_assemble_insn): Update type of `buf' arg.
341         * cgen-dis.in (extract_1): New function.
342         (extract_normal): buf_ctrl renamed to ex_info, update type.
343         Progress on handling of CGEN_INT_INSN_P.
344         (extract_insn_normal): buf_ctrl renamed to ex_info, update type.
345         Update handling of CGEN_INT_INSN_P.  Handle errors from
346         @arch@_cgen_extract_operand.
347         (print_insn): Renamed from print_int_insn.  Handle ! CGEN_INT_INSN_P.
348         (default_print_insn): Renamed from print_insn.
349         Handle ! CGEN_INT_INSN_P.
350         (print_insn_@arch@): Handle error returns from print_insn.
351         * cgen-opc.in (cgen_get_insn_value, cgen_put_insn_value): New fns.
352         (@arch@_cgen_lookup_insn): Update handling of CGEN_INT_INSN_P.
353         (@arch@_cgen_lookup_get_insn_operands): Ditto.
354 end-sanitize-cygnus
355         * m32r-opc.c,m32r-opc.h,m32r-asm.c,m32r-dis.c: Regenerate.
356
357 start-sanitize-am33
358 Wed Oct 14 12:12:25 1998  Jeffrey A Law  (law@cygnus.com)
359
360         * m10300-opc.c: Allow autoincrement stores using the same register
361         for source and destination operands.
362
363 Mon Oct 12 10:43:51 1998  Jeffrey A Law  (law@cygnus.com)
364
365         * m10300-opc.c: DSP instrutions which only write to one general
366         register have no restrictions on matching operands.
367
368         * m10300-opc.c (lsr_add): Fix typo for "lsr_add imm,reg,reg,reg" case.
369
370 end-sanitize-am33
371 Fri Oct  9 14:01:56 1998  Doug Evans  <devans@seba.cygnus.com>
372
373         * m32r-opc.h,m32r-opc.c: Regenerate.
374
375 start-sanitize-am33
376 Thu Oct  8 06:04:38 1998  Jeffrey A Law  (law@cygnus.com)
377
378         * m10300-opc.c (asr, lsr, asl): Fix am33 single bit shift opcode.
379
380 end-sanitize-am33
381 Sun Oct  4 21:01:44 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
382
383         * i386-dis.c (OP_3DNowSuffix): New static function.
384         (OPSUF): Define.
385         (GRP14): Define.
386         (dis386_twobyte): Add GRP14, femms, and 3DNow entries.
387         (twobyte_has_modrm): Set entries corresponding to GRP14, 3DNow.
388         (insn_codep): New static variable.
389         (print_insn_x86): Init insn_codep after prefixes.
390         (grps): Add GRP14 entries for prefetch, prefetchw.
391         (OP_REG): Reformat.
392
393         From Jeff B Epler <jepler@usgs.gov>
394         * i386-dis.c (Suffix3DNow): New table.
395
396 Wed Sep 30 10:17:50 1998  Nick Clifton  <nickc@cygnus.com>
397
398         * d10v-opc.c: Treat TRAP as if it were a branch type instruction.
399
400 Mon Sep 28 14:35:43 1998  Martin M. Hunt  <hunt@cygnus.com>
401
402         * d10v-dis.c (print_operand): If num is nonzero, then
403         add OPERAND_ACC1, not OPERAND_ACC0.
404
405 Thu Sep 24 09:20:03 1998  Nick Clifton  <nickc@cygnus.com>
406
407         * d30v-opc.c: Add FLAG_JSR attribute to DBT, REIT, RTD, and TRAP
408         insns. 
409
410 Tue Sep 22 17:55:14 1998  Nick Clifton  <nickc@cygnus.com>
411
412         * d30v-opc.c: Add use of EITHER_BUT_PREFER_MU execution unit
413         class. 
414
415 start-sanitize-sky
416 Fri Sep 18 16:23:32 1998  Doug Evans  <devans@canuck.cygnus.com>
417
418         * dvp-opc.c (gif_opcodes): Support EOP on gifimage.
419
420 end-sanitize-sky
421 Tue Sep 15 15:14:45 1998  Doug Evans  <devans@canuck.cygnus.com>
422
423         * m32r-opc.h,m32r-opc.c: Add bbpc,bbpsw support.
424
425 start-sanitize-nortel-ppc750
426 1998-09-09  Michael Meissner  <meissner@cygnus.com>
427
428         * ppc-opc.c (powerpc_opcodes): Add support for PowerPC 750 move
429         to/from SPRs.
430
431 end-sanitize-nortel-ppc750
432 Fri Sep  4 19:42:59 1998  Nick Clifton  <nickc@cygnus.com>
433
434         * arm-dis.c (print_insn_big_arm): Detect Thumb symbols in elf
435         object files.
436         (print_insn_little_arm): Detect Thumb symbols in elf object
437         files. 
438
439 Sat Aug 29 22:24:09 1998  Richard Henderson  <rth@cygnus.com>
440
441         * alpha-dis.c (print_insn_alpha): Use the machine type to
442         decide which PALcode set to include.
443
444 Sun Aug 23 02:16:18 1998  Richard Henderson  <rth@cygnus.com>
445
446         * sparc-opc.c (FBRX): Fix typo in ",a,pn %fcc3" case.
447
448 Fri Aug 21 16:07:52 1998  Nick Clifton  <nickc@cygnus.com>
449
450         * d30v-opc.c (d30v_opcode_table): Add FLAG_MUL32 to MAC, MACS,
451         MSUB and MSUBS instructions.
452
453 start-sanitize-r5900
454 Tue Aug 18 16:48:52 1998  Ian Lance Taylor  <ian@cygnus.com>
455
456         * mips-opc.c: Insert contents of vu0.h, rather than including it.
457         * vu0.h: Remove.
458         * Makefile.am: Rebuild dependencies.
459         * Makefile: Rebuild.
460
461 end-sanitize-r5900
462 Thu Aug 13 16:23:04 1998  Ian Lance Taylor  <ian@cygnus.com>
463
464         * ppc-opc.c (powerpc_operands): Omit parens around additions in
465         operand name macros.
466
467 Wed Aug 12 14:00:38 1998  Ian Lance Taylor  <ian@cygnus.com>
468
469 start-sanitize-coldfire
470         * m68k-opc.c: Correct divsl, divul, remsl, and remul for
471         ColdFire, as below for mulsl and mulul.
472
473 end-sanitize-coldfire
474         From Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>:
475         * m68k-opc.c: Correct mulsl and mulul to use q rather than D, a,
476         +, -, and d for ColdFire.
477
478         From Peter Thiemann <thiemann@informatik.uni-tuebingen.de>:
479         * ppc-opc.c (insert_mbe): Handle wrapping bitmasks.
480         (extract_mbe): Likewise.
481
482 Wed Aug 12 11:11:34 1998  Jeffrey A Law  (law@cygnus.com)
483
484         * m10300-opc.c: Fix typo in udf20 .. udf25 instruction opcodes.
485
486         * m10300-opc.c: First cut at UDF instructions.
487
488 Mon Aug 10 14:08:22 1998  Doug Evans  <devans@canuck.cygnus.com>
489
490         * m32r-opc.c: Regenerate (remove semantic descriptions).
491
492 Mon Aug 10 12:51:12 1998  Catherine Moore  <clm@cygnus.com>
493
494         * arm-dis.c (print_insn_big_arm):  Fix indentation.
495         (print_insn_little_arm): Likewise.
496
497 Sun Aug  9 20:17:28 1998  Catherine Moore  <clm@cygnus.com>
498
499         * arm-dis.c (print_insn_big_arm):  Check for thumb symbol
500         attributes.
501         (print_insn_little_arm): Likewise.
502
503 Mon Aug  3 12:43:16 1998  Doug Evans  <devans@seba.cygnus.com>
504
505         Move all global state data into opcode table struct, and treat
506         opcode table as something that is "opened/closed".
507         * cgen-asm.c (all fns): New first arg of opcode table descriptor.
508         (cgen_asm_init): Delete.
509         (cgen_set_parse_operand_fn): New function.
510         * cgen-dis.c (all fns): New first arg of opcode table descriptor.
511         (cgen_dis_init): Delete.
512         * cgen-opc.c (all fns): New first arg of opcode table descriptor.
513         (cgen_current_{opcode_table_mach,endian}): Delete.
514 start-sanitize-cygnus
515         * cgen-asm.in (all fns): New first arg of opcode table descriptor.
516         * cgen-dis.in (all fns): Ditto.
517         * cgen-opc.in (all fns): Ditto.
518 end-sanitize-cygnus
519         * m32r-asm.c,m32r-dis.c,m32r-opc.c,m32r-opc.h: Regenerate.
520
521 start-sanitize-cygnus
522         * cgen-asm.in (parse_insn_normal): Ignore case in mnemonics.
523
524         * cgen-dis.in (print_normal): Split into two.
525         (print_address): New function.
526         (extract_insn_normal): Clarify insn_value arg.
527         (print_int_insn): Renamed from print_insn.
528         (print_insn): New arg.
529         (print_insn_@arch@): Open opcode table if not already done so.
530         Move reading of insn into print_insn.
531
532 end-sanitize-cygnus
533 Thu Jul 30 21:41:10 1998  Frank Ch. Eigler  <fche@cygnus.com>
534
535         * d30v-opc.c (d30v_opcode_table): Add new "LKR" flag to some
536         instructions.
537
538 start-sanitize-m32rx
539 Tue Jul 28 13:15:39 1998  Doug Evans  <devans@canuck.cygnus.com>
540
541         Add support for new versions of mulwhi,mulwlo,macwhi,macwlo that
542         accept an accumulator choice.
543         * m32r-opc.c,m32r-opc.h: Regenerate.
544
545 end-sanitize-m32rx
546 Tue Jul 28 11:00:09 1998  Jeffrey A Law  (law@cygnus.com)
547
548         * m10300-opc.c: Add entries for "no_match_operands" field in
549         the opcode table.
550
551 start-sanitize-am33
552 Fri Jul 24 15:22:40 1998  Jeffrey A Law  (law@cygnus.com)
553
554         * m10300-dis.c: Do not emit a comma before a PLUS (autoincrement)
555         operand.
556
557 end-sanitize-am33
558 Fri Jul 24 11:41:37 1998  Doug Evans  <devans@canuck.cygnus.com>
559
560         * m32r-asm.c,m32r-opc.c: Regenerate (-Wall cleanups).
561
562 start-sanitize-am33
563 Thu Jul 23 09:21:03 1998  Jeffrey A Law  (law@cygnus.com)
564
565         * m10300-opc.c: Add DSP autoincrement memory loads/stores.
566
567         * m10300-opc.c: Add autoincrement memory loads/stores.
568
569 end-sanitize-am33
570 start-sanitize-r5900
571 Wed Jul 22 17:05:40 1998  Jeffrey A Law  (law@cygnus.com)
572
573         * mips-opc.c: Make phmadh and phmsbh synonyms for phmaddh and
574         phmsubh respectively.
575
576 end-sanitize-r5900
577 Tue Jul 21 13:41:07 1998  Doug Evans  <devans@seba.cygnus.com>
578
579 start-sanitize-cygnus
580         * cgen-opc.in (@arch@_cgen_lookup_insn): Update call to
581         CGEN_EXTRACT_FN.
582         (@arch@_cgen_get_insn_operands): @arch@_cgen_get_operand renamed to
583         @arch_cgen_get_int_operand.
584         * cgen-asm.in (insert_insn_normal): New arg `pc', callers updated.
585         Update call to @arch@_cgen_insert_operand.
586         (@arch@_cgen_assemble_insn): Update call to CGEN_INSERT_FN.
587         * cgen-dis.in (print_normal): Delete use of CGEN_PCREL_OFFSET.
588         (extract_insn_normal): New arg `pc', callers updated.
589         Update call to @arch@_cgen_extract_operand.
590         (print_insn): Update call to CGEN_EXTRACT_FN.
591 end-sanitize-cygnus
592         * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
593
594 start-sanitize-am33
595 Mon Jul 20 12:10:37 1998  Jeffrey A Law  (law@cygnus.com)
596
597         * m10300-opc.c: Fix load to sp and store from sp for the am33.
598         Add more multimedia instructions.
599
600 Thu Jul 16 18:04:46 1998  Jeffrey A Law  (law@cygnus.com)
601
602         * m10300-opc.c (mn10300_opcodes): Fix opcode for 4 operand "mul" and
603         "mulu".
604
605 end-sanitize-am33
606 start-sanitize-r5900
607 Mon Jul 13 18:14:24 1998  Jeffrey A Law  (law@cygnus.com)
608
609         * mips-opc.c (pref): Enabled for the r5900.
610
611 end-sanitize-r5900
612 Mon Jul 13 14:53:59 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
613
614         * i386-dis.c (ckprefix): Handle fwait specially only when it isn't
615         the first prefix.
616         (dofloat): Correct test for fnstsw.  Print `fnstsw %ax' rather
617         than `fnstsw %eax'.
618         (OP_J): Remove unnecessary subtraction when 16-bit displacement
619         will be masked later.
620
621 start-sanitize-am33
622 Fri Jul 10 23:09:56 1998  Jeffrey A Law  (law@cygnus.com)
623
624         * m10300-opc.c (mn10300_opcodes): Fix destination operand for 3 operand
625         instructions.
626
627 Wed Jul  8 11:32:44 1998  Jeffrey A Law  (law@cygnus.com)
628
629         * m10300-dis.c (disassemble): When printing RREGs and XRREGs, map
630         from raw register #s to symbolic names to make debugging easier.
631
632 end-sanitize-am33
633 Thu Jul  2 17:11:27 1998  Doug Evans  <devans@seba.cygnus.com>
634
635         * m32r-opc.h (CGEN_MIN_INSN_SIZE): New #define.
636
637 Wed Jul  1 16:11:16 1998  Doug Evans  <devans@seba.cygnus.com>
638
639         * m32r-asm.c,m32r-dis.c,m32r-opc.c,m32r-opc.h: Regenerate.
640 start-sanitize-cygnus
641         * Makefile.am (CGENDIR): Set via configure.
642         (CGEN): New variable.
643         (CGENFILES): object.scm renamed to cos.scm.
644         (run-cgen): Renamed from cgen.  stamp file renamed to stamp-$prefix.
645         (stamp-m32r): Pass prefix to run-cgen.
646         * Makefile.in: Regenerate.
647         * cgen-asm.in: @arch@-opc.h renamed to @prefix@-opc.h.
648         * cgen-dis.in: Ditto.
649         * cgen-opc.in: Ditto.
650         * cgen.sh: New args cgen,prefix.  Delete args scheme,schemeflags.
651         * configure.in: AC_SUBST cgen,cgendir.  No longer look for guile.
652         * configure: Regenerate.
653 end-sanitize-cygnus
654
655 start-sanitize-am33
656 Tue Jun 30 09:59:37 1998  Jeffrey A Law  (law@cygnus.com)
657
658         * m10300-opc.c: Reorder "movbu" and "movhu" instructions too.
659
660 Mon Jun 29 14:54:32 1998  Jeffrey A Law  (law@cygnus.com)
661
662         * m10300-opc.c: Reorder more instructions so that we do not
663         accidentally match a mn10300 instruction when we really
664         wanted an am33 instruction.
665
666 end-sanitize-am33
667 Fri Jun 26 11:08:55 1998  Jeffrey A Law  (law@cygnus.com)
668
669         * m10300-dis.c: Only recognize instructions from the currently
670         selected machine.
671         * m10300-opc.c: Add field indicating the particular variant of
672         the mn10300 each instruction is available on.
673
674 Fri Jun 26 12:04:21 1998  Ian Lance Taylor  <ian@cygnus.com>
675
676         * configure.in: For bfd_vax_arch, build vax-dis.lo.
677         * Makefile.am: Rebuild dependencies.
678         (CFILES): Add vax-dis.c.
679         (ALL_MACHINES): Add vax-dis.lo.
680         * aclocal.m4: Rebuild with current libtool.
681         * configure, Makefile.in: Rebuild.
682
683 Fri Jun 26 12:03:20 1998  Klaus Kaempf  <kkaempf@progis.de>
684
685         * vax-dis.c: New file, from work by Pauline Middelink
686         <middelin@polyware.iaf.nl>.
687         * disassemble.c (ARCH_vax): Define if ARCH_all.
688         (disassembler): Add case for ARCH_vax.
689         * makefile.vms: Support compilation on vms/vax.
690
691 start-sanitize-sky
692 Wed Jun 24 17:14:01 1998  Ian Carmichael  <iancarm@cygnus.com>
693
694         * dvp-opc.c (DVP_OPERAND_RELOC_11_S4): Temporarily back out 
695         the DVP_OPERAND_RELOC_11_S4 relocation.
696
697 end-sanitize-sky
698 start-sanitize-am33
699 Wed Jun 24 09:53:06 1998  Jeffrey A Law  (law@cygnus.com)
700
701         * m10300-dis.c (print_insn_mn10300): 0xf7 opcode prefix specifies
702         4 byte instructions.
703         (disassemble): Correctly handle FMT_D10 instructions.
704
705         * m10300-opc.c (mn10300_opcodes): Fix typo in IMM24 versions of the
706         am33 shift instructions.
707
708         * m10300-dis.c (print_insn_mn10300): 0xf9 opcode prefix specifies
709         3 byte instructions.
710         (disassemble): Handle new instruction formats FMT_D6, FMT_D7, FMT_D8
711         FMT_D9 and FMT_D10.  Handle various new opcode flags for the am33.
712
713         * m10300-opc.c (IMM32_HIGH8_MEM): New operand type.
714         (mn10300_opcodes): Reorder so as to try and select opcodes from
715         the core chip when multiple alternatives exist.  Change several
716         am33 instructions to use IMM32_HIGH8_MEM.  Fix typos in "mac" and
717         "macbu" instructions.  Fix typos in a couple DSP instructions too.
718
719 end-sanitize-am33
720 Tue Jun 23 19:42:18 1998  Mark Alexander  <marka@cygnus.com>
721
722         * m10200-dis.c (print_insn_mn10200): Fix various non-portabilities
723         related to sign extension and the size of ints.
724
725 Tue Jun 23 10:59:26 1998  Jeffrey A Law  (law@cygnus.com)
726
727         * m10300-opc.c: Support one operand "asr", "lsr" and "asl"
728         instructions.  Support (sp) addressing mode by expanding it into
729         (0,sp).
730
731 start-sanitize-sky
732 Mon Jun 22 15:48:29 1998  Ian Carmichael  <iancarm@cygnus.com>
733
734         * dvp-opc.c (LIMM11, LUIMM15): New symbol types 
735         DVP_OPERAND_RELOC_U15_S3 and DVP_OPERAND_RELOC_11_S4 to allow labels to 
736         be used as immediate values.
737
738 end-sanitize-sky
739 start-sanitize-am33
740 Mon Jun 22 13:36:27 1998  Jeffrey A Law  (law@cygnus.com)
741
742         * m10300-opc.c: Support 4 byte DSP instructions.
743
744 end-sanitize-am33
745 Sat Jun 20 14:46:20 1998  Frank Ch. Eigler  <fche@cygnus.com>
746
747         * mips-dis.c (_print_insn_mips): Fix argument interchange typo.
748
749 start-sanitize-am33
750 Fri Jun 19 16:47:06 1998  Jeffrey A Law  (law@cygnus.com)
751
752         * m10300-opc.c: Support 6 and 7 byte am33 instructions.
753
754 end-sanitize-am33
755 Fri Jun 19 09:16:42 1998  Mark Alexander  <marka@cygnus.com>
756
757         * m10200-dis.c (print_insn_mn10200): Recognize 'break' pseudo-op.
758
759 start-sanitize-am33
760 Fri Jun 19 09:42:51 1998  Jeffrey A Law  (law@cygnus.com)
761
762         * m10300-opc.c: Support for 3 byte and 4 byte extended instructions
763         found on the mn10300.
764
765 end-sanitize-am33
766 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
767
768         * i386-dis.c: Add support for fxsave, fxrstor, sysenter and
769         sysexit.
770
771 Thu Jun 18 10:22:24 1998  John Metzler  <jmetzler@cygnus.com>
772
773         * mips-dis.c (print_insn_little_mips): Previously, instruction
774         printing references the symbol table to determine whether the
775         instruction resides in a block regular instructions or mips16
776         instructions. However, when the disassembler gets used in other
777         environments where the symbol table is not present, we no longer
778         rely in the symbol table, rather, use the low bit of the
779         instructions address to guess. There should be no change for usage
780         of the disassembler in host based programs, gdb, objdump.
781         (print_insn_big_mips): ditto.
782         (print_insn_mips): ditto
783
784 Wed Jun 17 21:19:01 1998  Mark Alexander  <marka@cygnus.com>
785
786         * m10200-dis.c (print_insn_mn10200): Don't bomb on unknown opcodes.
787
788 Wed Jun 17 17:49:23 1998  Jeffrey A Law  (law@cygnus.com)
789
790 start-sanitize-am33
791         * m10300-opc.c (USP, SSP, MSP, PC, IMM4, EPSW, RN0, RM1): New
792         operands for the am33.
793         (mn10300_opcodes): Add new instructions from the am33.
794 end-sanitize-am33
795         * m10300-opc.c (mn10300_opcodes): Change opcode for "syscall".
796
797 Tue Jun 16 13:10:51 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
798
799         * i386-dis.c (index16): Add '%' to register names.  Use ','
800         instead of '+'.
801
802 Sat Jun 13 11:33:55 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
803
804         * i386-dis.c: Don't print opcode suffix when we can figure out the
805         size (and gas can!) by register operands, or from the default
806         size.
807         (putop): Handle 'A', 'B', 'L', 'P', 'Q', 'R' macros.  Rename 'C'
808         macro to 'E'.
809         (dis386, dis386_twobyte, grps): Use new suffix macros.
810         (dis386): Correct imul Ib to imul sIb.  Change jnl to jge to be
811         consistent.  Add suffix for call, jmp, lcall, ljmp, iret.  Reverse
812         order of cmps operands to agree with Intel docs.  Correct operand
813         of aad and aam (Ib -> sIb).  Change ud2b from 0fb8 to 0fb9 to
814         agree with Intel docs.
815         (print_insn_x86): Print orphan fwait before other prefixes.
816         Return correct byte count for orphan fwait with prefixes.  Don't
817         print `bound' operands in reverse order.
818         (ckprefix): Stop accumulating prefixes if we get fwait.
819         (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
820
821 Fri Jun 12 13:40:38 1998  Tom Tromey  <tromey@cygnus.com>
822
823         * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
824         ($(PACKAGE).pot): Unconditionally depend on POTFILES.
825
826 Fri Jun 12 11:04:06 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
827
828         Fix problems when bfd_vma is wider than long.
829         * i386-dis.c: Make op_address and start_pc unsigned.
830         (set_op): Make parameter unsigned.
831         (print_insn_x86): Cast to bfd_vma when passing a value to
832         print_address_func.
833         * ns32k-dis.c (CORE_ADDR): Don't define.
834         (print_insn_ns32k): Change type of addr to bfd_vma.  Use
835         bfd_scan_vma to read back address.
836         (print_insn_arg): Change type of addr to bfd_vma.  Use sprintf_vma
837         to format it.
838         * m68k-dis.c (COERCE32): Cast to bfd_signed_vma to avoid overflow.
839         (NEXTULONG): New definition.
840         (print_insn_m68k): Avoid overflow when computing third argument of
841         print_insn_arg.
842         (print_insn_arg): Use NEXTULONG to fetch 32 bit address values.
843         Use disp instead of val to store offset values.
844         (print_indexed): Use base_disp instead of word to store base
845         displacement, to avoid overflow.
846         * m10300-dis.c (disassemble): Cast value to long when computing
847         pc-relative address, to get correct sign extension.
848
849 Wed Jun 10 15:58:37 1998  Doug Evans  <devans@canuck.cygnus.com>
850
851         * m32r-opc.c: Regenerate.
852
853 Tue Jun  9 14:27:57 1998  Nick Clifton  <nickc@cygnus.com>
854
855         * arm-opc.h (thumb_opcodes): Display 'add rx, rY, #0' insns as
856         'mov rX, rY'.  Patch courtesy of Tony Thompson <Tony.Thompson@arm.com>
857
858 Mon Jun  8 18:17:21 1998  Nick Clifton  <nickc@cygnus.com>
859
860         * d30v-opc.c: Remove FALG_MUL32 attribyte from MULX2H insn.
861
862 Fri Jun  5 23:47:55 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
863
864         * i386-dis.c:  Combine aflag and dflag into sizeflag.  Change OP_*
865         functions to void.
866         (OP_DSreg): Rename from OP_DSSI.
867         (OP_ESreg): Rename from OP_ESDI.
868         (Xb, Xv, Yb, Yv): Use index reg code, not b_mode or v_mode.
869         (DSBX): Define.
870         (append_seg): Rename from append_prefix.
871         (ptr_reg): New function.
872         (dis386): Add S suffix to pushf, popf, ret, lret, enter, leave.
873         Add DSBX for xlat.
874         (PREFIX_ADDR): Rename from PREFIX_ADR.
875         (float_reg): Add non-broken opcodes for people who don't want
876         UNIXWARE_COMPAT.
877
878 Fri Jun  5 19:15:04 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
879
880         * m68k-opc.c (tstb, tstw, tstl): Don't allow pcrel on
881         68000/68008/68010.
882
883 Wed Jun  3 18:56:22 1998  H.J. Lu  <hjl@gnu.org>
884
885         * i386-dis.c (dis386): Change 0x60 to "pushaS", 0x61 to "popaS".
886
887 Tue Jun  2 15:06:46 1998  Geoff Keating  <geoffk@ozemail.com.au>
888
889         * ppc-opc.c (powerpc_macros): Support shifts and rotates of size
890         0; produce error message for shifts of size 32 (or 64 for 64-bit
891         shifts), because the hardware doesn't support them.
892
893 start-sanitize-r5900
894 Mon Jun  1 10:27:26 1998  Jeffrey A Law  (law@cygnus.com)
895
896         * mips-opc.c (c.lt.s): Remove r5900 specific variant.
897         (c.le.s): Likewise.
898
899         * vu0.h (sqc2): Fix opcode.
900
901         * mips-opc.c (rsqrt.s): Update based on r5900 ISA manual version 2.1
902         (sqrt.s): Likewise.
903
904 end-sanitize-r5900
905 start-sanitize-cygnus
906 Thu May 28 08:46:09 1998  Catherine Moore <clm@cygnus.com>
907
908        * mips-opc.c (macc, maccu, macchi, macchiu, msac, msacu, msachi, msachiu):
909        Change pinfo to use WR_HILO.
910
911 end-sanitize-cygnus
912 Wed May 27 15:29:13 1998  Nick Clifton  <nickc@cygnus.com>
913
914         * d30v-opc.c: Add new operand: Ra3.  Change SHORT_B3, SHORT_B3b,
915         LONG_2, LONG_2b formats to use this new operand.
916
917 Tue May 26 20:47:48 1998  Stan Cox  <scox@cygnus.com>
918
919         * sparc-dis.c (compute_arch_mask): Added bfd_mach_sparc_sparclite_le.
920
921 Tue May 26 20:45:33 1998  Mark Alexander  <marka@cygnus.com>
922
923         * sparc-dis.c (print_insn_sparc): big endian instruction / little
924         endian data support.
925
926 Tue May 26 16:14:39 1998  Nick Clifton  <nickc@cygnus.com>
927
928         * d30v-opc.c (d30v_format_table): Change definition of SHORT_B3
929         and SHORT_B3b formats to use Rb instead of Ra.
930
931         Add FLAG_MUL16 to MUL2XH opcode.
932
933         Add FLAG_ADDSUBppp to SRC and SATHp opcodes to implement extension
934         to existing 1.1.1 parallelisation prohibition procedure.
935
936 Fri May 22 16:00:00 1998  Doug Evans  <devans@canuck.cygnus.com>
937
938 start-sanitize-cygnus
939         * cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
940         * cgen-dis.in (extract_normal): Likewise.
941 end-sanitize-cygnus
942         * m32r-asm.c,m32r-dis.c: Regenerate.
943
944 start-sanitize-sky
945 Fri May 22 11:44:10 1998  Doug Evans  <devans@canuck.cygnus.com>
946
947         * dvp-opc.c (parse_dotdest): Missing dest -> xyzw.
948
949 end-sanitize-sky
950 start-sanitize-r5900
951 Wed May 20 00:22:27 1998  Jeffrey A Law  (law@cygnus.com)
952
953         * mips-opc.c (multu1): Add two operand variant for the r5900.
954
955 end-sanitize-r5900
956 Tue May 19 17:36:08 1998  Ian Lance Taylor  <ian@cygnus.com>
957
958         * mips-dis.c (print_mips16_insn_arg): Handle type ']' correctly
959         with a shift count of 0.
960
961 start-sanitize-r5900
962 Mon May 18 14:27:06 1998  Frank Ch. Eigler  <fche@cygnus.com>
963
964         * mips-opc.c (mult1): Add two-operand variety of mult1 for R5900.
965
966 Mon May 18 11:44:00 1998  Jeffrey A Law  (law@cygnus.com)
967
968         * mips-dis.c (print_insn_arg): Handle ';' opcode completer.
969         (_print_insn_mips): Likewise.
970         * vu0.h (vopmula, vopmsub): Correctly handle opcode/operand
971         completers.
972
973 end-sanitize-r5900
974 Fri May 15 14:58:31 1998  Doug Evans  <devans@seba.cygnus.com>
975
976         * cgen-opc.c (cgen_hw_lookup_by_name): Renamed from cgen_hw_lookup.
977         (cgen_hw_lookup_by_num): New function.
978
979 start-sanitize-m32rx
980         * m32r-opc.c, m32r-opc.h: Regenerate, delete h-abort.
981
982 end-sanitize-m32rx
983 Wed May 13 17:03:59 1998  Doug Evans  <devans@canuck.cygnus.com>
984
985         * m32r-asm.c: Regenerate (handle uppercase HIGH/SHIGH/LOW/SDA).
986
987 Wed May 13 14:34:31 1998  Mark Alexander  <marka@cygnus.com>
988
989         * sparc-dis.c (print_insn_sparc): Always fetch instructions
990         as big-endian on SPARClite.
991
992 start-sanitize-m32rx
993 Tue May 12 13:39:51 1998  Nick Clifton  <nickc@cygnus.com>
994
995         * m32r-opc.c: Regenerated - SPECIAL attribute added to some
996         insns.
997         * m32r-opc.h: Regenerated - SPECIAL attribute added to some
998         insns.
999
1000 end-sanitize-m32rx
1001 Tue May 12 11:46:31 1998  Richard Henderson  <rth@cygnus.com>
1002
1003         * d30v-opc.c (pre_defined_register): Remove alias for r0.
1004
1005 start-sanitize-r5900
1006 Mon May 11 13:12:15 1998  Frank Ch. Eigler  <fche@cygnus.com>
1007
1008         * mips-opc.c (break): Added 20-bit single-operand break
1009         instruction for R5900 only.
1010
1011 end-sanitize-r5900
1012 Sun May 10 22:37:22 1998  Jeffrey A Law  (law@cygnus.com)
1013
1014         * po/Make-in (install-info): New target.
1015
1016 Thu May  7 17:15:59 1998  Ian Lance Taylor  <ian@cygnus.com>
1017
1018         * configure.in (WIN32LIBADD): Add -lintl on cygwin32.
1019         * configure: Rebuild.
1020
1021 Thu May  7 12:49:46 1998  Frank Ch. Eigler  <fche@cygnus.com>
1022
1023         * mips-opc.c (teq,tge,tgeu,tlt,tltu,tne): Added three-operand
1024         variety of ISA2 instructions to set bottom ten bits of trap code.
1025
1026 Thu May  7 11:54:25 1998  Ian Lance Taylor  <ian@cygnus.com>
1027
1028         * Makefile.am (config.status): Add explicit target so that
1029         config.status depends upon bfd/configure.in.
1030         * Makefile.in: Rebuild.
1031
1032 Thu May  7 09:33:02 1998  Frank Ch. Eigler  <fche@cygnus.com>
1033
1034         * mips-opc.c (break, sdbbp): Added two-operand variety of ISA1
1035         instructions to set bottom ten bits of break code.
1036         * mips-dis.c (print_insn_arg): Implement 'q' operand format used
1037         for above optional argument.
1038
1039 start-sanitize-cygnus
1040 Wed May  6 14:47:17 1998  Doug Evans  <devans@seba.cygnus.com>
1041
1042         * cgen.sh: s/@ARCH@/${ARCH}/ in opc.h generation.
1043         * m32r-opc.h: Regenerate.
1044
1045 end-sanitize-cygnus
1046 Wed May  6 15:30:06 1998  Klaus Kaempf  <kkaempf@progis.de>
1047
1048         * makefile.vms: Run dec c with /nodebug.
1049
1050 Mon May  4 10:19:57 1998  Tom Tromey  <tromey@cygnus.com>
1051
1052         * Makefile.in: Rebuilt.
1053         * Makefile.am: Regenerated dependencies with mkdep.
1054
1055         * opintl.h (_): Define as dgettext.
1056
1057 start-sanitize-cygnus
1058 Fri May  1 13:47:42 1998  Doug Evans  <devans@canuck.cygnus.com>
1059
1060         * configure.in: Add support for --enable-cgen-maint.
1061         * Makefile.am (M32R_DEPS): New variable.
1062         (m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c): Update dependencies.
1063         * aclocal.m4: Regenerate.
1064         * Makefile.in: Regenerate.
1065         * configure: Regenerate.
1066
1067         * Makefile.am (CGENFILES): Add minsn.scm.
1068
1069 end-sanitize-cygnus
1070 Tue Apr 28 14:12:12 1998  Nick Clifton  <nickc@cygnus.com>
1071
1072         * cgen-asm.c: Internationalised.
1073 start-sanitize-cygnus
1074         * cgen-asm.in: Internationalised.
1075         * cgen-opc.in: Internationalised.
1076 end-sanitize-cygnus
1077         * m32r-asm.c: Internationalised.
1078         * m32r-dis.c: Internationalised.
1079         * m32r-opc.c: Internationalised.
1080
1081         * aclocal.m4: Regenerated.
1082         * configure: Regenerated.
1083         * Makefile.am (POTFILES): Remove inclusion of BFD_H.
1084         * Makefile.in: Rebuild.
1085         * po/POTFILES.in: Rebuilt using rule in Makefile.in.
1086         * po/opcodes.pot: Rebuilt after changing POTFILES.in.
1087
1088 Tue Apr 28 13:13:13 1998  Ian Lance Taylor  <ian@cygnus.com>
1089
1090         * configure.in: Call AC_ISC_POSIX near start.  Move CY_GNU_GETTEXT
1091         after AC_PROG_CC.
1092         * aclocal.m4, configure: Rebuild with current tools.
1093
1094 Mon Apr 27 14:31:00 1998  Nick Clifton  <nickc@cygnus.com>
1095
1096         * opintl.h: New file - contains internationalisation macros used
1097         by source files in this directory.
1098         * po/: New subdirectory - contains internationalisation files.
1099         * po/Make-in: New file - Makefile constructor.
1100         * po/POTFILES.in: New file - list of files in opcodes directory
1101         that should be scan for internationalisation macros.
1102         * po/opcodes.pot: New file - list of internationisation strings
1103         found in files mentioned in po/POTFILES.in.
1104         * Makefile.am: Add rule to build po/POTFILES.in.  Add SUBDIRS
1105         entry.  Add intl directory to include paths.
1106         * acconfig.h: Add ENABLE_NLS, HAVE_CATGETS, HAVE_GETEXT,
1107         HAVE_STRCPY, HAVE_LC_MESSAGES
1108         * configure.in: Add rule to build Makefile in po subdirectory.
1109         * Makefile.in: Rebuilt.
1110         * aclocal.m4: Rebuilt.
1111         * config.in: Rebuilt.
1112         * configure: Rebuilt.
1113         * alpha-opc.c: Internationalised.
1114         * arc-dis.c: Internationalised.
1115         * arc-opc.c: Internationalised.
1116         * arm-dis.c: Internationalised.
1117         * cgen-asm.c: Internationalised.
1118         * d30v-dis.c: Internationalised.
1119         * dis-buf.c: Internationalised.
1120 start-sanitize-sky
1121         * dvp-dis.c: Internationalised.
1122         * dvp-opc.c: Internationalised.
1123 end-sanitize-sky
1124         * h8300-dis.c: Internationalised.
1125         * h8500-dis.c: Internationalised.
1126         * i386-dis.c: Internationalised.
1127         * m10200-dis.c: Internationalised.
1128         * m10300-dis.c: Internationalised.
1129         * m68k-dis.c: Internationalised.
1130         * m88k-dis.c: Internationalised.
1131         * mips-dis.c: Internationalised.
1132         * ns32k-dis.c: Internationalised.
1133         * opintl.h: Internationalised.
1134         * ppc-opc.c: Internationalised.
1135         * sparc-dis.c: Internationalised.
1136         * v850-dis.c: Internationalised.
1137         * v850-opc.c: Internationalised.
1138
1139 Mon Apr 27 10:33:56 1998  Doug Evans  <devans@seba.cygnus.com>
1140
1141         * cgen-asm.c (cgen_current_opcode_table): Renamed from ..._data.
1142         (asm_hash_table_entries): New variable.
1143         (cgen_asm_init): Free asm_hash_table_entries.
1144         (hash_insn_array,hash_insn_list): New functions.
1145         (build_asm_hash_table): Use them.  Hash macro insns as well.
1146         (cgen_asm_lookup_insn): Update.
1147         * cgen_dis.c (cgen_current_opcode_table): Renamed from ..._data.
1148         (dis_hash_table_entries): New variable.
1149         (cgen_dis_init): Free dis_hash_table_entries.
1150         (hash_insn_array,hash_insn_list): New functions.
1151         (build_dis_hash_table): Use them.  Hash macro insns as well.
1152         (cgen_dis_lookup_insn): Update.
1153         * cgen-opc.c (cgen_current_opcode_table): Renamed from ..._data.
1154         (cgen_set_cpu,cgen_hw_lookup,cgen_insn_count): Update.
1155         (cgen_macro_insn_count): New function.
1156 start-sanitize-cygnus
1157         * cgen-opc.in (@arch@_cgen_lookup_insn): New arg alias_p.
1158         All callers updated.  Sanity check result of extract fn.
1159         (@arch@_cgen_get_insn_operands): Change result type to void.
1160         Delete args insn_value, length.  New arg fields.  All callers updated.
1161         (@arch@_cgen_lookup_get_insn_operands): New function.
1162 end-sanitize-cygnus
1163         * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
1164
1165 Fri Apr 24 16:07:57 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
1166
1167         * i386-dis.c (OP_DSSI): Print segment override.
1168
1169 start-sanitize-r5900
1170 Thu Apr 23 12:32:07 1998  Frank Ch. Eigler  <fche@cygnus.com>
1171
1172         * mips-opc.c (msub.s): Correct mask pattern for disassembly.
1173
1174 end-sanitize-r5900
1175 start-sanitize-r5900
1176 Mon Apr 20 19:11:55 1998  Frank Ch. Eigler  <fche@cygnus.com>
1177
1178         * mips-opc.c (madd.s): Correct mask pattern for disassembly.
1179
1180 end-sanitize-r5900
1181 start-sanitize-r5900
1182 Sat Apr 18 00:29:18 1998  Jeffrey A Law  (law@cygnus.com)
1183
1184         * vu0.h (vlqd, vlqi): Update per revised specs.
1185
1186 end-sanitize-r5900
1187 start-sanitize-sky
1188 Thu Apr 16 11:44:59 1998  Doug Evans  <devans@canuck.cygnus.com>
1189
1190         * dvp-opc.c (parse_vif_unpackloc,insert_vif_unpackloc): Delete.
1191         (vif_operands): Update.
1192         (vif_get_unpackloc): Delete.
1193         (state_vif_unpackloc{,_star_p}): Delete.
1194         (dvp_opcode_init_parse): Update.
1195         (vif_unpack_len_value): Avoid divide by zero.
1196
1197 end-sanitize-sky
1198 start-sanitize-r5900
1199 Wed Apr 15 10:30:07 1998   Frank Ch. Eigler  <fche@cygnus.com>
1200
1201         * vu0.h: Specs changed for VCALLMSR bit pattern.
1202         * mips-dis.c: (print_insn_arg) Matching change.
1203
1204 end-sanitize-r5900
1205 Mon Apr 13 16:59:39 1998  Nick Clifton  <nickc@cygnus.com>
1206
1207         * arm-dis.c (print_insn_arm): Add "_all" extension to 'C'
1208         operator.
1209
1210 Mon Apr 13 16:50:27 1998  Ian Lance Taylor  <ian@cygnus.com>
1211
1212         * Makefile.am (libopcodes_la_LIBADD): Add @WIN32LIBADD@.
1213         (libopcodes_la_LDFLAGS): Add @WIN32LDFLAGS@.
1214         * configure.in: Define and substitute WIN32LDFLAGS and
1215         WIN32LIBADD.
1216         * aclocal.m4: Rebuild with new libtool.
1217         * configure, Makefile.in: Rebuild.
1218
1219 start-sanitize-r5900
1220 Mon Apr 13 16:02:02 1998  Frank Ch. Eigler  <fche@cygnus.com>
1221
1222         * vu0.h: Corrected bit pattern for VMAXI opcode.
1223
1224 end-sanitize-r5900
1225 Fri Apr 10 18:14:31 1998  Doug Evans  <devans@canuck.cygnus.com>
1226
1227         * m32r-opc.c: Regenerate.
1228
1229 start-sanitize-sky
1230 Mon Apr  6 17:16:48 1998  Doug Evans  <devans@canuck.cygnus.com>
1231
1232         * dvp-opc.c (vif_macros): Tweak unpackloc operand.
1233         (dvp_expand_macro): Implement.
1234         (insert_vif_datalen): Record value with max+1 -> 0 conversion.
1235         (vif_unpack_len): Perform 0 -> max+1 conversion on `wl' value.
1236
1237 end-sanitize-sky
1238 Sun Apr  5 16:04:39 1998  H.J. Lu  <hjl@gnu.org>
1239
1240         * Makefile.am (stamp-lib): Check that .libs/libopcodes.a exists
1241         before trying to copy it.
1242         * Makefile.in: Rebuild.
1243
1244 Thu Apr  2 17:25:49 1998  Nick Clifton  <nickc@cygnus.com>
1245
1246         * m32r-opc.c: Use signed immediate values for CMPUI instruction.
1247
1248 start-sanitize-m32rx
1249 Thu Apr  2 16:44:23 1998  Nick Clifton  <nickc@cygnus.com>
1250
1251         * m32r-opc.c: Fix bit patterns for SAT and SATB.
1252
1253 end-sanitize-m32rx
1254 Wed Apr  1 16:20:27 1998  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
1255
1256         * ns32k-dis.c (bit_extract_simple): New function to extract bits
1257         from an arbitrary valid buffer instead of fetching them on demand
1258         using fetch_data().
1259         (invalid_float): use bit_extract_simple() instead of bit_extract().
1260
1261 start-sanitize-m32rx
1262 Wed Apr  1 14:57:54 1998  Nick Clifton  <nickc@cygnus.com>
1263
1264         * m32r-opc.c: Fix SATB bit pattern.  Add extra control registers.
1265         * m32r-opc.h: Add extra control registers.
1266
1267 end-sanitize-m32rx
1268 Tue Mar 31 11:09:08 1998  Ian Lance Taylor  <ian@cygnus.com>
1269
1270         From H.J. Lu <hjl@gnu.org>:
1271         * i386-dis.c (dis386): Change 0x8c and 0x8e to movS, and change Ew
1272         to Ev for both.
1273
1274 Mon Mar 30 17:32:03 1998  Ian Lance Taylor  <ian@cygnus.com>
1275
1276         * Branched binutils 2.9.
1277
1278 Mon Mar 30 15:18:00 1998  Ken Raeburn  <raeburn@cygnus.com>
1279
1280         * d30v-dis.c (print_insn_d30v): Don't use uninitialized "num" when
1281         disassembling last 4 bytes of a section.
1282
1283 Fri Mar 27 18:08:13 1998  Ian Lance Taylor  <ian@cygnus.com>
1284
1285         Fix some gcc -Wall warnings:
1286         * arc-dis.c (print_insn): Add casts to avoid warnings.
1287         * cgen-opc.c (cgen_keyword_lookup_name): Likewise.
1288         * d10v-dis.c (dis_long, dis_2_short): Likewise.
1289 start-sanitize-sky
1290         * dvp-opc.c (issymchar, SKIP_BLANKS): Likewise.
1291         (parse_dotdest, parse_dotdest1, u_parse_sdest): Likewise.
1292         (parse_bc, parse_vfreg, parse_accdest): Likewise.
1293         (parse_ffstreg, parse_vif_mode): Likewise.
1294 end-sanitize-sky
1295         * m10200-dis.c (disassemble): Likewise.
1296         * m10300-dis.c (disassemble): Likewise.
1297         * ns32k-dis.c (print_insn_ns32k): Likewise.
1298         * ppc-opc.c (insert_ral, insert_ram): Likewise.
1299         * cgen-dis.c (build_dis_hash_table): Remove used local variables.
1300         * cgen-opc.c (cgen_keyword_search_next): Likewise.
1301         * d10v-dis.c (dis_long, dis_2_short): Likewise.
1302         * d30v-dis.c (print_insn_d30v, lookup_opcode): Likewise.
1303 start-sanitize-sky
1304         * dvp-dis.c (print_dma, print_vif, print_gif): Likewise.
1305         * dvp-opc.c (parse_dest1, print_uflags): Likewise.
1306         (parse_gif_nloop, dvp_opcode_init_tables): Likewise.
1307 end-sanitize-sky
1308         * ns32k-dis.c (bit_extract, print_insn_ns32k): Likewise.
1309 start-sanitize-tic80
1310         * tic80-dis.c (print_one_instruction): Likewise.
1311 end-sanitize-tic80
1312         * w65-dis.c (print_operand): Likewise.
1313         * z8k-dis.c (fetch_data): Likewise.
1314         * a29k-dis.c: Add return type for find_byte_func_type.
1315         * arc-opc.c: Include <stdio.h>.  Remove declarations of
1316         insert_multshift and extract_multshift.
1317         * d30v-dis.c (lookup_opcode): Parenthesize assignments in
1318         conditionals.
1319         (extract_value): Fully parenthesize expression.
1320 start-sanitize-sky
1321         * dvp-opc.c: Include <ctype.h>.
1322         (print_sdest): Add default case to switch.
1323 end-sanitize-sky
1324         * h8500-dis.c (print_insn_h8500): Initialize local variables.
1325         * h8500-opc.h (h8500_table): Fully bracket initializer.
1326         * w65-opc.h (optable): Likewise.
1327         * i386-dis.c (print_insn_x86): Declare aflag and flag parameters.
1328         * i386-dis.c (OP_E): Initialize local variables.
1329         * m10200-dis.c (print_insn_mn10200): Likewise.
1330         * mips-dis.c (print_insn_mips16): Likewise.
1331         * sh-dis.c (print_insn_shx): Likewise.
1332         * v850-dis.c (print_insn_v850): Likewise.
1333         * ns32k-dis.c (print_insn_arg): Declare.
1334         (get_displacement, invalid_float): Declare.
1335         (list_search, sign_extend, flip_bytes): Declare return type.
1336         (get_displacement): Likewise.
1337         (print_insn_arg): Likewise.  Make d int.  Fix sprintf format
1338         string.
1339         (print_insn_ns32k): Make i unsigned.
1340         (invalid_float): Make static.  Declare type of val.
1341         * tic30-dis.c (print_par_insn): Make i size_t.  Don't check strlen
1342         on each for iteration.
1343         * tic30-dis.c (get_indirect_operand): Likewise.
1344         * z8k-dis.c (print_insn_z8001): Declare return type.
1345         (print_insn_z8002): Likewise.
1346         (unparse_instr): Fix sprintf format strings.
1347
1348 Fri Mar 27 00:05:23 1998  Jeffrey A Law  (law@cygnus.com)
1349
1350         * mips-opc.c: Add "sync.l" and "sync.p".
1351
1352 start-sanitize-sky
1353 Thu Mar 26 13:27:37 1998  Doug Evans  <devans@canuck.cygnus.com>
1354
1355         * dvp-opc.c (extract_vif_datalen): Rewrite.
1356         (vif_insn_len): Perform 0->max+1 conversion for direct length.
1357
1358 Wed Mar 25 13:32:36 1998  Doug Evans  <devans@canuck.cygnus.com>
1359
1360         * dvp-dis.c (print_insn): Print unpack address in hex.
1361         * dvp-opc.c (parse_vif_mpgloc): Renamed from parse_vif_mpgloc_star.
1362         Don't skip over '*', just record it.
1363         (insert_vif_mpgloc): Don't update state_vif_mpgloc if '*' value.
1364         (parse_vif_unpackloc): Renamed from parse_vif_unpackloc_star.
1365         Don't skip over '*', just record it.
1366         (insert_vif_unpackloc): Don't update state_vif_unpackloc if '*' value.
1367         (vif_operands): Delete VIF_MPGLOC_STAR,VIF_UNPACKLOC_STAR entries.
1368         (vif_opcodes): Likewise.
1369         (state_vif_{mpg,unpack}loc_star_p): New static locals.
1370         (vif_macros,vif_macro_count): New globals.
1371         (vif_unpack_len_value): New arguments wl,cl.  All callers updated.
1372         (vif_set_{mpg,unpack}loc): Delete.  All callers updated.
1373         (vif_get_wl_cl): New function.
1374         (dvp_opcode_init_parse): Init mpgloc,unpackloc state.
1375
1376 end-sanitize-sky
1377 Wed Mar 25 14:32:48 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1378
1379         * m68k-dis.c (print_insn_m68k): Use info->mach to select the
1380         default m68k variant to recognize.
1381
1382         * i960-dis.c (pinsn): Change type of first argument to bfd_vma.
1383         (ctrl, cobr, mem, ea): Likewise.
1384         (print_addr): Likewise.  Remove cast.
1385         (ea): Cast argument of print_addr to bfd_vma.
1386
1387         * cgen-asm.c (cgen_parse_signed_integer): Fix type of local
1388         variable value.
1389         (cgen_parse_unsigned_integer): Likewise.
1390         (cgen_parse_address): Likewise.
1391
1392 Wed Mar 25 14:31:31 1998  Ian Lance Taylor  <ian@cygnus.com>
1393
1394         * i960-dis.c (ctrl): Add full braces to structure initialization.
1395         (cobr, mem, reg): Likewise.
1396         (ea): Correct parenthesization in expression.
1397
1398         * cgen-asm.c: Include <ctype.h>.
1399         (build_asm_hash_table): Remove unused local variable i.
1400         (cgen_parse_keyword): Add casts to avoid warnings.
1401
1402         * arm-dis.c (print_insn_big_arm): Only call coffsymbol for a COFF
1403         symbol.  Fix indentation.
1404         (print_insn_little_arm): Likewise.
1405
1406 start-sanitize-r5900
1407 Tue Mar 24 18:11:13 1998  Jeffrey A Law  (law@cygnus.com)
1408
1409         * vu0.h (cfc2, ctc2): Add variants with ".i" and ".ni"
1410         opcode extensions.
1411
1412 end-sanitize-r5900
1413 start-sanitize-m32rx
1414 Mon Mar 23 11:32:11 1998  Nick Clifton  <nickc@cygnus.com>
1415
1416         * m32r-opc.c (m32r_cgen_insn_table_entries): Fix SATH bit pattern
1417         (PR15418).
1418
1419 end-sanitize-m32rx
1420 start-sanitize-sky
1421 Mon Mar 23 09:45:04 1998  Doug Evans  <devans@canuck.cygnus.com>
1422
1423         * dvp-opc.c (vif_operand_datalen_special): New global.
1424
1425 end-sanitize-sky
1426 start-sanitize-r5900
1427 Sun Mar 22 13:00:14 1998  Jeffrey A Law  (law@cygnus.com)
1428
1429         * vu0.h (vcallms): Use 'O' for call target operand.
1430         * mips-dis.c (print_insn_arg): Handle 'O'.
1431
1432 end-sanitize-r5900
1433 Fri Mar 20 18:55:18 1998  Ian Lance Taylor  <ian@cygnus.com>
1434
1435         * configure.in: Use AM_DISABLE_SHARED.
1436         * aclocal.m4, configure: Rebuild with libtool 1.2.
1437
1438 start-sanitize-r5900
1439 Fri Mar 20 09:01:31 1998  Jeffrey A Law  (law@cygnus.com)
1440
1441         * mips-dis.c: Change '%' to '#' in r5900 support.
1442         * vu0.h: Likewise.
1443
1444 end-sanitize-r5900
1445 Thu Mar 19 15:46:53 1998  Nick Clifton  <nickc@cygnus.com>
1446
1447         These patches are courtesy of Jonathan Walton and Tony Thompson
1448         (athompso@cambridge.arm.com).
1449
1450         * arm-dis.c (print_insn_thumb): Ignore bottom two bits of PC
1451         relative addresses.
1452
1453         * arm-opc.h (thumb_opcodes): Annotate PC relative addresses with
1454         both the offset and the label closest to the destination.
1455
1456 start-sanitize-r5900
1457 Thu Mar 19 13:53:25 1998  Jeffrey A Law  (law@cygnus.com)
1458
1459         * vu0.h: New file with cop2/vu0 instructions.
1460         * mips-opc.c: Include vu0.h.
1461         * mips-dis.c (print_insn_arg): Handle new args 0-9, +, -, %, K, &,
1462         J, Q, X, and U.
1463         (print_insn_mips): Do not emit a tab after an instruction if the
1464         first arg is an instruction completer (&).  If the next arg is an
1465         escape character (%), then print the next arg verbatim.
1466         * Makefile.am (mips-opc.lo): Depend on vu0.h
1467
1468 end-sanitize-r5900
1469 start-sanitize-sky
1470 Thu Mar 19 10:42:51 1998  Doug Evans  <devans@canuck.cygnus.com>
1471
1472         * dvp-opc.c (vif_opcodes): Add stcycl.
1473
1474 Tue Mar 17 10:53:58 1998  Doug Evans  <devans@canuck.cygnus.com>
1475
1476         * dvp-dis.c (print_dma): Change length from 16 to 8.
1477
1478 end-sanitize-sky
1479 Sat Mar 14 23:47:14 1998  Doug Evans  <devans@seba.cygnus.com>
1480
1481         * m32r-opc.h: Regenerate.
1482
1483 start-sanitize-sky
1484 Thu Mar 12 09:18:54 1998  Doug Evans  <devans@canuck.cygnus.com>
1485
1486         * dvp-opc.c (print_dest1): Print dest spec again.
1487         (print_vfreg,print_accdest): Likewise.
1488         (vif_unpack_len): Round result up to word boundary.
1489
1490 end-sanitize-sky
1491 start-sanitize-vr4320
1492 Tue Mar 10 15:57:23 1998  Gavin Koch  <gavin@cygnus.com>
1493
1494         * mips-opc.c ("clz","dclz"): Added the 4320 versions.
1495
1496 Mon Mar  9 15:22:06 1998  Gavin Koch  <gavin@cygnus.com>
1497
1498         * mips-opc.c ("macc*","mul*"): Added the 4320 versions
1499         of these.
1500
1501 end-sanitize-vr4320
1502 start-sanitize-sky
1503 Fri Mar  6 11:27:53 1998  Doug Evans  <devans@canuck.cygnus.com>
1504
1505         * dvp-dis.c (print_gif): Fix length calcs for gifimage.
1506         (print_insn): Do mask comparison on proper opcode word.
1507         Print unsigned values in hex.
1508         * dvp-opc.c (u_parse_sdest): Return -1 if dest missing.
1509         (parse_bc): Catch missing dest.
1510         (parse_vfreg): Replace atoi call with strtol.
1511         (parse_{bcftreg,ffstreg,freg,ireg,vi01,gif_prim,gif_nloop}): Likewise.
1512         (parse_bcftreg,parse_ffstreg): Handle missing dest.
1513         (extract_gif_eop): New function.
1514         (gif_operands): Update eop entry.
1515         (VGIFOP,VGIFNREGS): Fix calcs.
1516         (extract_gif_prim): Set *pinvalid to 1 if prim not used.
1517         (gif_regs): Add entry for unused 11 case.
1518         (print_gif_regs): Print empty list instead of nothing.
1519         (extract_gif_nloop): Fix value calc.
1520         (print_gif_nloop): Always print value, even if 0.
1521         (insert_vif_wlcl,extract_vif_wlcl): New functions.
1522         (vif_operands): Use them for wl,cl fields.
1523         (state_vif_wl,state_vif_cl): New static locals.
1524         (parse_vif_mode): Handle numeric args.
1525         (vif_unpack_len_value,vif_unpack_len): New functions.
1526         (vif_insn_len): Call vif_unpack_len.
1527
1528 end-sanitize-sky
1529 Wed Mar  4 12:08:14 1998  Doug Evans  <devans@canuck.cygnus.com>
1530
1531         * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
1532
1533 start-sanitize-cygnus
1534 Tue Mar  3 18:51:22 1998  Doug Evans  <devans@seba.cygnus.com>
1535
1536         * cgen-asm.in: Move insertion of generated routines to top of file.
1537         (insert_normal): Add prototype.  Delete `shift' arg.
1538         * cgen-dis.in: Move insertion of generated routines to top of file.
1539         (extract_normal): Add prototype.  Delete `shift' arg.
1540         (print_normal): Add prototype.  Call CGEN_PRINT_NORMAL if defined.
1541         (print_keyword): Add prototype.  Fix type of `attrs' arg.
1542
1543 end-sanitize-cygnus
1544 start-sanitize-vr4320
1545 Tue Mar  3 11:47:58 1998  Gavin Koch  <gavin@cygnus.com>
1546
1547         * mips-dis.c (_print_insn_mips) : Handle bfd_mach_mips4320.
1548         * mips-opc.c ("mac","dmac") : Added 4320 insns.
1549
1550 end-sanitize-vr4320
1551 Sat Feb 28 16:02:34 1998  Nick Clifton  <nickc@cygnus.com>
1552
1553         * arm-dis.c (print_insn_big_arm, print_insn_little_arm): Do not
1554         assume that info->symbols is non-empty.
1555
1556 Sat Feb 28 12:19:05 1998  Richard Henderson  <rth@cygnus.com>
1557
1558         * alpha-opc.c (cvtqs) There is no such thing.
1559         (cvttq): Missing most of the /*d variants.
1560
1561 start-sanitize-r5900
1562 Fri Feb 27 13:16:42 1998  Andrew Cagney  <cagney@b1.cygnus.com>
1563
1564         * mips-opc.c (r5900/madd.s): Takes three operands, not four.  Fix
1565         opcode.
1566         (r5900/min.s): Incorrect opcode ....,101001 not ...110000.
1567         (r5900/msub.s): Takes three operands, not four.  Fix opcode.
1568
1569 end-sanitize-r5900
1570 Thu Feb 26 15:53:09 1998  Michael Meissner  <meissner@cygnus.com>
1571
1572         * d30v-opc.c (d30v_opcode_table): Indicate which instructions are
1573         delayed branches or jumps.
1574
1575 start-sanitize-sky
1576 Fri Feb 27 10:04:19 1998  Doug Evans  <devans@canuck.cygnus.com>
1577
1578         * dvp-opc.c (vif_operands): Add unpack[u] support.
1579         (vif_opcodes): Ditto.
1580         (*_vif_imrubits): Renamed from *_vif_imrbits.
1581
1582 Wed Feb 25 00:27:44 1998  Doug Evans  <devans@canuck.cygnus.com>
1583
1584         * dvp-dis.c (print_insn): Handle word number.
1585         Handle mips address vs vu address.
1586         * dvp-opc.c (vif_operands): Use DVP_OPERAND_VU_ADDRESS.
1587         (dma_operands): Use DVP_OPERAND_MIPS_ADDRESS.
1588         ({insert,extract}_dma_addr): Fix word ofset.
1589         ({insert,print}_gif_regs): Fix encode/decode.
1590
1591 end-sanitize-sky
1592 Tue Feb 24 10:46:44 1998  Doug Evans  <devans@canuck.cygnus.com>
1593
1594         * arm-dis.c (print_insn_{big,little}_arm): info->symbol changed
1595         to *info->symbols.
1596         * mips-dis.c (print_insn_{big,little}_mips): Likewise.
1597         * tic30-dis.c (print_branch): Likewise.
1598 start-sanitize-sky
1599         * mips-dis.c (print_insn_little_mips): Call dvp_info_mach_type.
1600         * dvp-dis.c (dvp_info_mach_type): New function.
1601         (print_insn_dvp): Call it.
1602         (print_vif): Return length of 4 if mpg or direct insn so following
1603         insns get properly disabled.
1604         (print_gif): Fix word order.
1605         * dvp-opc.c (vif_insn_len): New argument `pcpu'.  All callers updated.
1606         (gif_operands): Fix word order.
1607         (gif_opcodes): Likewise.
1608         ({insert,extract,print}_gif_regs): Likewise.
1609         (gif_regs): Add new register number/name changes.
1610         (dma_opcodes): Add dmarefe insn.
1611 end-sanitize-sky
1612
1613 Tue Feb 24 11:06:18 1998  Nick Clifton  <nickc@cygnus.com>
1614
1615         * arm-dis.c (print_insn_big_arm, print_insn_little_arm): Remove
1616         saved_symbol code as it is no longer needed.
1617
1618 Mon Feb 23 13:16:17 1998  Doug Evans  <devans@seba.cygnus.com>
1619
1620         * cgen-asm.c: Include symcat.h.
1621         * cgen-dis.c,cgen-opc.c: Ditto.
1622 start-sanitize-cygnus
1623         * cgen-asm.in,cgen-dis.in: Ditto.
1624 end-sanitize-cygnus
1625         * m32r-asm.c,m32r-dis.c,m32r-opc.h,m32r-opc.c: Regenerate.
1626
1627 start-sanitize-sky
1628 Mon Feb 23 09:51:39 1998  Doug Evans  <devans@canuck.cygnus.com>
1629
1630         * dvp-opc.c (extra_dma_flags): Fix typos.
1631         (dma_operands): Fix word numbers.
1632         (dma_opcodes): Likewise.
1633         ({insert,extract}_dma_flags): Likewise.
1634
1635 end-sanitize-sky
1636 Mon Feb 23 10:34:58 1998  Jeffrey A Law  (law@cygnus.com)
1637
1638         * mips-dis.c (print_insn_arg): Do not prefix 'P' arguments with '$'.
1639
1640 start-sanitize-sky
1641 Fri Feb 20 18:02:20 1998  Doug Evans  <devans@canuck.cygnus.com>
1642
1643         * dvp-dis.c (print_gif): Complete.
1644         * dvp-opc.c (gif_operands,gif_opcodes): Complete.
1645         (state_gif_{nregs,regs,nloop}): New static locals.
1646         (*_gif_*): Complete.
1647         (dvp_opcode_init_{parse,print}): Init gif state locals.
1648         (extract_vif_datalen,{insert,extract}_vif_imrbits): New functions.
1649         (vif_insn_len): Handle `unpack'.
1650         ({insert,extract}_dma_flags): Complete.
1651
1652 end-sanitize-sky
1653 start-sanitize-r5900
1654 Fri Feb 20 01:23:16 1998  Jeffrey A Law  (law@cygnus.com)
1655
1656         * mips-opc.c (mula.s): Renamed from multa.s.
1657
1658 end-sanitize-r5900
1659 Thu Feb 19 16:51:13 1998  Doug Evans  <devans@canuck.cygnus.com>
1660
1661         * m32r-opc.[ch]: Regenerate.
1662
1663 start-sanitize-sky
1664 Thu Feb 19 02:11:39 1998  Doug Evans  <devans@charmed.cygnus.com>
1665
1666         * dvp-opc.c (dma_operands): Rewrite.
1667         (dma_operand_{count,addr}): New globals.
1668         (dma_opcodes): Rewrite.  Add "dmaend" with no operands.
1669         (insert_dma_addr): Insert value into insn.
1670         (extract_dma_addr): Extract value from insn.
1671
1672 Wed Feb 18 15:46:46 1998  Doug Evans  <devans@canuck.cygnus.com>
1673
1674         * dvp-dis.c (print_vu): Handle loi insns.
1675         (print_insn): Likewise.
1676         * dvp-opc.c (vu_lower_opcodes): Add "loi".
1677         (vu_operands): Make LDEST1 a FAKE operand.
1678         (parse_dest1): Allow elided argument.
1679         (print_dest1): Don't print the argument.
1680
1681 Tue Feb 17 18:48:25 1998  Doug Evans  <devans@canuck.cygnus.com>
1682
1683         * dvp-opc.c (parse_vfreg): Dest spec is optional.
1684         (print_vfreg): Don't print dest spec.
1685         (parse_accdest): Dest spec is optional.
1686         (print_accdest): Don't print dest spec.
1687
1688 end-sanitize-sky
1689 Tue Feb 17 17:14:50 1998  Doug Evans  <devans@seba.cygnus.com>
1690
1691 start-sanitize-cygnus
1692         * Makefile.am (CGENFILES): Update.
1693         * Makefile.in: Regenerate.
1694         * cgen-asm.in (insert_normal): Result is error message now.
1695         Validate value to be inserted.
1696         (insert_insn_normal): Result is error message now.
1697         (@arch@_cgen_assemble_insn): Update.
1698 end-sanitize-cygnus
1699         * cgen-asm.c (cgen_parse_{signed,unsigned}_integer): Delete min,max
1700         arguments.  Don't perform validation here.
1701         * m32r-asm.c,m32r-dis.c,m32r-opc.c: Regenerate.
1702
1703 Fri Feb 13 14:26:06 1998  Doug Evans  <devans@canuck.cygnus.com>
1704
1705 start-sanitize-cygnus
1706         * cgen-opc.in (@arch@_cgen_get_insn_operands): Handle empty
1707         operand instance list.
1708 end-sanitize-cygnus
1709         * m32r-opc.c: Regenerate.
1710
1711 Fri Feb 13 14:53:02 1998  Ian Lance Taylor  <ian@cygnus.com>
1712
1713         * Makefile.am (AUTOMAKE_OPTIONS): Define.
1714         * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
1715
1716 Fri Feb 13 10:21:09 1998  Mark Alexander  <marka@cygnus.com>
1717
1718         * m10300-dis.c (print_insn_mn10300): Recognize break instruction.
1719
1720 Fri Feb 13 13:12:14 1998  Ian Lance Taylor  <ian@cygnus.com>
1721
1722         * configure.in: Get the version number from BFD.
1723         * configure: Rebuild.
1724
1725         From H.J. Lu <hjl@gnu.org>:
1726         * Makefile.am (libopcodes_la_LDFLAGS): Define.
1727         * Makefile.in: Rebuild.
1728
1729 Fri Feb 13 09:50:32 1998  Nick Clifton  <nickc@cygnus.com>
1730
1731         * m32r-opc.c: Regenerate.
1732         * m32r-opc.h: Regenerate.
1733
1734 Thu Feb 12 11:01:40 1998  Doug Evans  <devans@canuck.cygnus.com>
1735
1736 start-sanitize-cygnus
1737         * cgen-opc.in (@arch@_cgen_lookup_insn): New argument alias_p.
1738         Ignore ALIAS insns if asked to.
1739         (@arch@_cgen_get_insn_operands): Pass 0 for alias_p, NULL for insn.
1740 end-sanitize-cygnus
1741         * m32r-opc.c: Regenerate.
1742
1743 start-sanitize-sky
1744         * dvp.opc.c: Nicely format opcode tables.
1745         (vu_operands): New element UFLAGS.
1746         (parse_uflags,print_uflags): New functions.
1747         (vu_upper_opcodes): Add UFLAGS to all insns.
1748
1749 end-sanitize-sky
1750 Thu Feb 12 03:41:00 1998  J"orn Rennecke  <amylaar@cygnus.co.uk>
1751
1752         Fix rac to accept only a0:
1753         * d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes):
1754         Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1.
1755         Introduce OPERAND_GPR.
1756         * d10v-dis.c (print_operand): Likewise.
1757
1758 Wed Feb 11 18:58:34 1998  Doug Evans  <devans@seba.cygnus.com>
1759
1760 start-sanitize-cygnus
1761         * cgen-opc.in: New file.
1762         * cgen.sh: Translate @ARCH@.  Cat cgen-opc.in into @arch@-opc.c.
1763         * Makefile.am (CGENFILES): Add cgen-opc.in.
1764         * Makefile.in: Regenerate.
1765         * cgen-dis.in (*): Use PTR instead of void *.
1766         (print_insn): Delete unused vars `i', `syntax'.
1767 end-sanitize-cygnus
1768         * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain.
1769         (cgen_hw_lookup): Make result const.
1770         * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
1771
1772 start-sanitize-sky
1773 Tue Feb 10 14:56:24 1998  Doug Evans  <devans@canuck.cygnus.com>
1774
1775         * dvp-opc.c (*): pke,gpuif renamed to vif,gif.
1776         (vif_opcodes): Update renamed insns.
1777         * dvp-dis.c (*): Likewise.
1778
1779 end-sanitize-sky
1780 Sat Feb  7 15:30:27 1998  Ian Lance Taylor  <ian@cygnus.com>
1781
1782         * configure, aclocal.m4: Rebuild with new libtool.
1783
1784 Thu Feb  5 17:56:10 1998  Michael Meissner  <meissner@cygnus.com>
1785
1786         * d30v-opc.c (repeat{,i} instructions): Repeat/repeati
1787         instructions use a PC relative branch, not absolute.
1788
1789 Wed Feb  4 19:17:37 1998  Ian Lance Taylor  <ian@cygnus.com>
1790
1791         * configure.in: Set libtool_enable_shared rather than
1792         libtool_shared.  Remove diversion hack.
1793         * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
1794
1795 Tue Feb  3 17:19:40 1998  Doug Evans  <devans@seba.cygnus.com>
1796
1797         * cgen-opc.c (cgen_set_cpu): Initialize hardware table.
1798         * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
1799
1800 Mon Feb  2 19:22:15 1998  Steve Haworth  <steve@pm.cse.rmit.EDU.AU>
1801
1802         * tic30-dis.c: New file.
1803         * disassemble.c (disassembler): Add bfd_arch_tic30 case.
1804         * configure.in: Handle bfd_tic30_arch.
1805         * Makefile.am: Rebuild dependencies.
1806         (CFILES): Add tic30-dis.c
1807         (ALL_MACHINES): Add tic30-dis.lo.
1808         * configure, Makefile.in: Rebuild.
1809
1810 start-sanitize-m32rx
1811 Mon Feb  2 11:04:08 1998  Nick Clifton  <nickc@cygnus.com>
1812
1813         * m32r-opc.c, m32r-opc.h, m32r-asm.c m32r-dis.c: Newly generated
1814         versions after updates to m32r.cpu to remove mulwhi-a, mulwlo-a,
1815         macwhi-a and macwlo-a instructions.
1816
1817 end-sanitize-m32rx
1818 start-sanitize-sky
1819 Fri Jan 30 17:39:21 1998  Ian Carmichael  <iancarm@cygnus.com>
1820
1821         * dvp-opc.c, fixed encoding of a bunch of instructions to
1822         be consistent with the asmvu assembler (and inconsistent
1823         with the specification).
1824
1825 Thu Jan 29 18:14:56 1998  Ian Carmichael  <iancarm@cygnus.com>
1826
1827         * dvp-opc.c, fixed order of pkemscal/pkemscalf instructions
1828         in the opcode table.  The pkemscalf instruction must come first.
1829
1830 Thu Jan 29 16:47:24 1998  Ian Carmichael  <iancarm@cygnus.com>
1831
1832         * dvp-opc.c, MAXIi should be VUOP6(0x1d) instead of 0x2d.
1833
1834 end-sanitize-sky
1835 Thu Jan 29 13:02:56 1998  Doug Evans  <devans@canuck.cygnus.com>
1836
1837         * m32r-opc.h (HAVE_CPU_M32R): Define.
1838
1839 start-sanitize-sky
1840 Wed Jan 28 13:46:19 1998  Doug Evans  <devans@canuck.cygnus.com>
1841
1842         * dvp-dis.c, dvp-opc.c: New files.
1843         * configure.in: Compile them if bfd_dvp_arch, as well as mips.
1844         * configure: Regenerate.
1845         * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo.
1846         (dvp-dis.lo,dvp-opc.lo): Add rules for.
1847         (mips-dis.lo): Compile with @archdefs@.
1848         * Makefile.in: Regenerate.
1849         * disassemble.c: Define ARCH_mips ifdef ARCH_dvp.
1850         * mips-dis.c (print_insn_little_mips): Check for DVP insns.
1851
1852 end-sanitize-sky
1853 Wed Jan 28 09:55:03 1998  Nick Clifton  <nickc@cygnus.com>
1854
1855         * v850-opc.c (insertion routines): If both alignment and size is
1856         wrong then report this.
1857
1858 Tue Jan 27 21:52:59 1998  Jeffrey A Law  (law@cygnus.com)
1859
1860         * mips-dis.c (_print_insn_mips): Set target_processor as appropriate.
1861         Only recognize instructions for the current target_processor.
1862
1863 Thu Jan 22 16:20:17 1998  Fred Fish  <fnf@cygnus.com>
1864
1865         * d10v-dis.c (PC_MASK): Correct value.
1866         (print_operand): If there's a reloc, don't calculate the
1867         address because they could be in different sections.
1868
1869 start-sanitize-cygnus
1870 Thu Jan 22 16:10:32 1998  Doug Evans  <devans@seba.cygnus.com>
1871
1872         * cgen.sh: Rewrite to be like simulator's version.
1873         * Makefile.am (cgen): Update call to cgen.sh.
1874         * Makefile.in: Regenerate
1875
1876 end-sanitize-cygnus
1877 Fri Jan 16 15:29:11 1998  Jim Blandy  <jimb@zwingli.cygnus.com>
1878
1879         * mips-opc.c (mips_builtin_opcodes): Move 4010's "addciu"
1880         instruction after the 4650's "mul" instruction; nobody's using the
1881         4010 these days.  If object files someday indicate which processor
1882         variant they're intended for, we can do a better job at this.
1883
1884 start-sanitize-r5900
1885 Tue Jan 13 09:21:56 1998  Jeffrey A Law  (law@cygnus.com)
1886
1887         * mips-opc.c (c.lt.s): Add r5900 variant.
1888         (c.le.s): Likewise.
1889
1890 end-sanitize-r5900
1891 Mon Jan 12 14:43:54 1998  Doug Evans  <devans@seba.cygnus.com>
1892
1893         * cgen-asm.c (build_asm_hash_table): Traverse compiled in table using
1894         table provided entry size.  Use CGEN_INSN_MNEMONIC.
1895         (cgen_parse_keyword): Rewrite.
1896         * cgen-dis.c (build_dis_hash_table): Traverse compiled in table using
1897         table provided entry size.  Use CGEN_INSN_MASK_BITSIZE.
1898         * cgen-opc.c: Clean up pass over `struct foo' usage.
1899         (cgen_keyword_lookup_value): Handle "" entry.
1900         (cgen_keyword_add): Likewise.
1901 start-sanitize-cygnus
1902         * Makefile.am: Add cgen support.
1903         * Makefile.in: Regenerate.
1904         * configure.in: Add cgen support.
1905         * configure: Regenerate.
1906         * aclocal.m4: Regenerate.
1907         * cgen.sh, cgen-asm.in, cgen-dis.in: New files.
1908 end-sanitize-cygnus
1909
1910 Mon Dec 22 12:37:06 1997  Ian Lance Taylor  <ian@cygnus.com>
1911
1912         * mips-opc.c: Add FP_D to s.d instruction flags.
1913
1914 Wed Dec 17 11:38:29 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1915
1916         * m68k-opc.c (halt, pulse): Enable them on the 68060.
1917
1918 start-sanitize-tic80
1919 Tue Dec 16 15:22:53 1997  Fred Fish  <fnf@cygnus.com>
1920
1921         * tic80-opc.c (tic80_opcodes): Revert change that put the 32 bit
1922         PC relative offset forms before the 15 bit forms.  An assembler command
1923         line option now chooses the default.
1924
1925 end-sanitize-tic80
1926 start-sanitize-r5900
1927 Tue Dec 16 13:24:22 1997  Jeffrey A Law  (law@cygnus.com)
1928
1929         * mips-opc.c: Add many missing r5900 instructions.
1930
1931 end-sanitize-r5900
1932 Tue Dec 16 15:22:51 1997  Michael Meissner  <meissner@cygnus.com>
1933
1934         * d30v-opc.c (d30v_opcode_table): Set new flags bits
1935         FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions.
1936
1937 1997-12-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
1938
1939         * configure: Only build libopcodes shared if --enable-shared's value
1940         was `yes', or was set to `*opcodes*'.
1941         * aclocal.m4: Likewise.
1942         * NOTE: this really needs to be fixed in libtool/libtool.m4, the
1943         original source of this bit of code.  It's not clear what the best fix
1944         would be, though.
1945
1946 start-sanitize-r5900
1947 Mon Dec 15 12:43:36 1997  Jeffrey A Law  (law@cygnus.com)
1948
1949         * mips-opc.c (mtpc, mfpc, mtps, mfps): Add r5900 variants.
1950 end-sanitize-r5900
1951 start-sanitize-tic80
1952 Fri Dec 12 11:57:04 1997  Fred Fish  <fnf@cygnus.com>
1953
1954         * tic80-opc.c (OFF_SL_PC, OFF_SL_BR): Minor formatting change.
1955         (tic80_opcodes): Reorder table entries to put the 32 bit PC relative
1956         offset forms before the 15 bit forms, to default to the long forms.
1957
1958 end-sanitize-tic80
1959 Fri Dec 12 01:32:30 1997  Richard Henderson  <rth@cygnus.com>
1960
1961         * alpha-opc.c (cvttq/*u*): Remove, as that suffix is invalid.
1962
1963 Wed Dec 10 17:42:35 1997  Nick Clifton  <nickc@cygnus.com>
1964
1965         * arm-dis.c (print_insn_little_arm): Prevent examination of stored
1966         symbol if none is present.
1967         (print_insn_big_arm):  Prevent examination of stored symbol if
1968         none is present.
1969
1970 Thu Oct 23 21:13:37 1997  Fred Fish  <fnf@cygnus.com>
1971
1972         * d10v-opc.c (d10v_opcodes): Correct entry for RTE.
1973
1974 Mon Dec  8 11:21:07 1997  Nick Clifton  <nickc@cygnus.com>
1975
1976         * disassemble.c: Remove disasm_symaddr() function.
1977
1978         * arm-dis.c: Use info->symbol instead of info->flags to determine
1979         if disassmbly should be in Thumb or Arm mode.
1980
1981 Tue Dec  2 09:54:27 1997  Nick Clifton  <nickc@cygnus.com>
1982
1983         * arm-dis.c: Add support for disassembling Thumb opcodes.
1984         (print_insn_thumb): New function.
1985
1986         * disassemble.c (disasm_symaddr): New function.
1987
1988         * arm-opc.h: Display nop pseudo ops alongside equivalent disassembly.
1989         (thumb_opcodes): Table of Thumb opcodes.
1990
1991 Mon Dec  1 12:25:57 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1992
1993         * m68k-opc.c (btst): Change Dd@s to Dd;b.
1994
1995         * m68k-dis.c (print_insn_arg): Recognize 'm', 'n', 'o', 'p', 'q',
1996         and 'v' as operand types.
1997
1998 Mon Dec  1 11:56:50 1997  Ian Lance Taylor  <ian@cygnus.com>
1999
2000         * m68k-opc.c: Add argument for lpstop.  From Olivier Carmona
2001         <olivier.carmona@di.epfl.ch>.
2002         * m68k-dis.c (print_insn_m68k): Handle special case of lpstop,
2003         which has a two word opcode with a one word argument.
2004
2005 Sun Nov 23 22:25:21 1997  Michael Meissner  <meissner@cygnus.com>
2006
2007         * d30v-opc.c (d30v_opcode_table, case cmpu): Immediate field is
2008         unsigned, not signed.
2009         (d30v_format_table): Add SHORT_CMPU cases for cmpu.
2010
2011 Wed Nov 19 17:42:35 1997  Richard Henderson  <rth@cygnus.com>
2012
2013         * sh-dis.c (print_insn_shx): Recognize all sh4 additions.
2014         * sh-opc.h (fmov): Add @<REG_M>+,<DX_REG_N> variant for sh4.
2015         (ftrv): Slay the cut-and-paste monster.
2016
2017 Tue Nov 18 23:10:03 1997  J"orn Rennecke  <amylaar@cygnus.co.uk>
2018
2019         * d10v-dis.c (print_operand):
2020         Split OPERAND_FLAG into OPERAND_FFLAG and OPERAND_CFLAG.
2021
2022 Tue Nov 18 18:45:14 1997  J"orn Rennecke  <amylaar@cygnus.co.uk>
2023
2024         * d10v-opc.c (OPERAND_FLAG): Split into:
2025         (OPERAND_FFLAG, OPERAND_CFLAG) .
2026         (FSRC): Split into:
2027         (FFSRC, CFSRC).
2028
2029 Thu Nov 13 11:05:33 1997  Gavin Koch  <gavin@cygnus.com>
2030
2031         * mips-opc.c: Move the INSN_MACRO ISA value to the membership
2032         field for all INSN_MACRO's.
2033         * mips16-opc.c: same
2034
2035 Wed Nov 12 10:16:57 1997  Gavin Koch  <gavin@cygnus.com>
2036
2037         * mips-opc.c (sync,cache): These are 3900 insns.
2038
2039 Tue Nov 11 23:53:41 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2040
2041         sh-opc.h (sh_table): Remove ftst/nan.
2042
2043 start-sanitize-cygnus
2044 Mon Nov  3 13:23:15 1997  Ken Raeburn  <raeburn@cygnus.com>
2045
2046         * mips-opc.c (dror32, dror, rzu.ob): Fix bugs in encoding.
2047         (c.*.ob, mula.ob, mull.ob, muls.ob, mulsl.ob): Put 'k' version
2048         last.
2049         * mips-dis.c (print_insn_arg): Handle VR5400 operand types.
2050
2051 end-sanitize-cygnus
2052 start-sanitize-tx49
2053 Wed Oct 29 15:10:56 1997  Gavin Koch  <gavin@cygnus.com>
2054
2055         * mips-opc.c (deret,dmult,dmultu,madd,maddu,pref,sdbbp):
2056         Add tx49 insns and configury.
2057
2058 end-sanitize-tx49
2059 Tue Oct 28 17:59:32 1997  Ken Raeburn  <raeburn@cygnus.com>
2060
2061         * mips-opc.c (ffc, ffs): Fix mask.
2062
2063 Tue Oct 28 16:34:54 1997  Michael Meissner  <meissner@cygnus.com>
2064
2065         * d30v-opc.c (pre_defined_registers): Add eit_vb, int_s, and int_m
2066         control registers.
2067
2068 Mon Oct 27 22:34:03 1997  Ken Raeburn  <raeburn@cygnus.com>
2069
2070         * mips-opc.c: Fix bug in mask for "not" pseudo-instruction.
2071 start-sanitize-cygnus
2072         Added VR5400 instructions.
2073         (N5): New cpu-id macro.
2074 end-sanitize-cygnus
2075         (WR_HILO, RD_HILO, MOD_HILO): New macros.
2076
2077 Mon Oct 27 22:34:03 1997  Ken Raeburn  <raeburn@cygnus.com>
2078
2079         * mips-opc.c: Fix bug in mask for "not" pseudo-instruction.
2080         (WR_HILO, RD_HILO, MOD_HILO): New macros.
2081
2082 Thu Oct 23 14:57:58 1997  Nick Clifton  <nickc@cygnus.com>
2083
2084         * v850-dis.c (disassemble): Replace // with /* ... */
2085
2086 Wed Oct 22 17:33:21 1997  Richard Henderson  <rth@cygnus.com>
2087
2088         * sparc-opc.c: Add wr & rd for v9a asr's.
2089         * sparc-dis.c (print_insn_sparc): Recognize '_' and '/' for v9a asr's.
2090         (v9a_asr_reg_names): New variable.
2091         Patch from David Miller <davem@vger.rutgers.edu>.
2092
2093 Wed Oct 22 17:18:02 1997  Richard Henderson  <rth@cygnus.com>
2094
2095         * sparc-opc.c (v9notv9a): New insn type.
2096         (IMPDEP): Move to the end to not conflict with edge8 et al.
2097         Patch from David Miller <davem@vger.rutgers.edu>.
2098
2099 Fri Oct 17 13:18:53 1997  Gavin Koch  <gavin@cygnus.com>
2100
2101         * mips-opc.c (bnezl,beqzl): Mark these as also tx39.
2102
2103 Thu Oct 16 11:55:20 1997  Gavin Koch  <gavin@cygnus.com>
2104
2105         * mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
2106
2107 Tue Oct 14 16:10:31 1997  Nick Clifton  <nickc@cygnus.com>
2108
2109         * v850-dis.c (disassemble): Use new symbol_at_address_func() field
2110         of disassemble_info structure to determine if an overlay address
2111         has a matching symbol in low memory.
2112
2113         * dis-buf.c (generic_symbol_at_address): New (dummy) function for
2114         new symbol_at_address_func field in disassemble_info structure.
2115
2116 Fri Oct 10 16:44:52 1997  Nick Clifton  <nickc@cygnus.com>
2117
2118         * v850-opc.c (extract_d22): Use signed arithmatic.
2119
2120 Tue Oct  7 23:40:43 1997  Gavin Koch  <gavin@cygnus.com>
2121
2122         * mips-opc.c: Three op mult is not an ISA insn.
2123
2124 Tue Oct  7 23:37:21 1997  Gavin Koch  <gavin@cygnus.com>
2125
2126         * mips-opc.c: Fix formatting.
2127
2128 Fri Oct  3 17:26:54 1997  Ian Lance Taylor  <ian@cygnus.com>
2129
2130         * i386-dis.c (OP_E): Explicitly sign extend 8 bit values, rather
2131         than assuming that char is signed.  Explicitly sign extend 16 bit
2132         values, rather than assuming that short is 16 bits.
2133         (OP_sI, OP_J, OP_DIR): Likewise.
2134
2135 start-sanitize-v850e
2136 Thu Oct  2 13:36:45 1997  Nick Clifton  <nickc@cygnus.com>
2137
2138         * v850-dis.c (v850_sreg_names): Use symbolic names for higher
2139         system registers.
2140
2141 end-sanitize-v850e
2142 Wed Oct  1 16:58:54 1997  Nick Clifton  <nickc@cygnus.com>
2143
2144         * v850-opc.c: Fix typo in comment.
2145
2146         * v850-dis.c (disassemble): Add test of processor type when
2147         determining opcodes.
2148
2149 Wed Oct  1 14:10:20 1997  Ian Lance Taylor  <ian@cygnus.com>
2150
2151         * configure.in: Use a diversion to set enable_shared before the
2152         arguments are parsed.
2153         * configure: Rebuild.
2154
2155 Thu Sep 25 13:04:59 1997  Ian Lance Taylor  <ian@cygnus.com>
2156
2157         * m68k-opc.c (TBL1): Use ! rather than `.
2158         * m68k-dis.c (print_insn_arg): Remove ` operand specifier.
2159
2160 Wed Sep 24 11:29:35 1997  Ian Lance Taylor  <ian@cygnus.com>
2161
2162         * m68k-opc.c: Correct bchg, bclr, bset, and btst on ColdFire.
2163
2164         * m68k-opc.c: Accept tst{b,w,l} with immediate operands on cpu32.
2165
2166         * m68k-opc.c: Correct movew of an immediate operand to %sr or %ccr
2167         for mcf5200.
2168
2169         * configure.in: Call AC_CHECK_TOOL before AM_PROG_LIBTOOL.
2170         * aclocal.m4: Rebuild with new libtool.
2171         * configure: Rebuild.
2172
2173 start-sanitize-v850e
2174 Fri Sep 19 11:45:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
2175
2176         * v850-opc.c ("cmov"): Order reg param r1, r2 not r2, r2.
2177
2178 end-sanitize-v850e
2179 Thu Sep 18 11:21:43 1997  Doug Evans  <dje@canuck.cygnus.com>
2180
2181         * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.
2182
2183 Tue Sep 16 15:18:20 1997  Nick Clifton  <nickc@cygnus.com>
2184
2185         * v850-opc.c (v850_opcodes): Further rearrangements.
2186
2187 Tue Sep 16 16:12:11 1997  Ken Raeburn  <raeburn@cygnus.com>
2188
2189         * d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change.
2190
2191 Tue Sep 16 09:48:50 1997  Nick Clifton  <nickc@cygnus.com>
2192
2193         * v850-opc.c (v850_opcodes): Fields reordered to allow assembler
2194         parser to work.
2195
2196 Tue Sep 16 10:01:00 1997  Gavin Koch  <gavin@cygnus.com>
2197
2198         * mips-opc.c: Added tx39 insns sdbbp, rfe, and deret.
2199 start-sanitize-tx19
2200         * mips16-opc.c: Added mips16 sdbbp.
2201 end-sanitize-tx19
2202
2203 Mon Sep 15 18:31:52 1997  Nick Clifton  <nickc@cygnus.com>
2204
2205         * v850-opc.c: Initialise processors field of v850_opcode structure.
2206
2207 Wed Aug 27 21:42:39 1997  Ken Raeburn  <raeburn@cygnus.com>
2208
2209         Merge changes from Martin Hunt:
2210
2211         * d30v-opc.c: Change mvfacc to accept 6-bit unsigned values.
2212
2213         * d30v-opc.c (pre_defined_registers): Add control registers from 0-63.
2214         (d30v_opcode_tabel): Add dbt, rtd, srah, and srlh instructions. Fix
2215         rot2h, sra2h, and srl2h to use new SHORT_A5S format.
2216
2217         * d30v-dis.c (print_insn): Fix disassembly of SHORT_D2 opcodes.
2218
2219         * d30v-dis.c (print_insn): First operand of d*i (delayed
2220         branch) instructions is relative.
2221
2222         * d30v-opc.c (d30v_opcode_table): Change form for repeati.
2223         (d30v_operand_table): Add IMM6S3 type.
2224         (d30v_format_table): Change SHORT_D2. Add LONG_Db.
2225
2226         * d30v-dis.c: Fix bug with ".s" and ".l" extensions
2227         and cmp instructions.
2228
2229         * d30v-opc.c: Correct entries for repeat*, and sat*.
2230         Make IMM5 unsigned. Create IMM6U and IMM12S3U operand
2231         types. Correct several formats.
2232
2233         * d30v-opc.c: (pre_defined_registers): Add dpsw and dpc.
2234
2235         * d30v-opc.c (pre_defined_registers): Change control registers.
2236
2237         * d30v-opc.c (d30v_format_table): Correct SHORT_C1 and
2238         SHORT_C2.  Manual was incorrect.
2239
2240         * d30v-dis.c (lookup_opcode):  Return value now indicates
2241         if an opcode has a short and a long form.  Used for deciding
2242         to append a ".s" or ".l".
2243         (print_insn): Append a ".s" to an instruction if it is
2244         the short form and ".l" if it is a long form. Do not append
2245         anything if the instruction has only one possible size.
2246
2247         * d30v-opc.c: Change mulx2h to require an even register.
2248         New form: SHORT_A2; a SHORT_A form that needs an even
2249         register as the first operand.
2250
2251         * d30v-dis.c (print_insn_d30v): Fix problem where the last
2252         instruction was not being disassembled if there were an odd
2253         number of instructions.
2254
2255         * d30v-opc.c (SHORT_M2, LONG_M2):  Two new forms.
2256
2257 start-sanitize-v850e
2258 Fri Sep 12 11:43:54 1997  Nick Clifton  <nickc@cygnus.com>
2259
2260         * v850-dis.c (disassemble): Improved display of register lists.
2261
2262 end-sanitize-v850e
2263 Thu Sep 11 17:35:10 1997  Doug Evans  <dje@canuck.cygnus.com>
2264
2265         * sparc-opc.c (sparc_opcodes): Fix assembler args to
2266         fzeros, fones, fsrc1, fsrc1s, fsrc2s, fnot1, fnot1s, fnot2s,
2267         fors, fnors, fands, fnands, fxors, fxnors, fornot1s, fornot2s,
2268         fandnot1s, fandnot2s.
2269
2270 Tue Sep  9 10:03:49 1997  Doug Evans  <dje@canuck.cygnus.com>
2271
2272         * sparc-opc.c (sparc_opcodes): Fix op3 field for fcmpq/fcmpeq.
2273
2274 Mon Sep  8 14:06:59 1997  Doug Evans  <dje@canuck.cygnus.com>
2275
2276         * cgen-asm.c (cgen_parse_address): New argument resultp.
2277         All callers updated.
2278         * m32r-asm.c (parse_h_hi16): Right shift numbers by 16.
2279
2280 Tue Sep  2 18:39:08 1997  Jeffrey A Law  (law@cygnus.com)
2281
2282         * mn10200-dis.c (disassemble): PC relative instructions are
2283         relative to the next instruction, not the current instruction.
2284
2285 Tue Sep  2 15:41:55 1997  Nick Clifton  <nickc@cygnus.com>
2286
2287         * v850-dis.c (disassemble): Only signed extend values that are not
2288         returned by extract functions.
2289         Remove use of V850_OPERAND_ADJUST_SHORT_MEMORY flag.
2290
2291 Tue Sep  2 15:39:40 1997  Nick Clifton  <nickc@cygnus.com>
2292
2293         * v850-opc.c: Update comments.  Remove use of
2294         V850_OPERAND_ADJUST_SHORT_MEMORY.  Fix several operand patterns.
2295
2296 Tue Aug 26 09:42:28 1997  Nick Clifton  <nickc@cygnus.com>
2297
2298         * v850-opc.c (MOVHI): Immediate parameter is unsigned.
2299
2300 Mon Aug 25 15:58:07 1997  Christopher Provenzano  <proven@cygnus.com>
2301
2302         * configure: Rebuilt with latest devo autoconf for NT support.
2303
2304 Fri Aug 22 10:35:15 1997  Nick Clifton  <nickc@cygnus.com>
2305
2306         * v850-dis.c (disassemble): Use curly brace syntax for register
2307         lists.
2308
2309         * v850-opc.c (v850_opcodes[]): Add NOT_R0 flag to decect cases
2310         where r0 is being used as a destination register.
2311
2312 start-sanitize-v850e
2313 Thu Aug 21 11:09:09 1997  Nick Clifton  <nickc@cygnus.com>
2314
2315         * v850-opc.c (v850_opcodes[]): Move divh opcodes next to each other.
2316 end-sanitize-v850e
2317
2318 Wed Aug 20 00:43:11 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2319
2320         * sh-opc.h (sh_arg_type): Add A_SGR and A_DBR.
2321         (sh_nibble_type, sh_arg_type): Add SH4 floating point extensions.
2322         (sh_table): Likewise.  Add movca.l, ocbi, ocbp, ocbwb.
2323         Add insns to access SGR and DBR.
2324         * sh-dis.c (print_insn_shx): Add SH4 floating point extensions.
2325
2326 Tue Aug 19 10:59:59 1997  Richard Henderson  <rth@cygnus.com>
2327
2328         * alpha-opc.c (alpha_opcodes): Fix hw_rei_stall mungage.
2329
2330 start-sanitize-v850e
2331 Mon Aug 18 11:10:03 1997  Nick Clifton  <nickc@cygnus.com>
2332
2333         * v850-opc.c (v850_opcodes[]): Remove use of flag field.
2334         * v850-opc.c (v850_opcodes[]): Add support for reversed short load
2335         opcodes..
2336
2337 Mon Aug 18 11:08:25 1997  Nick Clifton  <nickc@cygnus.com>
2338
2339         * configure (cgen_files): Add support for v850e target.
2340         * configure.in (cgen_files):  Add support for v850e target.
2341
2342 Mon Aug 18 11:08:25 1997  Nick Clifton  <nickc@cygnus.com>
2343
2344         * configure (cgen_files): Add support for v850ea target.
2345         * configure.in (cgen_files):  Add support for v850ea target.
2346 end-sanitize-v850e
2347
2348 Fri Aug 15 05:17:48 1997  Doug Evans  <dje@canuck.cygnus.com>
2349
2350         * configure.in (bfd_arc_arch): Add.
2351         * configure: Rebuild.
2352         * Makefile.am (ALL_MACHINES): Add arc-dis.lo, arc-opc.lo.
2353         * Makefile.in: Rebuild.
2354         * arc-dis.c, arc-opc.c: New files.
2355         * disassemble.c (ARCH_all): Define ARCH_arc.
2356         (disassembler): Add ARC support.
2357
2358 Wed Aug 13 18:52:11 1997  Nick Clifton  <nickc@cygnus.com>
2359
2360 start-sanitize-v850e
2361         * v850-dis.c (disassemble): Add support for v850EA instructions.
2362
2363         * v850-opc.c (insert_i5div, extract_i5div): New Functions.
2364         (v850_opcodes): Add v850EA instructions.
2365
2366         * v850-dis.c (disassemble): Add support for v850E instructions.
2367
2368         * v850-opc.c (insert_d5_4, extract_d5_4, insert_d16_16,
2369         extract_d16_16, insert_i9, extract_i9, insert_u9, extract_u9,
2370         insert_spe, extract_spe): New Functions.
2371         (v850_opcodes): Add v850E instructions.
2372 end-sanitize-v850e
2373
2374         * v850-opc.c: Reorganised and re-layed out to improve readability
2375         and portability.
2376
2377 Tue Aug  5 23:09:31 1997  Ian Lance Taylor  <ian@cygnus.com>
2378
2379         * configure: Rebuild with autoconf 2.12.1.
2380
2381 Mon Aug  4 12:02:16 1997  Ian Lance Taylor  <ian@cygnus.com>
2382
2383         * aclocal.m4, configure: Rebuild with new automake patches.
2384
2385 Fri Aug  1 13:02:04 1997  Ian Lance Taylor  <ian@cygnus.com>
2386
2387         * configure.in: Set enable_shared before AM_PROG_LIBTOOL.
2388         * acinclude.m4: Just include acinclude.m4 from BFD.
2389         * aclocal.m4, configure: Rebuild.
2390
2391 Thu Jul 31 21:44:42 1997  Ian Lance Taylor  <ian@cygnus.com>
2392
2393         * Makefile.am: New file, based on old Makefile.in.
2394         * acconfig.h: New file.
2395         * acinclude.m4: New file.
2396         * stamp-h.in: New file.
2397         * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.
2398         Removed shared library handling; now handled by libtool.  Replace
2399         AC_CONFIG_HEADER with AM_CONFIG_HEADER.  Call AM_MAINTAINER_MODE,
2400         AM_CYGWIN32, and AM_EXEEXT.  Replace AC_PROG_INSTALL with
2401         AM_PROG_INSTALL.  Change all .o files to .lo.  Remove stamp-h
2402         handling in AC_OUTPUT.
2403         * dep-in.sed: Change .o to .lo.
2404         * Makefile.in: Now built with automake.
2405         * aclocal.m4: Now built with aclocal.
2406         * config.in, configure: Rebuild.
2407
2408 Mon Jul 28 21:52:24 1997  Jeffrey A Law  (law@cygnus.com)
2409
2410         * mips-opc.c: Fix typo/thinko in "eret" instruction.
2411
2412 start-sanitize-r5900
2413 Mon Jul 28 22:07:14 1997  Andrew Cagney  <cagney@b1.cygnus.com>
2414
2415         * mips-opc.c: Fix coding of mtsa.
2416
2417 end-sanitize-r5900
2418 Thu Jul 24 13:03:26 1997  Doug Evans  <dje@canuck.cygnus.com>
2419
2420         * sparc-opc.c (sparc_opcodes): Fix spelling on fpaddX, fpsubX insns.
2421         Make array const.
2422         * sparc-dis.c (sorted_opcodes): New static local.
2423         (struct opcode_hash): `opcode' is pointer to const element.
2424         (build_hash): First arg is now table of sorted pointers.
2425         (print_insn_sparc): Sort opcodes by sorting table of pointers.
2426         (compare_opcodes): Update.
2427
2428 Tue Jul 15 12:05:23 1997  Doug Evans  <dje@canuck.cygnus.com>
2429
2430         * cgen-opc.c: #include <ctype.h>.
2431         (hash_keyword_name): New arg `case_sensitive_p'.  Callers updated.
2432         Handle case insensitive hashing.
2433         (hash_keyword_value): Change type of `value' to unsigned int.
2434
2435 Thu Jul 10 12:56:10 1997  Jeffrey A Law  (law@cygnus.com)
2436
2437         * mips-opc.c (mips_builtin_opcodes): If an insn uses single
2438         precision FP, mark it as such.  Likewise for double precision
2439         FP.  Mark ISA1 insns.  Consolidate duplicate opcodes where
2440         possible.
2441 start-sanitize-r5900
2442         (mips_builtin_opcodes): Remove non-existant r5900 instructions
2443 end-sanitize-r5900
2444
2445 start-sanitize-r5900
2446 Thu Jun 26 16:20:27 1997  Jeffrey A Law  (law@cygnus.com)
2447
2448         * mips-opc.c (mips_builtin_opcodes): Add "pinteh", "pexeh" and
2449         "pexew" as synonyms for "pintoh", "pexoh", "pexow".
2450
2451 end-sanitize-r5900
2452 Wed Jun 25 15:25:57 1997  Felix Lee  <flee@cirdan.cygnus.com>
2453
2454         * ppc-opc.c (extract_nsi): make unsigned expression signed before
2455         negating it.
2456         (UNUSED): remove one level of parens, so MSVC doesn't choke on
2457         nesting depth when all the macros are expanded.
2458
2459 Tue Jun 17 17:02:17 1997  Ian Lance Taylor  <ian@cygnus.com>
2460
2461         * sparc-opc.c: The fcmp v9a instructions take an integer register
2462         as a destination, not a floating point register.  From Christian
2463         Kuehnke <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>.
2464
2465 Mon Jun 16 14:13:18 1997  Ian Lance Taylor  <ian@cygnus.com>
2466
2467         * m68k-dis.c (print_insn_arg): Print case 7.2 using %pc@()
2468         syntax.  From Roman Hodek
2469         <rnhodek@faui22c.informatik.uni-erlangen.de>.
2470
2471         * i386-dis.c (twobyte_has_modrm): Fix pand.
2472
2473 Mon Jun 16 14:08:38 1997  Michael Taylor  <mbt@mit.edu>
2474
2475         * i386-dis.c (dis386_twobyte): Fix pand and pandn.
2476
2477 Tue Jun 10 11:26:47 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
2478
2479         * arm-dis.c: Add prototypes for arm_decode_shift and
2480         print_insn_arm.
2481
2482 Mon Jun  2 11:39:04 1997  Gavin Koch  <gavin@cygnus.com>
2483
2484         * mips-opc.c: Add r3900 insns.
2485
2486 Tue May 27 15:55:44 1997  Ian Lance Taylor  <ian@cygnus.com>
2487
2488         * sh-dis.c (print_insn_shx): Change relmask to bfd_vma.  Don't
2489         print delay slot instructions on the same line.  When using a PC
2490         relative load, add a comment with the value being loaded if it can
2491         be obtained.
2492
2493 Tue May 27 11:02:08 1997  Alan Modra  <alan@spri.levels.unisa.edu.au>
2494
2495         * i386-dis.c (dis386[], dis386_twobyte[]): change pushl/popl
2496         to pushS/popS for segment regs and byte constant so that
2497         pushw/popw printed when in 16 bit data mode.
2498
2499         * i386-dis.c (dis386[]): change cwtl, cltd to cWtS, cStd to
2500         print cbtw, cwtd in 16 bit data mode.
2501         * i386-dis.c (putop): extra case W to support above.
2502
2503         * i386-dis.c (print_insn_x86): print addr32 prefix when given
2504         address size prefix in 16 bit address mode.
2505
2506 Fri May 23 16:47:23 1997  Ian Lance Taylor  <ian@cygnus.com>
2507
2508         * sh-dis.c: Reindent.  Rename local variable fprintf to
2509         fprintf_fn.
2510
2511 Thu May 22 14:06:02 1997  Doug Evans  <dje@canuck.cygnus.com>
2512
2513         * m32r-opc.c (m32r_cgen_insn_table, cmpui): Undo patch of May 2.
2514
2515 Tue May 20 11:26:27 1997  Gavin Koch  <gavin@cygnus.com>
2516
2517         * mips-opc.c (mips_builtin_opcodes): Moved INSN_ISA field into new
2518           field membership.
2519         * mips16-opc.c (mip16_opcodes): same.
2520
2521 Mon May 12 15:10:53 1997  Jim Wilson  <wilson@cygnus.com>
2522
2523         * m68k-opc.c (moveb): Change $d to %d.
2524
2525 Mon May  5 14:28:41 1997  Ian Lance Taylor  <ian@cygnus.com>
2526
2527         * i386-dis.c: (dis386_twobyte): Add MMX instructions.
2528         (twobyte_has_modrm): Likewise.
2529         (grps): Likewise.
2530         (OP_MMX, OP_EM, OP_MS): New static functions.
2531
2532         * i386-dis.c: Revert patch of April 4.  The output now matches
2533         what gcc generates.
2534
2535 Fri May  2 12:48:37 1997  Doug Evans  <dje@canuck.cygnus.com>
2536
2537         * m32r-opc.c (m32r_cgen_insn_table, cmpui): Use $uimm16 instead
2538         of $simm16.
2539
2540 Thu May  1 15:34:15 1997  Doug Evans  <dje@canuck.cygnus.com>
2541
2542         * m32r-opc.h (CGEN_ARCH): Renamed from CGEN_CPU.
2543
2544 Tue Apr 15 12:40:08 1997  Ian Lance Taylor  <ian@cygnus.com>
2545
2546         * Makefile.in (install): Depend upon installdirs.
2547         (installdirs): New target.
2548
2549 Mon Apr 14 12:13:51 1997  Ian Lance Taylor  <ian@cygnus.com>
2550
2551         From Thomas Graichen <graichen@rzpd.de>:
2552         * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
2553         * configure: Rebuild.
2554
2555 Sun Apr 13 17:50:41 1997  Doug Evans  <dje@canuck.cygnus.com>
2556
2557         * cgen-*.c, m32r-*.c: #include sysdep.h instead of config.h.
2558         Delete string{,s}.h support.
2559
2560 Thu Apr 10 14:44:56 1997  Doug Evans  <dje@canuck.cygnus.com>
2561
2562         * cgen-asm.c (cgen_parse_operand_fn): New global.
2563         (cgen_parse_{{,un}signed_integer,address}): Update call to
2564         cgen_parse_operand_fn.
2565         (cgen_init_parse_operand): New function.
2566         * m32r-asm.c (parse_insn_normal): cgen_init_parse_operand renamed
2567         from cgen_asm_init_parse.
2568         (m32r_cgen_assemble_insn): New operand `errmsg'.
2569         Delete call to as_bad, return error message to caller.
2570         (m32r_cgen_asm_hash_keywords): #if 0 out.
2571
2572 Wed Apr  9 12:05:25 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2573
2574         * m68k-dis.c (print_insn_arg) [case 'd']: Print as address register,
2575         not data register.
2576         [case 'J']: Fix typo in register name.
2577
2578 Mon Apr  7 16:48:22 1997  Ian Lance Taylor  <ian@cygnus.com>
2579
2580         * configure.in: Substitute SHLIB_LIBS.
2581         * configure: Rebuild.
2582         * Makefile.in (SHLIB_LIBS): New variable.
2583         ($(SHLIB)): Use $(SHLIB_LIBS).
2584
2585 Mon Apr  7 11:45:44 1997  Doug Evans  <dje@canuck.cygnus.com>
2586
2587         * cgen-dis.c (build_dis_hash_table): Fix xmalloc size computation.
2588
2589         * cgen-opc.c (hash_keyword_name): Improve algorithm.
2590
2591         * disassemble.c (disassembler): Handle m32r.
2592
2593 Fri Apr  4 12:29:38 1997  Doug Evans  <dje@canuck.cygnus.com>
2594
2595         * m32r-asm.c, m32r-dis.c, m32r-opc.c, m32r-opc.h: New files.
2596         * cgen-asm.c, cgen-dis.c, cgen-opc.c: New files.
2597         * Makefile.in (CFILES): Add them.
2598         (ALL_MACHINES): Add them.
2599         (dependencies): Regenerate.
2600         * configure.in (cgen_files): New variable.
2601         (bfd_m32r_arch): Add entry.
2602         * configure: Regenerate.
2603
2604 Fri Apr  4 14:04:16 1997  Ian Lance Taylor  <ian@cygnus.com>
2605
2606         * configure.in: Correct file names for bfd_mn10[23]00_arch.
2607         * configure: Rebuild.
2608
2609         * Makefile.in: Rebuild dependencies.
2610
2611         * d10v-dis.c: Include "ansidecl.h" before "opcode/d10v.h".
2612
2613         * i386-dis.c (float_reg): Swap fsubrp and fsubp.  Swap fdivrp and
2614         fdivp.
2615
2616 Thu Apr  3 13:22:45 1997  Ian Lance Taylor  <ian@cygnus.com>
2617
2618         * Branched binutils 2.8.
2619
2620 Wed Apr  2 12:23:53 1997  Ian Lance Taylor  <ian@cygnus.com>
2621
2622         * m10200-dis.c: Rename from mn10200-dis.c.
2623         * m10200-opc.c: Rename from mn10200-opc.c.
2624         * m10300-dis.c: Rename from mn10300-dis.c
2625         * m10300-opc.c: Rename from mn10300-opc.c.
2626         * Makefile.in: Update accordingly.
2627
2628         * mips16-opc.c: Add mul and dmul macros.
2629
2630 Tue Apr  1 16:27:45 1997  Klaus Kaempf  <kkaempf@progis.de>
2631
2632         * makefile.vms: Update CFLAGS, add clean target.
2633
2634 Fri Mar 28 12:10:09 1997  Ian Lance Taylor  <ian@cygnus.com>
2635
2636         * mips-opc.c: Add "wait".  From Ralf Baechle
2637         <ralf@gnu.ai.mit.edu>.
2638
2639         * configure.in: Add stdlib.h to AC_CHECK_HEADERS list.
2640         * configure, config.in: Rebuild.
2641         * sysdep.h: Include <stdlib.h> if it exists.
2642         * sparc-dis.c: Include <stdio.h> and "sysdep.h".  Don't include
2643         <string.h>.
2644         * Makefile.in: Rebuild dependencies.
2645
2646 Thu Mar 27 14:24:43 1997  Ian Lance Taylor  <ian@cygnus.com>
2647
2648         * ppc-opc.c: Add PPC 403 instructions and extended opcodes.  From
2649         Andrew Bray <andy@madhouse.demon.co.uk>.
2650
2651         * mips-opc.c: Add cast when setting mips_opcodes.
2652
2653 Tue Mar 25 23:04:00 1997  Stu Grossman  (grossman@critters.cygnus.com)
2654
2655         * v850-dis.c (disassemble):  Fix sign extension problem.
2656         * v850-opc.c (extract_d*):  Fix sign extension problems to make
2657         disassembly calculate branch offsets correctly.
2658
2659 Mon Mar 24 13:22:13 1997  Ian Lance Taylor  <ian@cygnus.com>
2660
2661         * sh-opc.h: Add bf/s and bt/s as synonyms for bf.s and bt.s.
2662
2663         * mips-opc.c: Add dctr and dctw.
2664
2665 Sun Mar 23 18:08:10 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
2666
2667         * d30v-dis.c (print_insn): Change the way signed constants
2668         are displayed.
2669
2670 Fri Mar 21 14:37:52 1997  Ian Lance Taylor  <ian@cygnus.com>
2671
2672         * Makefile.in (BFD_H): New variable.
2673         (HFILES): New variable.
2674         (CFILES): Add all C files.
2675         (.dep, .dep1, dep.sed, dep, dep-in): New targets.
2676         Delete old dependencies, and build new ones.
2677         * dep-in.sed: New file.
2678
2679 Thu Mar 20 19:03:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2680
2681         * m68k-opc.c (m68k_opcode_aliases): Added blo and blo{s,b,w,l}.
2682
2683 start-sanitize-coldfire
2684 Wed Mar 19 06:53:58 1997  J.T. Conklin  <jtc@rtl.cygnus.com>
2685
2686         * m68k-opc.c (m68k_opcodes): Provide coldfire division module
2687         instructions.
2688
2689 end-sanitize-coldfire
2690 Tue Mar 18 14:17:03 1997  Jeffrey A Law  (law@cygnus.com)
2691
2692         * mn10200-opc.c: Change "trap" to "syscall".
2693         * mn10300-opc.c: Add new "syscall" instruction.
2694
2695 Mon Mar 17 08:48:03 1997  J.T. Conklin  <jtc@beauty.cygnus.com>
2696
2697         * m68k-opc.c (m68k_opcodes): Provide correct entries for mulsl and
2698         mulul insns on the coldfire.
2699
2700 Sat Mar 15 17:13:05 1997  Ian Lance Taylor  <ian@cygnus.com>
2701
2702         * arm-dis.c (print_insn_arm): Don't print instruction bytes.
2703         (print_insn_big_arm): Set bytes_per_chunk and display_endian.
2704         (print_insn_little_arm): Likewise.
2705
2706 Fri Mar 14 15:08:59 1997  Ian Lance Taylor  <ian@cygnus.com>
2707
2708         Based on patches from H.J. Lu <hjl@lucon.org>:
2709         * i386-dis.c (fetch_data): Add prototype.
2710         * m68k-dis.c (fetch_data): Add prototype.
2711         (dummy_print_address): Add prototype.  Make static.
2712         * ppc-opc.c (valid_bo): Add prototype.
2713         * sparc-dis.c (build_hash_table): Add prototype.
2714         (is_delayed_branch, compute_arch_mask): Add prototypes.
2715         (print_insn_sparc): Make several local variables const.
2716         (compare_opcodes): Change arguments to const PTR.  Add prototype.
2717         * sparc-opc.c (arg): Change name field to be const.
2718         (lookup_name, lookup_value): Add prototypes.  Change table and
2719         name parameters to be const.
2720         (sparc_encode_asi): Change name parameter to be const.
2721         (sparc_encode_membar, sparc_encode_prefetch): Likewise.
2722         (sparc_encode_sparclet_cpreg): Likewise.
2723         (sparc_decode_asi): Change return type to be const.
2724         (sparc_decode_membar, sparc_decode_prefetch): Likewise.
2725         (sparc_decode_sparclet_cpreg): Likewise.
2726
2727 Fri Mar  7 10:51:49 1997  Ian Lance Taylor  <ian@cygnus.com>
2728
2729         * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
2730         Solaris doesn't like the combined options, and the -f is
2731         unnecessary.
2732         (stamp-tshlink, install): Likewise.
2733
2734 Thu Mar  6 16:51:11 1997  Jeffrey A Law  (law@cygnus.com)
2735
2736         * mn10300-opc.c (IMM16_PCREL, SD8N_PCREL, D16_SHIFT): Mark these
2737         as relaxable.
2738
2739 Tue Mar  4 06:10:36 1997  J.T. Conklin  <jtc@cygnus.com>
2740
2741         * m68k-opc.c (m68k_opcodes): Fix last change for the mc68010.
2742
2743 Mon Mar  3 07:45:20 1997  J.T. Conklin  <jtc@cygnus.com>
2744
2745         * m68k-opc.c (m68k_opcodes): Added entries for the tst insns on
2746         the mc68000.
2747
2748 Thu Feb 27 14:04:32 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2749
2750         * m68k-opc.c (m68k_opcodes): Added swbegl pseudo-instruction.
2751
2752 start-sanitize-tic80
2753 Thu Feb 27 11:36:41 1997  Michael Meissner  <meissner@cygnus.com>
2754
2755         * tic80-dis.c (print_insn_tic80): Set info->bytes_per_line to 8.
2756
2757 Wed Feb 26 15:34:48 1997  Michael Meissner  <meissner@cygnus.com>
2758
2759         * tic80-opc.c (tic80_predefined_symbols): Define r25 properly.
2760
2761 end-sanitize-tic80
2762 Wed Feb 26 13:38:30 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2763
2764         * m68k-dis.c (NEXTSINGLE, NEXTDOUBLE, NEXTEXTEND): Use
2765         floatformat_to_double to make portable.
2766         (print_insn_arg): Use NEXTEXTEND macro when extracting extended
2767         precision float.
2768
2769 Mon Feb 24 19:26:12 1997  Dawn Perchik  <dawn@cygnus.com>
2770
2771         * mips-opc.c: Initialize mips_opcodes to mips_builtin_opcodes,
2772         and bfd_mips_num_opcodes to bfd_mips_num_builtin_opcodes.
2773
2774 Mon Feb 24 15:19:01 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
2775
2776         * d10v-dis.c, d10v-opc.c: Change pre_defined_registers to
2777         d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
2778
2779 start-sanitize-tic80
2780 Mon Feb 24 14:33:26 1997  Fred Fish  <fnf@cygnus.com>
2781
2782         * tic80-opc.c (LSI_SCALED): Renamed from this ...
2783         (OFF_SL_BR_SCALED): ... to this, and added the flag
2784         TIC80_OPERAND_BASEREL to the flags word.
2785         (tic80_opcodes): Replace all occurances of LSI_SCALED with
2786         OFF_SL_BR_SCALED.
2787
2788 end-sanitize-tic80
2789 Sat Feb 22 21:25:00 1997  Dawn Perchik  <dawn@cygnus.com>
2790
2791         * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.
2792         Change mips_opcodes from const array to a pointer,
2793         and change bfd_mips_num_opcodes from const int to int,
2794         so that we can increase the size of the mips opcodes table
2795         dynamically.
2796
2797 start-sanitize-tic80
2798 Sat Feb 22 21:03:47 1997  Fred Fish  <fnf@cygnus.com>
2799
2800         * tic80-opc.c (tic80_predefined_symbols): Revert change to
2801         store BITNUM values in the table in one's complement form
2802         to match behavior when assembler is given a raw numeric
2803         value for a BITNUM operand.
2804         * tic80-dis.c (print_operand_bitnum): Ditto.
2805
2806 end-sanitize-tic80
2807 Fri Feb 21 16:31:18 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
2808
2809         * d30v-opc.c: Removed references to FLAG_X.
2810
2811 Wed Feb 19 14:51:20 1997  Ian Lance Taylor  <ian@cygnus.com>
2812
2813         * Makefile.in: Add dependencies on ../bfd/bfd.h as required.
2814
2815 Tue Feb 18 17:43:43 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
2816
2817         * Makefile.in: Added d30v object files.
2818         * configure: (bfd_d30v_arch) Rebuilt.
2819         * configure.in: (bfd_d30v_arch) Added new case.
2820         * d30v-dis.c: New file.
2821         * d30v-opc.c: New file.
2822         * disassemble.c (disassembler) Add entry for d30v.
2823
2824 start-sanitize-tic80
2825 Tue Feb 18 16:32:08 1997  Fred Fish  <fnf@cygnus.com>
2826
2827         * tic80-opc.c (tic80_predefined_symbols): Add symbolic
2828         representations for the floating point BITNUM values.
2829
2830 Fri Feb 14 12:14:05 1997  Fred Fish  <fnf@cygnus.com>
2831
2832         * tic80-opc.c (tic80_predefined_symbols): Store BITNUM values
2833         in the table in one's complement form, as they appear in the
2834         actual instruction.
2835         (tic80_symbol_to_value): Use macros to access predefined
2836         symbol fields.
2837         (tic80_value_to_symbol): Ditto.
2838         (tic80_next_predefined_symbol): New function.
2839         * tic80-dis.c (print_operand_bitnum): Remove code that did
2840         one's complement for BITNUM values.
2841
2842 end-sanitize-tic80
2843 start-sanitize-r5900
2844 Fri Feb 14 13:56:51 1997  Gavin Koch  <gavin@cygnus.com>
2845
2846         * mips-opc.c: bug fix, can't mark insns INSN_5900 and INSN_ISA4
2847
2848 end-sanitize-r5900
2849 Thu Feb 13 21:56:51 1997  Klaus Kaempf  <kkaempf@progis.de>
2850
2851         * makefile.vms: Remove 8 bit characters.  Update to latest
2852         gcc release.
2853
2854 Thu Feb 13 20:41:22 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2855
2856         * m68k-opc.c (m68k_opcodes): Add swbeg pseudo-instruction.
2857
2858 Thu Feb 13 16:30:02 1997  Jeffrey A Law  (law@cygnus.com)
2859
2860         * mn10200-opc.c (IMM16_PCREL): This is a signed operand.
2861         (IMM24_PCREL): Likewise.
2862
2863 Thu Feb 13 13:28:43 1997  Ian Lance Taylor  <ian@cygnus.com>
2864
2865         * mips-dis.c (print_mips16_insn_arg): Use memaddr - 2 as the base
2866         address for an extended PC relative instruction that is not a
2867         branch.
2868
2869 Wed Feb 12 12:27:40 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2870
2871         * m68k-dis.c (print_insn_m68k): Set bytes_per_chunk and
2872         bytes_per_line.
2873
2874 start-sanitize-tic80
2875 Tue Feb 11 16:36:31 1997  Fred Fish  <fnf@cygnus.com>
2876
2877         * tic80-opc.c (tic80_operands): Fix typo '+' -> '|'.
2878         (tic80_opcodes): Sort entries so that long immediate forms
2879         come after short immediate forms, making it easier for
2880         assembler to select the right one for a given operand.
2881
2882 end-sanitize-tic80
2883 Tue Feb 11 15:26:47 1997  Ian Lance Taylor  <ian@cygnus.com>
2884
2885         * mips-dis.c (_print_insn_mips): Set bytes_per_chunk and
2886         display_endian.
2887         (print_insn_mips16): Likewise.
2888
2889 start-sanitize-r5900
2890 Fri Feb  7 11:12:44 1997  Gavin Koch  <gavin@cygnus.com>
2891
2892         * mips-opc.c: add r5900.
2893
2894 end-sanitize-r5900
2895 start-sanitize-tic80
2896 Mon Feb 10 10:12:41 1997  Fred Fish  <fnf@cygnus.com>
2897
2898         * tic80-opc.c (tic80_symbol_to_value): Changed to accept
2899         a symbol class that restricts translation to just that
2900         class (general register, condition code, etc).
2901
2902 Thu Feb  6 17:34:09 1997  Fred Fish  <fnf@cygnus.com>
2903
2904         * tic80-opc.c (tic80_operands): Add REG_0_E, REG_22_E,
2905         and REG_DEST_E for register operands that have to be
2906         an even numbered register.  Add REG_FPA for operands that
2907         are one of the floating point accumulator registers.
2908         Add TIC80_OPERAND_MASK to flags for ENDMASK operand.
2909         (tic80_opcodes): Change entries that need even numbered
2910         register operands to use the new operand table entries.
2911         Add "or" entries that are identical to "or.tt" entries.
2912
2913 end-sanitize-tic80
2914 Wed Feb  5 11:12:44 1997  Ian Lance Taylor  <ian@cygnus.com>
2915
2916         * mips16-opc.c: Add new cases of exit instruction for
2917         disassembler.
2918         * mips-dis.c (print_mips16_insn_arg): Display floating point
2919         registers in operands of exit instruction.  Print `$' before
2920         register names in operands of entry and exit instructions.
2921
2922 start-sanitize-tic80
2923 Thu Jan 30 14:09:03 1997  Fred Fish  <fnf@cygnus.com>
2924
2925         * tic80-opc.c (tic80_predefined_symbols): Table of name/value
2926         pairs for all predefined symbols recognized by the assembler.
2927         Also used by the disassembling routines.
2928         (tic80_symbol_to_value): New function.
2929         (tic80_value_to_symbol): New function.
2930         * tic80-dis.c (print_operand_control_register,
2931         print_operand_condition_code, print_operand_bitnum):
2932         Remove private tables and use tic80_value_to_symbol function.
2933
2934 end-sanitize-tic80
2935 Thu Jan 30 11:30:45 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
2936
2937         * d10v-dis.c (print_operand): Change address printing
2938         to correctly handle PC wrapping.  Fixes PR11490.
2939
2940 Wed Jan 29 09:39:17 1997  Jeffrey A Law  (law@cygnus.com)
2941
2942         * mn10200-opc.c (mn10200_operands): Make 8 and 16 bit pc-relative
2943         branches relaxable.
2944
2945 Tue Jan 28 15:57:34 1997  Ian Lance Taylor  <ian@cygnus.com>
2946
2947         * mips-dis.c (print_insn_mips16): Set insn_info information.
2948         (print_mips16_insn_arg): Likewise.
2949
2950         * mips-dis.c (print_insn_mips16): Better handling of an extend
2951         opcode followed by an instruction which can not be extended.
2952
2953 Fri Jan 24 12:08:21 1997  J.T. Conklin  <jtc@cygnus.com>
2954
2955         * m68k-opc.c (m68k_opcodes): Changed operand specifier for the
2956         coldfire moveb instruction to not allow an address register as
2957         destination.  Although the documentation does not indicate that
2958         this is invalid, experiments uncovered unexpected behavior.
2959         Added a comment explaining the situation.  Thanks to Andreas
2960         Schwab for pointing this out to me.
2961
2962 start-sanitize-tic80
2963 Wed Jan 22 20:13:51 1997  Fred Fish  <fnf@cygnus.com>
2964
2965         * tic80-opc.c (tic80_opcodes): Expand comment to note that the
2966         entries are presorted so that entries with the same mnemonic are
2967         adjacent to each other in the table.  Sort the entries for each
2968         instruction so that this is true.
2969
2970 end-sanitize-tic80
2971 Mon Jan 20 12:48:57 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2972
2973         * m68k-dis.c: Include <libiberty.h>.
2974         (print_insn_m68k): Sort the opcode table on the most significant
2975         nibble of the opcode.
2976
2977 start-sanitize-tic80
2978 Sat Jan 18 15:15:05 1997  Fred Fish  <fnf@cygnus.com>
2979
2980         * tic80-dis.c (tic80_opcodes): Add "wrcr", "vmpy", "vrnd",
2981         "vsub", "vst", "xnor", and "xor" instructions.
2982         (V_a1): Renamed from V_a, msb of accumulator reg number.
2983         (V_a0): Add macro, lsb of accumulator reg number.
2984
2985 Fri Jan 17 18:24:31 1997  Fred Fish  <fnf@cygnus.com>
2986
2987         * tic80-dis.c (print_insn_tic80): Broke excessively long
2988         function up into several smaller ones and arranged for
2989         the instruction printing function to be callable recursively
2990         to print vector instructions that have both a load and a
2991         math instruction packed into a single opcode.
2992         * tic80-opc.c (tic80_opcodes): Expand comment for vld opcode
2993         to explain why it comes after the other vector opcodes.
2994
2995 end-sanitize-tic80
2996 Fri Jan 17 16:19:15 1997  J.T. Conklin  <jtc@beauty.cygnus.com>
2997
2998         * m68k-opc.c (m68k_opcodes): add b, w, or l specifier to coldfire
2999         move insns to handle immediate operands.
3000
3001 Thu Jan 17 16:19:00 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3002
3003         * m68k-opc.c (m68k_opcodes): Delete duplicate entry for "cmpil".
3004         fix operand mask in the "moveml" entries for the coldfire.
3005
3006 start-sanitize-tic80
3007 Thu Jan 16 20:54:40 1997  Fred Fish  <fnf@cygnus.com>
3008
3009         * tic80-opc.c (V_a, V_m, V_S, V_Z, V_p, OP_V, MASK_V):
3010         New macros for building vector instruction opcodes.
3011         (tic80_opcodes): Remove all uses of FMT_SI, FMT_REG, and
3012         FMT_LI, which were unused.  The field is now a flags field.
3013         Remove some opcodes that are possible, but illegal, such
3014         as long immediate instructions with doubles for immediate
3015         values.  Add "vadd" and "vld" instructions.
3016
3017 Wed Jan 15 18:59:51 1997  Fred Fish  <fnf@cygnus.com>
3018
3019         * tic80-opc.c (tic80_operands): Reorder some table entries to make
3020         the order more logical.  Move the shift alias instructions ("rotl",
3021         "shl", "ins", "rotr", "extu", "exts", "srl", and "sra" to be
3022         interspersed with the regular sr.x and sl.x instructions.  Add
3023         and test new instruction opcodes for "sl", "sli", "sr", "sri", "st",
3024         "sub", "subu", "swcr", and "trap".
3025
3026 Tue Jan 14 19:42:50 1997  Fred Fish  <fnf@cygnus.com>
3027
3028         * tic80-opc.c (OFF_SS_PC): Renamed from OFF_SS.
3029         (OFF_SL_PC): Renamed from OFF_SL.
3030         (OFF_SS_BR): New operand type for base relative operand.
3031         (OFF_SL_BR): New operand type for base relative operand.
3032         (REG_BASE): New operand type for base register operand.
3033         (tic80_opcodes): Add and test "fmpy", "frndm", "frndn", "frndp",
3034         "frndz", "fsqrt", "fsub", "illop0", "illopF", "ins", "jsr",
3035         "ld", "ld.u", "lmo", "or", "rdcr", "rmo", "rotl", and "rotr"
3036         instructions.
3037         * tic80-dis.c (print_insn_tic80): Print opcode name with fixed width
3038         10 char field, padded with spaces on rhs, rather than a string
3039         followed by a tab.  Use renamed TIC80_OPERAND_PCREL flag bit rather
3040         than old TIC80_OPERAND_RELATIVE.  Add support for new
3041         TIC80_OPERAND_BASEREL flag bit.
3042
3043 Mon Jan 13 15:58:56 1997  Fred Fish  <fnf@cygnus.com>
3044
3045         * tic80-dis.c (print_insn_tic80): Print floating point operands
3046         as floats.
3047         * tic80-opc.c (SPFI): Add single precision floating point
3048         immediate operand type.
3049         (ROTATE): Add rotate operand type for shifts.
3050         (ENDMASK): Add for shifts.
3051         (n): Macro for the 'n' bit.
3052         (i): Macro for the 'i' bit.
3053         (PD): Macro for the 'PD' field.
3054         (P2): Macro for the 'P2' field.
3055         (P1): Macro for the 'P1' field.
3056         (tic80_opcodes): Add entries for "exts", "extu", "fadd",
3057         "fcmp", and "fdiv".
3058
3059 end-sanitize-tic80
3060 Mon Jan  6 15:06:55 1997  Jeffrey A Law  (law@cygnus.com)
3061
3062         * mn10200-dis.c (disassemble): Mask off unwanted bits after
3063         adding in current address for pc-relative operands.
3064
3065 start-sanitize-tic80
3066 Mon Jan  6 10:56:25 1997  Fred Fish  <fnf@cygnus.com>
3067
3068         * tic80-dis.c (R_SCALED): Add macro to test for ":s" modifier bit.
3069         (print_insn_tic80): If R_SCALED then print ":s" modifier for operand.
3070         * tic80-opc.c (REG0, REG22, REG27, SSOFF, LSOFF): Names
3071         changed to REG_0, REG_22, REG_DEST, OFF_SS, OFF_SL respectively.
3072         (SICR, LICR, REGM_SI, REGM_LI): Names changed to CR_SI, CR_LI,
3073         REG_BASE_M_SI, REG_BASE_M_LI respectively.
3074         (REG_SCALED, LSI_SCALED): New operand types.
3075         (E): New macro for 'E' bit at bit 27.
3076         (tic80_opcodes): Add and test dld, dld.u, dst, estop, and etrap
3077         opcodes, including the various size flavors (b,h,w,d) for
3078         the direct load and store instructions.
3079
3080 Sun Jan  5 12:18:14 1997  Fred Fish  <fnf@cygnus.com>
3081
3082         * tic80-dis.c (M_SI, M_LI): Add macros to test for ":m" modifier bit
3083         in an instruction.
3084         * tic80-dis.c (print_insn_tic80): Change comma and paren handling.
3085         Use M_SI and M_LI macros to check for ":m" modifier for GPR operands.
3086         * tic80-opc.c (tic80_operands): Add REGM_SI and REGM_LI operands.
3087         (F, M_REG, M_LI, M_SI, SZ_REG, SZ_LI, SZ_SI, D, S): New bit-twiddlers.
3088         (MASK_LI_M, MASK_SI_M, MASK_REG_M): Remove and replace in opcode
3089         masks with "MASK_* & ~M_*" to get the M bit reset.
3090         (tic80_opcodes): Add bsr, bsr.a, cmnd, cmp, dcachec, and dcachef.
3091
3092 Sat Jan  4 19:05:05 1997  Fred Fish  <fnf@cygnus.com>
3093
3094         * tic80-dis.c (print_insn_tic80): Print TIC80_OPERAND_RELATIVE
3095         correctly.  Add support for printing TIC80_OPERAND_BITNUM and
3096         TIC80_OPERAND_CC, and TIC80_OPERAND_CR operands in symbolic
3097         form.
3098         * tic80-opc.c (tic80_operands): Add SSOFF, LSOFF, BITNUM,
3099         CC, SICR, and LICR table entries.
3100         (tic80_opcodes): Add and test "nop", "br", "bbo", "bbz",
3101         "bcnd", and "brcr" opcodes.
3102
3103 end-sanitize-tic80
3104 Fri Jan  3 18:32:11 1997  Fred Fish  <fnf@cygnus.com>
3105
3106         * ppc-opc.c (powerpc_operands): Make comment match the
3107         actual fields (no shift field).
3108         * sparc-opc.c (sparc_opcodes): Document why this cannot be "const".
3109 start-sanitize-tic80
3110         * tic80-dis.c (print_insn_tic80): Replace abort stub with a
3111         partial implementation, work in progress.
3112         * tic80-opc.c (tic80_operands): Begin construction operands table.
3113         (tic80_opcodes): Continue populating opcodes table and start
3114         filling in the operand indices.
3115         (tic80_num_opcodes): Add this.
3116 end-sanitize-tic80
3117
3118 Fri Jan  3 12:13:52 1997  Ian Lance Taylor  <ian@cygnus.com>
3119
3120         * m68k-opc.c: Add #B case for moveq.
3121
3122 Thu Jan  2 12:14:29 1997  Jeffrey A Law  (law@cygnus.com)
3123
3124         * mn10300-dis.c (disassemble): Make sure all variables are initialized
3125         before they are used.
3126
3127 Tue Dec 31 12:20:38 1996  Jeffrey A Law  (law@cygnus.com)
3128
3129         * v850-opc.c (v850_opcodes): Put curly-braces around operands
3130         for "breakpoint" instruction.
3131
3132 Tue Dec 31 15:38:13 1996  Ian Lance Taylor  <ian@cygnus.com>
3133
3134         * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
3135         (dep): Use ALL_CFLAGS rather than CFLAGS.
3136
3137 Tue Dec 31 15:09:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3138
3139         * v850-opc.c (D8_{6,7}): Set V850_OPERAND_ADJUST_SHORT_MEMORY
3140         flag.
3141
3142 Mon Dec 30 17:02:11 1996  Fred Fish  <fnf@cygnus.com>
3143
3144         * Makefile.in (m68k-opc.o, alpha-opc.o): Remove dis-asm.h dependency.
3145 start-sanitize-tic80
3146         (tic80-dis.o, tic80-opc.o): Add rules per comment in Makefile.in.
3147 end-sanitize-tic80
3148
3149 Mon Dec 30 11:38:01 1996  Ian Lance Taylor  <ian@cygnus.com>
3150
3151         * mips16-opc.c: Add "abs".
3152
3153 start-sanitize-tic80
3154 Sun Dec 29 10:58:22 1996  Fred Fish  <fnf@cygnus.com>
3155
3156         * Makefile.in (ALL_MACHINES): Add tic80-dis.o and tic80-opc.o.
3157         * disassemble.c (ARCH_tic80): Define if ARCH_all is defined.
3158         (disassembler): Add bfd_arch_tic80 support to set disassemble
3159         to print_insn_tic80.
3160         * tic80-dis.c (print_insn_tic80): Add stub.
3161
3162 Fri Dec 27 22:30:57 1996  Fred Fish  <fnf@cygnus.com>
3163
3164         * configure.in (arch in $selarchs): Add bfd_tic80_arch entry.
3165         * configure: Regenerate with autoconf.
3166         * tic80-dis.c: Add file.
3167         * tic80-opc.c: Add file.
3168
3169 end-sanitize-tic80
3170 Fri Dec 20 14:30:19 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3171
3172         * d10v-opc.c (pre_defined_registers):  Add cr[0-15], dpc, dpsw, link.
3173
3174 Mon Dec 16 13:00:15 1996  Jeffrey A Law  (law@cygnus.com)
3175
3176         * mn10200-opc.c (mn10200_operands): Add SIMM16N.
3177         (mn10200_opcodes): Use it for some logicals and btst insns.
3178         Add "break" and "trap" instructions.
3179
3180         * mn10300-opc.c (mn10300_opcodes): Add "break" instruction.
3181
3182         * mn10200-opc.c: Add pseudo-ops for "mov (an),am" and "mov an,(am)".
3183
3184 Sat Dec 14 22:36:20 1996  Ian Lance Taylor  <ian@cygnus.com>
3185
3186         * mips-dis.c (print_mips16_insn_arg): The base address of a PC
3187         relative load or add now depends upon whether the instruction is
3188         in a delay slot.
3189
3190 Wed Dec 11 09:23:46 1996  Jeffrey A Law  (law@cygnus.com)
3191
3192         * mn10200-dis.c: Finish writing disassembler.
3193         * mn10200-opc.c (mn10200_opcodes): Fix mask for "mov imm8,dn".
3194         Fix mask for "jmp (an)".
3195
3196         * mn10300-dis.c (disassemble, print_insn_mn10300): Corrently
3197         handle endianness issues for mn10300.
3198
3199         * mn10200-opc.c (mn10200_opcodes): Fix operands for "movb dm,(an)".
3200
3201 Tue Dec 10 12:08:05 1996  Jeffrey A Law  (law@cygnus.com)
3202
3203         * mn10200-opc.c (mn10200_opcodes): "mov imm8,d0" is a format 2
3204         instruction.  Fix opcode field for "movb (imm24),dn".
3205
3206         * mn10200-opc.c (mn10200_operands): Fix insertion position
3207         for DI operand.
3208
3209 Mon Dec  9 16:42:43 1996  Jeffrey A Law  (law@cygnus.com)
3210
3211         * mn10200-opc.c: Create mn10200 opcode table.
3212         * mn10200-dis.c: Flesh out mn10200 disassembler.  Not ready,
3213         but moving along nicely.
3214
3215 Sun Dec  8 04:28:31 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
3216
3217         * Makefile.in (ALL_MACHINES):  Add mips16-opc.o.
3218
3219 Fri Dec  6 16:47:40 1996  J.T. Conklin  <jtc@rhino.cygnus.com>
3220
3221         * m68k-opc.c (m68k_opcodes): Revert change to use < and >
3222         specifiers for fmovem* instructions.
3223
3224 Fri Dec  6 14:48:09 1996  Jeffrey A Law  (law@cygnus.com)
3225
3226         * mn10300-dis.c (disassemble): Remove '$' register prefixing.
3227
3228 Fri Dec  6 17:34:39 1996  Ian Lance Taylor  <ian@cygnus.com>
3229
3230         * mips16-opc.c: Change opcode for entry/exit to avoid conflicting
3231         with dsrl.
3232
3233 Fri Dec  6 14:48:09 1996  Jeffrey A Law  (law@cygnus.com)
3234
3235         * mn10300-opc.c: Add some comments explaining the various
3236         operands and such.
3237
3238         * mn10300-dis.c (disassemble): Fix minor gcc -Wall warnings.
3239
3240 Thu Dec  5 12:09:48 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3241
3242         * m68k-dis.c (print_insn_arg): Handle new < and > operand
3243         specifiers.
3244
3245         * m68k-opc.c (m68k_opcodes): Simplify table by using < and >
3246         operand specifiers in fmovm* instructions.
3247
3248 Wed Dec  4 14:52:18 1996  Ian Lance Taylor  <ian@cygnus.com>
3249
3250         * ppc-opc.c (insert_li): Give an error if the offset has the two
3251         least significant bits set.
3252
3253 Wed Nov 27 13:09:01 1996  Ian Lance Taylor  <ian@cygnus.com>
3254
3255         * mips-dis.c (print_insn_mips16): Separate the instruction from
3256         the arguments with a tab, not a space.
3257
3258 Tue Nov 26 13:24:17 1996  Jeffrey A Law  (law@cygnus.com)
3259
3260         * mn10300-dis.c (disasemble): Finish conversion to '$' as
3261         register prefix.
3262
3263         * mn10300-opc.c (mn10300_opcodes): Fix mask field for
3264         mov am,(imm32,sp).
3265
3266 Tue Nov 26 10:53:21 1996  Ian Lance Taylor  <ian@cygnus.com>
3267
3268         * configure: Rebuild with autoconf 2.12.
3269
3270         Add support for mips16 (16 bit MIPS implementation):
3271         * mips16-opc.c: New file.
3272         * mips-dis.c: Include "elf-bfd.h" and "elf/mips.h".
3273         (mips16_reg_names): New static array.
3274         (print_insn_big_mips): Use print_insn_mips16 in 16 bit mode or
3275         after seeing a 16 bit symbol.
3276         (print_insn_little_mips): Likewise.
3277         (print_insn_mips16): New static function.
3278         (print_mips16_insn_arg): New static function.
3279         * mips-opc.c: Add jalx instruction.
3280         * Makefile.in (mips16-opc.o): New target.
3281         * configure.in: Use mips16-opc.o for bfd_mips_arch.
3282         * configure: Rebuild.
3283
3284 Mon Nov 25 16:15:17 1996  J.T. Conklin  <jtc@cygnus.com>
3285
3286         * m68k-opc.c (m68k_opcodes): Simplify table by using < and >
3287         operand specifiers in *save, *restore and movem* instructions.
3288
3289         * m68k-opc.c (m68k_opcodes): Fix move and movem instructions for
3290         the coldfire.
3291
3292         * m68k-opc.c (m68k_opcodes): The coldfire (mcf5200) can only use
3293         register operands for immediate arithmetic, not, neg, negx, and
3294         set according to condition instructions.
3295
3296         * m68k-opc.c (m68k_opcodes): Consistantly Use "s" as the storage
3297         specifier of the effective-address operand in immediate forms of
3298         arithmetic instructions.  The specifier for the immediate operand
3299         notes how and where the constant will be stored.
3300
3301 Mon Nov 25 11:17:01 1996  Jeffrey A Law  (law@cygnus.com)
3302
3303         * mn10300-opc.c (mn10300_opcodes): Remove redundant "lcc"
3304         opcode.
3305
3306         * mn10300-dis.c (disassemble): Use '$' instead of '%' for
3307         register prefix.
3308
3309         * mn10300-dis.c (disassemble): Prefix registers with '%'.
3310
3311 Wed Nov 20 10:37:13 1996  Jeffrey A Law  (law@cygnus.com)
3312
3313         * mn10300-dis.c (disassemble): Handle register lists.
3314
3315         * mn10300-opc.c: Fix handling of register list operand for
3316         "call", "ret", and "rets" instructions.
3317
3318         * mn10300-dis.c (disassemble): Print PC-relative and memory
3319         addresses symbolically if possible.
3320         * mn10300-opc.c: Distinguish between absolute memory addresses,
3321         pc-relative offsets & random immediates.
3322
3323         * mn10300-dis.c (print_insn_mn10300): Fix fetch of last byte
3324         in 7 byte insns.
3325         (disassemble): Handle SPLIT and EXTENDED operands.
3326
3327 Tue Nov 19 13:33:01 1996  Jeffrey A Law  (law@cygnus.com)
3328
3329         * mn10300-dis.c: Rough cut at printing some operands.
3330
3331         * mn10300-dis.c: Start working on disassembler support.
3332         * mn10300-opc.c (mn10300_opcodes): Fix masks on several insns.
3333
3334         * mn10300-opc.c (mn10300_operands): Add "REGS" for a register
3335         list.
3336         (mn10300_opcodes): Use REGS for register list in "movm" instructions.
3337
3338 Mon Nov 18 15:20:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3339
3340         * d10v-opc.c (d10v_opcodes): Add3 sets the carry.
3341
3342 Fri Nov 15 13:43:19 1996  Jeffrey A Law  (law@cygnus.com)
3343
3344         * mn10300-opc.c (mn10300_opcodes): Demand parens around
3345         register argument is calls and jmp instructions.
3346
3347 Thu Nov  7 00:26:05 1996  Jeffrey A Law  (law@cygnus.com)
3348
3349         * mn10300-opc.c (mn10300_opcodes): Use DN01 for putx and
3350         getx operand.  Fix opcode for mulqu imm,dn.
3351
3352 Wed Nov  6 13:42:32 1996  Jeffrey A Law  (law@cygnus.com)
3353
3354         * mn10300-opc.c (mn10300_operands): Hijack "bits" field
3355         in MN10300_OPERAND_SPLIT operands for how many bits
3356         appear in the basic insn word.  Add IMM32_HIGH24,
3357         IMM32_HIGH24_LOWSHIFT8, IMM8E_SHIFT8.
3358         (mn10300_opcodes): Use new operands as needed.
3359
3360         * mn10300-opc.c (mn10300_operands): Add IMM32_LOWSHIFT8
3361         for bset, bclr, btst instructions.
3362         (mn10300_opcodes): Use new IMM32_LOWSHIFT8 as needed.
3363
3364         * mn10300-opc.c (mn10300_operands): Remove many redundant
3365         operands.  Update opcode table as appropriate.
3366         (IMM32): Add MN10300_OPERAND_SPLIT flag.
3367         (mn10300_opcodes): Fix single bit error in mov imm32,dn insn.
3368
3369 Tue Nov  5 13:26:58 1996  Jeffrey A Law  (law@cygnus.com)
3370
3371         * mn10300-opc.c (mn10300_operands): Add DN2, DM2, AN2, AM2
3372         operands (for indexed load/stores).  Fix bitpos for DI
3373         operand.  Add SN8N_SHIFT8, IMM8_SHIFT8, and D16_SHIFT for the
3374         few instructions that insert immediates/displacements in the
3375         middle of the instruction.  Add IMM8E for 8 bit immediate in
3376         the extended part of an instruction.
3377         (mn10300_operands): Use new opcodes as appropriate.
3378
3379 Tue Nov  5 10:30:51 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3380
3381         * d10v-opc.c (d10v_opcodes): Declare the trap instruction
3382         sequential so the assembler never parallelizes it with
3383         other instructions.
3384
3385 Mon Nov  4 12:50:40 1996  Jeffrey A Law  (law@cygnus.com)
3386
3387         * mn10300-opc.c (mn10300_operands): Add DN01 and AN01 for
3388         a data/address register that appears in register field 0
3389         and register field 1.
3390         (mn10300_opcodes): Use DN01 and AN01 for mov/cmp imm8,DN/AN
3391
3392 Fri Nov  1 10:29:11 1996  Richard Henderson  <rth@tamu.edu>
3393
3394         * alpha-dis.c (print_insn_alpha): Use new NOPAL mask for
3395         standard disassembly.
3396
3397         * alpha-opc.c (alpha_operands): Rearrange flags slot.
3398         (alpha_opcodes): Add new BWX, CIX, and MAX instructions.
3399         Recategorize PALcode instructions.
3400
3401 Wed Oct 30 16:46:58 1996  Jeffrey A Law  (law@cygnus.com)
3402
3403         * v850-opc.c (v850_opcodes): Add relaxing "jbr".
3404
3405 Tue Oct 29 16:30:28 1996  Ian Lance Taylor  <ian@cygnus.com>
3406
3407         * mips-dis.c (_print_insn_mips): Don't print a trailing tab if
3408         there are no operand types.
3409
3410 Tue Oct 29 12:22:21 1996  Jeffrey A Law  (law@cygnus.com)
3411
3412         * v850-opc.c (D9_RELAX): Renamed from D9, all references
3413         changed.
3414         (v850_operands): Make sure D22 immediately follows D9_RELAX.
3415
3416 Fri Oct 25 12:12:53 1996  Ian Lance Taylor  <ian@cygnus.com>
3417
3418         * i386-dis.c (print_insn_x86): Set info->bytes_per_line to 5.
3419
3420 Thu Oct 24 17:53:52 1996  Jeffrey A Law  (law@cygnus.com)
3421
3422         * v850-opc.c (insert_d8_6): Fix operand insertion for sld.w
3423         and sst.w instructions.
3424
3425         * v850-opc.c (v850_opcodes): Add "jCC" instructions (aliases for
3426         "bCC"instructions).
3427
3428 Thu Oct 24 17:21:20 1996  Ian Lance Taylor  <ian@cygnus.com>
3429
3430         * mips-dis.c (_print_insn_mips): Use a tab between the instruction
3431         and the arguments.
3432
3433 Tue Oct 22 23:32:56 1996  Ian Lance Taylor  <ian@cygnus.com>
3434
3435         * ppc-opc.c (PPCPWR2): Define.
3436         (powerpc_opcodes): Use PPCPWR2 for fsqrt, rather than duplicating
3437         it.
3438
3439 Fri Oct 11 16:03:49 1996  Jeffrey A Law  (law@cygnus.com)
3440
3441         * mn10300-opc.c (mn10300_opcodes): Fix typo in opcode
3442         field for movhu instruction.
3443
3444         * v850-dis.c (disassemble): For V850_OPERAND_SIGNED operands,
3445         cast value to "long" not "signed long" to keep hpux10
3446         compiler quiet.
3447
3448 Thu Oct 10 10:25:58 1996  Jeffrey A Law  (law@cygnus.com)
3449
3450         * mn10300-opc.c (mn10300_opcodes): Fix typo in opcode field
3451         for mov (abs16),DN.
3452
3453         * mn10300-opc.c (FMT*): Remove definitions.
3454
3455         * mn10300-opc.c (mn10300_opcodes): Fix destination register
3456         for shift-by-register opcodes.
3457
3458         * mn10300-opc.c (mn10300_operands): Break DN, DM, AN, AM
3459         into [AD][MN][01] for encoding the position of the register
3460         in the opcode.
3461
3462 Wed Oct  9 11:19:26 1996  Jeffrey A Law  (law@cygnus.com)
3463
3464         * mn10300-opc.c (mn10300_opcodes): Add "extended" instructions,
3465         "putx", "getx", "mulq", "mulqu", "sat16", "sat24", "bsch".
3466
3467 Tue Oct  8 11:55:35 1996  Jeffrey A Law  (law@cygnus.com)
3468
3469         * mn10300-opc.c (mn10300_operands): Remove "REGS" operand.
3470         Fix various typos.  Add "PAREN" operand.
3471         (MEM, MEM2): Define.
3472         (mn10300_opcodes): Surround all memory addresses with "PAREN"
3473         operands.  Fix several typos.
3474
3475         * mn10300-opc.c (mn10300_opcodes): Fix typos in yesterday's
3476         changes.
3477
3478 Mon Oct  7 16:48:45 1996  Jeffrey A Law  (law@cygnus.com)
3479
3480         * mn10300-opc.c (FMT_XX): Renumber starting at one.
3481         (mn10300_operands): Rough cut.  Enough to parse "mov" instructions
3482         at this time.
3483         (mn10300_opcodes): Break opcode format out into its own field.
3484         Update many operand fields to deal with signed vs unsigned
3485         issues.  Fix one or two typos in the "mov" instruction
3486         opcode, mask and/or operand fields.
3487
3488 Mon Oct  7 11:39:49 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3489
3490         * m68k-opc.c (plusha): Prefer encoding for m68040up, in case
3491         m68851 wasn't reset.
3492
3493 Thu Oct  3 17:17:02 1996  Ian Lance Taylor  <ian@cygnus.com>
3494
3495         * mn10300-opc.c (mn10300_opcodes): Add opcode & masks for
3496         all opcodes.  Very rough cut at operands for all opcodes.
3497
3498         * mn10300-opc.c (mn10300_opcodes): Start fleshing out the
3499         opcode table.
3500
3501 Thu Oct  3 10:06:07 1996  Jeffrey A Law  (law@cygnus.com)
3502
3503         * mn10200-opc.c, mn10300-opc.c: New files.
3504         * mn10200-dis.c, mn10300-dis.c: New files.
3505         * mn10x00-opc.c, mn10x00-dis.c: Deleted.
3506         * disassemble.c: Break mn10x00 support into 10200 and 10300
3507         support.
3508         * configure.in: Likewise.
3509         * configure: Rebuilt.
3510
3511 Thu Oct  3 15:59:12 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3512
3513         * Makefile.in (MOSTLYCLEAN): Move config.log to distclean.
3514
3515 Wed Oct  2 23:28:42 1996  Jeffrey A Law  (law@cygnus.com)
3516
3517         * mn10x00-opc.c, mn10x00-dis.c: New files for Matsushita
3518         MN10x00 processors.
3519         * disassemble (ARCH_mn10x00): Define.
3520         (disassembler): Handle bfd_arch_mn10x00.
3521         * configure.in: Recognize bfd_mn10x00_arch.
3522         * configure: Rebuilt.
3523
3524 Tue Oct  1 10:49:11 1996  Ian Lance Taylor  <ian@cygnus.com>
3525
3526         * i386-dis.c (op_rtn): Change to be a pointer.  Adjust uses
3527         accordingly.  Don't declare functions using op_rtn.
3528
3529 Fri Sep 27 18:28:59 1996  Stu Grossman  (grossman@critters.cygnus.com)
3530
3531         * v850-dis.c (disassemble):  Add memaddr argument.  Re-arrange
3532         params to be more standard.
3533         * (disassemble):  Print absolute addresses and symbolic names for
3534         branch and jump targets.
3535         * v850-opc.c (v850_operand):  Add displacement flag to 9 and 22
3536         bit operands.
3537         * (v850_opcodes):  Add breakpoint insn.
3538
3539 Mon Sep 23 12:32:26 1996  Ian Lance Taylor  <ian@cygnus.com>
3540
3541         * m68k-opc.c: Move the fmovemx data register cases before the
3542         other cases, so that they get recognized before the data register
3543         does gets treated as a degenerate register list.
3544
3545 Tue Sep 17 12:06:51 1996  Ian Lance Taylor  <ian@cygnus.com>
3546
3547         * mips-opc.c: Add a case for "div" and "divu" with two registers
3548         and a destination of $0.
3549
3550 Tue Sep 10 16:12:39 1996  Fred Fish  <fnf@rtl.cygnus.com>
3551
3552         * mips-dis.c (print_insn_arg): Add prototype.
3553         (_print_insn_mips): Ditto.
3554
3555 Mon Sep  9 14:26:26 1996  Ian Lance Taylor  <ian@cygnus.com>
3556
3557         * mips-dis.c (print_insn_arg): Print condition code registers as
3558         $fccN.
3559
3560 Tue Sep  3 12:09:46 1996  Doug Evans  <dje@canuck.cygnus.com>
3561
3562         * sparc-opc.c (sparc_opcodes): Add setuw, setsw, setx.
3563
3564 Tue Sep  3 12:05:25 1996  Jeffrey A Law  (law@cygnus.com)
3565
3566         * v850-dis.c (disassemble): Make static.  Provide prototype.
3567
3568 Sun Sep  1 22:30:40 1996  Jeffrey A Law  (law@cygnus.com)
3569
3570         * v850-opc.c (insert_d9, insert_d22): Fix boundary case
3571         in range checks.
3572
3573 Sat Aug 31 01:27:26 1996  Jeffrey A Law  (law@cygnus.com)
3574
3575         * v850-dis.c (disassemble): Handle insertion of ',', '[' and
3576         ']' characters into the output stream.
3577         * v850-opc.c (v850_opcodes: Remove size field from all opcodes.
3578         Add "memop" field to all opcodes (for the disassembler).
3579         Reorder opcodes so that "nop" comes before "mov" and "jr"
3580         comes before "jarl".
3581
3582         * v850-dis.c (print_insn_v850): Fix typo in last change.
3583
3584         * v850-dis.c (print_insn_v850): Properly handle disassembling
3585         a two byte insn at the end of a memory region when the memory
3586         region's size is only two byte aligned.
3587
3588         * v850-dis.c (v850_cc_names): Fix stupid thinkos.
3589
3590         * v850-dis.c (v850_reg_names): Define.
3591         (v850_sreg_names, v850_cc_names): Likewise.
3592         (disassemble): Very rough cut at printing operands (unformatted).
3593
3594         * v850-opc.c (BOP_MASK): Fix.
3595         (v850_opcodes): Fix mask for jarl and jr.
3596
3597         * v850-dis.c: New file.  Skeleton for disassembler support.
3598         * Makefile.in Remove v850 references, they're not needed here.
3599         * configure.in: Add v850-dis.o when building v850 toolchains.
3600         * configure: Rebuilt.
3601         * disassemble.c (disassembler): Call v850 disassembler.
3602
3603         * v850-opc.c (insert_d8_7, extract_d8_7): New functions.
3604         (insert_d8_6, extract_d8_6): New functions.
3605         (v850_operands): Rename D7S to D7; operand for D7 is unsigned.
3606         Rename D8 to D8_7, use {insert,extract}_d8_7 routines.
3607         Add D8_6.
3608         (IF4A, IF4B): Use "D7" instead of "D7S".
3609         (IF4C, IF4D): Use "D8_7" instead of "D8".
3610         (IF4E, IF4F): New.  Use "D8_6".
3611         (v850_opcodes): Use IF4A/IF4B for sld.b/sst.b.  Use IF4C/IF4D for
3612         sld.h/sst.h.  Use IF4E/IF4F for sld.w/sst.w.
3613
3614         * v850-opc.c (insert_d16_15, extract_d16_15): New functions.
3615         (v850_operands): Change D16 to D16_15, use special insert/extract
3616         routines.  New new D16 that uses the generic insert/extract code.
3617         (IF7A, IF7B): Use D16_15.
3618         (IF7C, IF7D): New.  Use D16.
3619         (v850_opcodes): Use IF7C and IF7D for ld.b and st.b.
3620
3621         * v850-opc.c (insert_d9, insert_d22): Slightly improve error
3622         message.  Issue an error if the branch offset is odd.
3623
3624         * v850-opc.c: Add notes about needing special insert/extract
3625         for all the load/store insns, except "ld.b" and "st.b".
3626
3627         * v850-opc.c (insert_d22, extract_d22): New functions.
3628         (v850_operands): Use insert_d22 and extract_d22 for
3629         D22 operands.
3630         (insert_d9): Fix range check.
3631
3632 Fri Aug 30 18:01:02 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
3633
3634         * v850-opc.c (v850_operands): Add V850_OPERAND_SIGNED flag
3635         and set bits field to D9 and D22 operands.
3636
3637 Thu Aug 29 11:10:46 1996  Jeffrey A Law  (law@cygnus.com)
3638
3639         * v850-opc.c (v850_operands): Define SR2 operand.
3640         (v850_opcodes): "ldsr" uses R1,SR2.
3641
3642         * v850-opc.c (v850_opcodes): Fix opcode specs for
3643         sld.w, sst.b, sst.h, sst.w, and nop.
3644
3645 Wed Aug 28 15:55:43 1996  Jeffrey A Law  (law@cygnus.com)
3646
3647         * v850-opc.c (v850_opcodes): Add null opcode to mark the
3648         end of the opcode table.
3649
3650 Mon Aug 26 13:35:53 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3651
3652         * d10v-opc.c (pre_defined_registers): Added register pairs,
3653         "r0-r1", "r2-r3", etc.
3654
3655 Fri Aug 23 00:27:01 1996  Jeffrey A Law  (law@cygnus.com)
3656
3657         * v850-opc.c (v850_operands): Make I16 be a signed operand.
3658         Create I16U for an unsigned 16bit mmediate operand.
3659         (v850_opcodes): Use I16U for "ori", "andi" and "xori".
3660
3661         * v850-opc.c (v850_operands): Define EP operand.
3662         (IF4A, IF4B, IF4C, IF4D): Use EP.
3663
3664         * v850-opc.c (v850_opcodes): Fix opcode numbers for "mov"
3665         with immediate operand, "movhi".  Tweak "ldsr".
3666
3667         * v850-opc.c (v850_opcodes): Get ld.[bhw] and st.[bhw]
3668         correct.  Get sld.[bhw] and sst.[bhw] closer.
3669
3670         * v850-opc.c (v850_operands): "not" is a two byte insn
3671
3672         * v850-opc.c (v850_opcodes): Correct bit pattern for setf.
3673
3674         * v850-opc.c (v850_operands): D16 inserts at offset 16!
3675
3676         * v850-opc.c (two): Get order of words correct.
3677
3678         * v850-opc.c (v850_operands): I16 inserts at offset 16!
3679
3680         * v850-opc.c (v850_operands): Add "SR1" and "SR2" for system
3681         register source and destination operands.
3682         (v850_opcodes): Use SR1 and SR2 for "ldsr" and "stsr".
3683
3684         * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.  Fix
3685         same thinko in "trap" opcode.
3686
3687         * v850-opc.c (v850_opcodes): Add initializer for size field
3688         on all opcodes.
3689
3690         * v850-opc.c (v850_operands): D6 -> DS7.  References changed.
3691         Add D8 for 8-bit unsigned field in short load/store insns.
3692         (IF4A, IF4D): These both need two registers.
3693         (IF4C, IF4D): Define.  Use 8-bit unsigned field.
3694         (v850_opcodes): For "sld.h", "sld.w", "sst.h", "sst.w", use
3695         IF4C & IF4D.  For "trap" use I5U, not I5.  Add IF1 operand
3696         for "ldsr" and "stsr".
3697         * v850-opc.c (v850_operands): 3-bit immediate for bit insns
3698         is unsigned.
3699
3700         * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
3701         short store word (sst.w).
3702
3703 Thu Aug 22 16:57:27 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3704
3705         * v850-opc.c (v850_operands): Added insert and extract fields,
3706         pointers to functions that handle unusual operand encodings.
3707
3708 Thu Aug 22 01:05:24 1996  Jeffrey A Law  (law@cygnus.com)
3709
3710         * v850-opc.c (v850_opcodes): Enable "trap".
3711
3712         * v850-opc.c (v850_opcodes): Fix order of displacement
3713         and register for "set1", "clr1", "not1", and "tst1".
3714
3715 Wed Aug 21 18:46:26 1996  Jeffrey A Law  (law@cygnus.com)
3716
3717         * v850-opc.c (v850_operands): Add "B3" support.
3718         (v850_opcodes): Fix and enable "set1", "clr1", "not1"
3719         and "tst1".
3720
3721         * v850-opc.c (v850_opcodes): "jmp" has only an R1 operand.
3722
3723         * v850-opc.c: Close unterminated comment.
3724
3725 Wed Aug 21 17:31:26 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
3726
3727         * v850-opc.c (v850_operands): Add flags field.
3728         (v850_opcodes): add move opcodes.
3729
3730 Tue Aug 20 14:41:03 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
3731
3732         * Makefile.in (ALL_MACHINES): Add v850-opc.o.
3733         * configure: (bfd_v850v_arch) Add new case.
3734         * configure.in: (bfd_v850_arch) Add new case.
3735         * v850-opc.c: New file.
3736
3737 Mon Aug 19 15:21:38 1996  Doug Evans  <dje@canuck.cygnus.com>
3738
3739         * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
3740
3741 Thu Aug 15 13:14:43 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3742
3743         * d10v-opc.c: Add additional information to the opcode
3744         table to help determinine which instructions can be done
3745         in parallel.
3746
3747 Thu Aug 15 13:11:13 1996  Stan Shebs  <shebs@andros.cygnus.com>
3748
3749         * mpw-make.sed: Update editing of include pathnames to be
3750         more general.
3751
3752 Thu Aug 15 16:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
3753
3754         * arm-opc.h: Added "bx" instruction definition.
3755
3756 Wed Aug 14 17:00:04 1996  Richard Henderson  <rth@tamu.edu>
3757
3758         * alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
3759
3760 Mon Aug 12 14:30:37 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3761
3762         * d10v-opc.c (d10v_opcodes): Minor fixes to addi and bl.l.
3763
3764 Fri Aug  9 13:21:59 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3765
3766         * d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.
3767
3768 Thu Aug  8 12:43:52 1996  Klaus Kaempf  <kkaempf@progis.de>
3769
3770         * makefile.vms: Update for alpha-opc changes.
3771
3772 Wed Aug  7 11:55:10 1996  Ian Lance Taylor  <ian@cygnus.com>
3773
3774         * i386-dis.c (print_insn_i386): Actually return the correct value.
3775         (ONE, OP_ONE): #ifdef out; not used.
3776
3777 Fri Aug  2 17:47:03 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3778
3779         * d10v-opc.c (d10v_opcodes): Added 2 accumulator sub instructions.
3780         Changed subi operand type to treat 0 as 16.
3781
3782 Wed Jul 31 16:21:41 1996  Ian Lance Taylor  <ian@cygnus.com>
3783
3784         * m68k-opc.c: Add cpushl for the mcf5200.  From Ken Rose
3785         <rose@netcom.com>.
3786
3787 Wed Jul 31 14:39:27 1996  James G. Smith  <jsmith@cygnus.co.uk>
3788
3789         * arm-opc.h: (arm_opcodes): Added halfword and sign-extension
3790         memory transfer instructions. Add new format string entries %h and %s.
3791         * arm-dis.c: (print_insn_arm): Provide decoding of the new
3792         formats %h and %s.
3793
3794 Fri Jul 26 11:45:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3795
3796         * d10v-opc.c (d10v_operands): Added UNUM4S; a 4-bit accumulator shift.
3797         (d10v_opcodes): Modified accumulator shift instructions to use UNUM4S.
3798
3799 Fri Jul 26 14:01:43 1996  Ian Lance Taylor  <ian@cygnus.com>
3800
3801         * alpha-dis.c (print_insn_alpha_osf): Remove.
3802         (print_insn_alpha_vms): Remove.
3803         (print_insn_alpha): Make globally visible.  Chose the register
3804         names based on info->flavour.
3805         * disassemble.c: Always return print_insn_alpha for the alpha.
3806
3807 Thu Jul 25 15:24:17 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3808
3809         * d10v-dis.c (dis_long): Handle unknown opcodes.
3810
3811 Thu Jul 25 12:08:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3812
3813         * d10v-opc.c: Changes to support signed and unsigned numbers.
3814         All instructions with the same name that have long and short forms
3815         now end in ".l" or ".s".  Divs added.
3816         * d10v-dis.c: Changes to support signed and unsigned numbers.
3817
3818 Tue Jul 23 11:02:53 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3819
3820         * d10v-dis.c: Change all functions to use info->print_address_func.
3821
3822 Mon Jul 22 15:38:53 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3823
3824         * m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire
3825         move ccr/sr insns more strict so that the disassembler only
3826         selects them when the addressing mode is data register.
3827
3828 Mon Jul 22 11:25:24 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3829         * d10v-opc.c (pre_defined_registers):  Declare.
3830         * d10v-dis.c (print_operand): Now uses pre_defined_registers
3831         to pick a better name for the registers.
3832
3833 Mon Jul 22 13:47:23 1996  Ian Lance Taylor  <ian@cygnus.com>
3834
3835         * sparc-opc.c: Fix opcode values for fpack16, and fpackfix.  Fix
3836         operands for fexpand and fpmerge.  From Christian Kuehnke
3837         <Christian.Kuehnke@arbi.informatik.uni-oldenburg.de>.
3838
3839 Mon Jul 22 13:17:06 1996  Richard Henderson  <rth@tamu.edu>
3840
3841         * alpha-dis.c (print_insn_alpha): No longer the user-visible
3842         print routine.  Take new regnames and cpumask arguments.
3843         Kill the environment variable nonsense.
3844         (print_insn_alpha_osf): New function.  Do OSF/1 style regnames.
3845         (print_insn_alpha_vms): New function.  Do VMS style regnames.
3846         * disassemble.c (disassembler): Test bfd flavour to pick
3847         between OSF and VMS routines.  Default to OSF.
3848
3849 Thu Jul 18 17:19:34 1996  Ian Lance Taylor  <ian@cygnus.com>
3850
3851         * configure.in: Call AC_SUBST (INSTALL_SHLIB).
3852         * configure: Rebuild.
3853         * Makefile.in (install): Use @INSTALL_SHLIB@.
3854
3855 Wed Jul 17 14:39:05 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
3856
3857         * configure: (bfd_d10v_arch) Add new case.
3858         * configure.in: (bfd_d10v_arch) Add new case.
3859         * d10v-dis.c: New file.
3860         * d10v-opc.c: New file.
3861         * disassemble.c (disassembler) Add entry for d10v.
3862
3863 Wed Jul 17 10:12:05 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3864
3865         * m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating
3866         to bcc, trapfl, subxl, and wddata discovered by Andreas Schwab.
3867
3868 Mon Jul 15 16:59:55 1996  Stu Grossman  (grossman@critters.cygnus.com)
3869
3870         * i386-dis.c:  Get rid of print_insn_i8086.  Use info.mach to
3871         distinguish between variants of the instruction set.
3872         * sparc-dis.c:  Get rid of print_insn_sparclite.  Use info.mach to
3873         distinguish between variants of the instruction set.
3874
3875 Fri Jul 12 10:12:01 1996  Stu Grossman  (grossman@critters.cygnus.com)
3876
3877         * i386-dis.c (print_insn_i8086):  New routine to disassemble using
3878         the 8086 instruction set.
3879         * i386-dis.c:  General cleanups.  Make most things static.  Add
3880         prototypes.  Get rid of static variables aflags and dflags.  Pass
3881         them as args (to almost everything).
3882
3883 Thu Jul 11 11:58:44 1996  Jeffrey A Law  (law@cygnus.com)
3884
3885         * h8300-dis.c (bfd_h8_disassemble): Handle macregs in ldmac insns.
3886
3887         * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l".
3888
3889         * h8300-dis.c (bfd_h8_disassemble): "abs" is implicitly two
3890         if the next arg is marked with SRC_IN_DST.  Gross.
3891
3892         * h8300-dis.c (bfd_h8_disassemble): Print "exr" when
3893         we're looking for and find EXR.
3894
3895         * h8300-dis.c (bfd_h8_disassemble): We don't have a match
3896         if we're looking for KBIT and we don't find it.
3897
3898         * h8300-dis.c (bfd_h8_disassemble): Mask off unwanted bits
3899         for L_3 and L_2.
3900
3901         * h8300-dis.c (bfd_h8_disassemble): Don't set plen for
3902         3bit immediate operands.
3903
3904 Tue Jul  9 10:55:20 1996  Ian Lance Taylor  <ian@cygnus.com>
3905
3906         * Released binutils 2.7.
3907
3908         * alpha-opc.c: Add new case of "mov".  From Klaus Kaempf
3909         <kkaempf@progis.ac-net.de>.
3910
3911 Thu Jul  4 11:42:51 1996  Ian Lance Taylor  <ian@cygnus.com>
3912
3913         * alpha-opc.c: Correct second case of "mov" to use OPRL.
3914
3915 Wed Jul  3 16:03:47 1996  Stu Grossman  (grossman@critters.cygnus.com)
3916
3917         * sparc-dis.c (print_insn_sparclite):  New routine to print
3918         sparclite instructions.
3919
3920 Wed Jul  3 14:21:18 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3921
3922         * m68k-opc.c (m68k_opcodes): Add coldfire support.
3923
3924 Fri Jun 28 15:53:51 1996  Doug Evans  <dje@canuck.cygnus.com>
3925
3926         * sparc-opc.c (asi_table): Add #ASI_N, #ASI_N_L, #ASI_NUCLEUS,
3927         #ASI_NUCLEUS_LITTLE.  Rename #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_L
3928         to #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
3929
3930 Tue Jun 25 22:58:31 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3931
3932         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
3933         Use autoconf-set values.
3934         (docdir, oldincludedir): Removed.
3935         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
3936
3937 Fri Jun 21 13:53:36 1996  Richard Henderson  <rth@tamu.edu>
3938
3939         * alpha-opc.c: New file.
3940         * alpha-opc.h: Remove.
3941         * alpha-dis.c: Complete rewrite to use new opcode table.
3942         * configure.in: For bfd_alpha_arch, use alpha-opc.o.
3943         * configure: Rebuild with autoconf 2.10.
3944         * Makefile.in (ALL_MACHINES): Add alpha-opc.o.
3945         (alpha-dis.o): Depend upon $(INCDIR)/opcode/alpha.h, not
3946         alpha-opc.h.
3947         (alpha-opc.o): New target.
3948
3949 Wed Jun 19 15:55:12 1996  Ian Lance Taylor  <ian@cygnus.com>
3950
3951         * sparc-dis.c (print_insn_sparc): Remove unused local variable i.
3952         Set imm_added_to_rs1 even if the source and destination register
3953         are not the same.
3954
3955         * sparc-opc.c: Add some two operand forms of the wr instruction.
3956
3957 Tue Jun 18 15:58:27 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
3958
3959         * h8300-dis.c (bfd_h8_disassemble): Rename "hmode" argument
3960         to just "mode".
3961
3962         * disassemble.c (disassembler): Handle H8/S.
3963         * h8300-dis.c (print_insn_h8300s): New function for H8/S.
3964
3965 Tue Jun 18 18:06:50 1996  Ian Lance Taylor  <ian@cygnus.com>
3966
3967         * sparc-opc.c: Add beq/teq as aliases for be/te.
3968
3969         * ppc-opc.c: Fix fcmpo opcode.  From Sergei Steshenko
3970         <sergei@msil.sps.mot.com>.
3971
3972 Tue Jun 18 15:08:54 1996  Klaus Kaempf  <kkaempf@progis.de>
3973
3974         * makefile.vms: New file.
3975
3976         * alpha-dis.c (print_insn_alpha): Print lda ra,lit(rz) as mov.
3977
3978 Mon Jun 10 18:50:38 1996  Ian Lance Taylor  <ian@cygnus.com>
3979
3980         * h8300-dis.c (bfd_h8_disassemble): Always print ABS8MEM with :8,
3981         regardless of plen.
3982
3983 Tue Jun  4 09:15:53 1996  Doug Evans  <dje@canuck.cygnus.com>
3984
3985         * i386-dis.c (OP_OFF): Call append_prefix.
3986
3987 Thu May 23 15:18:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3988
3989         * ppc-opc.c (instruction encoding macros): Add explicit casts to
3990         unsigned long to silence a warning from the Solaris PowerPC
3991         compiler.
3992
3993 Thu Apr 25 19:33:32 1996  Doug Evans  <dje@canuck.cygnus.com>
3994
3995         * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions.
3996
3997 Mon Apr 22 17:12:35 1996  Doug Evans  <dje@blues.cygnus.com>
3998
3999         * sparc-dis.c (X_IMM,X_SIMM): New macros.
4000         (X_IMM13): Delete.
4001         (print_insn_sparc): Merge cases i,I,j together.  New cases X,Y.
4002         * sparc-opc.c (sparc_opcodes): Use X for 5 bit shift constants,
4003         Y for 6 bit shift constants.  Rewrite entries for crdcxt, cwrcxt,
4004         cpush, cpusha, cpull sparclet insns.
4005
4006 Wed Apr 17 14:20:22 1996  Doug Evans  <dje@canuck.cygnus.com>
4007
4008         * sparc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
4009
4010 Thu Apr 11 17:30:02 1996  Ian Lance Taylor  <ian@cygnus.com>
4011
4012         * sparc-opc.c: Set F_FBR on floating point branch instructions.
4013         Set F_FLOAT on other floating point instructions.
4014
4015 Mon Apr  8 17:02:48 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4016
4017         * ppc-opc.c (PPC860): Macro for 860/821 specific instructions and
4018         registers.
4019         (powerpc_opcodes): Add 860/821 specific SPRs.
4020
4021 Mon Apr  8 14:00:44 1996  Ian Lance Taylor  <ian@cygnus.com>
4022
4023         * configure.in: Permit --enable-shared to specify a list of
4024         directories.  Set and substitute BFD_PICLIST.
4025         * configure: Rebuild.
4026         * Makefile.in (BFD_PICLIST): Rename from BFD_LIST.  Change all
4027         uses.  Set to @BFD_PICLIST@.
4028
4029 Fri Apr  5 17:12:27 1996  Jeffrey A Law  (law@cygnus.com)
4030
4031         * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates,
4032         not "abs", which may be needed for the absolute in something
4033         like btst #0,@10:8.  Print L_3 immediates separately from other
4034         immediates.  Change ABSMOV reference to ABS8MEM.
4035
4036 Wed Apr  3 10:40:45 1996  Doug Evans  <dje@canuck.cygnus.com>
4037
4038         * sparc-dis.c (opcodes_initialized): Move inside print_insn_sparc.
4039         (current_arch_mask): New static global.
4040         (compute_arch_mask): New static function.
4041         (print_insn_sparc): Delete sparc_v9_p.  New static local
4042         current_mach.  Resort opcode table if current_mach changes.
4043         Generalize "insn not supported" test.
4044         (compare_opcodes): Prefer supported opcodes to nonsupported ones.
4045         Delete test for v9/!v9.
4046         * sparc-opc.c (MASK_*): Use SPARC_OPCODE_ARCH_MASK.
4047         (v6notlet): Define.
4048         (brfc): Split into CBR and FBR for coprocessor/fp branches.
4049         (brfcx): Renamed to FBRX.
4050         (condfc): Renamed to CONDFC.  Pass v6notlet to CBR (standard
4051         coprocessor mnemonics are not supported on the sparclet).
4052         (condf): Renamed to CONDF.
4053         (SLCBCC2): Delete F_ALIAS flag.
4054
4055 Sat Mar 30 21:45:59 1996  Doug Evans  <dje@canuck.cygnus.com>
4056
4057         * sparc-opc.c (sparc_opcodes): rd must be 0 for
4058         mov foo,{%y,%psr,%wim,%tbr}.  Support mov foo,%asrX.
4059
4060 Fri Mar 29 13:02:40 1996  Ian Lance Taylor  <ian@cygnus.com>
4061
4062         * Makefile.in (config.status): Depend upon BFD VERSION file, so
4063         that the shared library version number is set correctly.
4064
4065 Tue Mar 26 15:47:14 1996  Ian Lance Taylor  <ian@cygnus.com>
4066
4067         * configure.in: Use AC_CHECK_TOOL to find ar and ranlib.  From
4068         Miles Bader <miles@gnu.ai.mit.edu>.
4069         * configure: Rebuild.
4070
4071 Sat Mar 16 13:04:07 1996  Fred Fish  <fnf@cygnus.com>
4072
4073         * z8kgen.c (internal, gas): Call xmalloc rather than unchecked
4074         malloc.
4075
4076 Tue Mar 12 12:14:10 1996  Ian Lance Taylor  <ian@cygnus.com>
4077
4078         * configure: Rebuild with autoconf 2.8.
4079
4080 Thu Mar  7 15:11:10 1996  Doug Evans  <dje@charmed.cygnus.com>
4081
4082         * sparc-dis.c (print_insn_sparc): Handle 'O' operand char like 'r'.
4083         * sparc-opc.c (sparc_opcodes): Use 'O' operand char for `neg reg'.
4084
4085 Tue Mar  5 15:51:57 1996  Ian Lance Taylor  <ian@cygnus.com>
4086
4087         * configure.in: Don't set SHLIB or SHLINK to an empty string,
4088         since they appear as targets in Makefile.in.
4089         * configure: Rebuild.
4090
4091 Mon Feb 26 13:03:40 1996  Stan Shebs  <shebs@andros.cygnus.com>
4092
4093         * mpw-make.sed: Edit out shared library support bits.
4094
4095 Tue Feb 20 20:48:28 1996  Doug Evans  <dje@charmed.cygnus.com>
4096
4097         * sparc-opc.c (v8,v6notv9): Add MASK_SPARCLET.
4098         (sparc_opcode_archs): Add MASK_V8 to sparclet entry.
4099         (sparc_opcodes): Add sparclet insns.
4100         (sparclet_cpreg_table): New static local.
4101         (sparc_{encode,decode}_sparclet_cpreg): New functions.
4102         * sparc-dis.c (print_insn_sparc): Handle sparclet cpregs.
4103
4104 Tue Feb 20 11:02:44 1996  Alan Modra  <alan@mullet.Levels.UniSA.Edu.Au>
4105
4106         * i386-dis.c (index16): New static variable.
4107         (putop): Print jecxz for 32 bit case, jcxz for 16 bit, not the
4108         other way around.
4109         (OP_indirE): Return result of OP_E.
4110         (OP_E): Check for 16 bit addressing mode, and disassemble
4111         correctly.  Optimised 32 bit case a little.  Don't print
4112         "(base,index,scale)" when sib specifies only an offset.
4113
4114 Mon Feb 19 12:32:17 1996  Ian Lance Taylor  <ian@cygnus.com>
4115
4116         * configure.in: Set and substitute SHLIB_DEP.
4117         * configure: Rebuild.
4118         * Makefile.in (SHLIB_DEP): New variable.
4119         (LIBIBERTY_LISTS, BFD_LIST): New variables.
4120         (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST.  If
4121         COMMON_SHLIB, add them to piclist with appropriate modifications.
4122         ($(SHLIB)): Depend upon $(SHLIB_DEP).  Don't check COMMON_SHLIB
4123         here: just use piclist.
4124
4125 Mon Feb 19 02:03:50 1996  Doug Evans  <dje@charmed.cygnus.com>
4126
4127         * sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define.
4128         (print_insn_sparc): Rewrite v9/not-v9 tests.
4129         (compare_opcodes): Likewise.
4130         * sparc-opc.c (MASK_<ARCH>): Define.
4131         (v6,v7,v8,sparclite,v9,v9a): Redefine.
4132         (sparclet,v6notv9): Define.
4133         (sparc_opcode_archs): Delete member `conflicts'.  Add `supported'.
4134         (sparc_opcodes): Delete F_NOTV9, use v6notv9 instead.
4135
4136 Thu Feb 15 14:45:05 1996  Ian Lance Taylor  <ian@cygnus.com>
4137
4138         * configure.in: Call AC_PROG_CC before configure.host.
4139         * configure: Rebuild.
4140
4141         * Makefile.in (SONAME): Remove leading ../bfd/ from $(SHLIB).
4142
4143 Wed Feb 14 19:01:27 1996  Alan Modra  <alan@spri.levels.unisa.edu.au>
4144
4145         * i386-dis.c (onebyte_has_modrm): New static array.
4146         (twobyte_has_modrm): New static array.
4147         (print_insn_i386): Only fetch the mod/reg/rm byte if it is needed.
4148
4149 Tue Feb 13 15:15:01 1996  Ian Lance Taylor  <ian@cygnus.com>
4150
4151         * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
4152         $(SHLINK).
4153
4154 Mon Feb 12 16:26:06 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4155
4156         * ppc-opc.c (PPC): Undef, so default defination on Windows NT
4157         doesn't conflict.
4158
4159 Wed Feb  7 13:59:54 1996  Ian Lance Taylor  <ian@cygnus.com>
4160
4161         * m68k-opc.c (m68k_opcodes): The bkpt instruction is supported on
4162         m68010up, not just m68020up | cpu32.
4163
4164         * Makefile.in (SONAME): New variable.
4165         ($(SHLINK)): Make a link to the transformed name, as well.
4166         (stamp-tshlink): New target.
4167         (install): Skip stamp-tshlink during install.
4168
4169 Tue Feb  6 12:28:54 1996  Ian Lance Taylor  <ian@cygnus.com>
4170
4171         * configure.in: Call AC_ARG_PROGRAM.
4172         * configure: Rebuild.
4173         * Makefile.in (program_transform_name): New variable.
4174         (install): Transform library name before installing it.
4175
4176 Mon Feb  5 16:14:42 1996  Ian Lance Taylor  <ian@cygnus.com>
4177
4178         * i960-dis.c (mem): Add HX dcinva instruction.
4179
4180         Support for building as a shared library, based on patches from
4181         Alan Modra <alan@spri.levels.unisa.edu.au>:
4182         * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
4183         New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
4184         SHLIB_CFLAGS, COMMON_SHLIB, SHLINK.
4185         * configure: Rebuild.
4186         * Makefile.in (ALLLIBS): New variable.
4187         (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
4188         (COMMON_SHLIB, SHLINK): New variables.
4189         (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
4190         (STAGESTUFF): Remove variable.
4191         (all): Depend upon $(ALLLIBS) rather than $(TARGETLIB).
4192         (stamp-piclist, piclist): New targets.
4193         ($(SHLIB), $(SHLINK)): New targets.
4194         ($(OFILES)): Depend upon stamp-picdir.
4195         (disassemble.o): Build twice if PICFLAG is set.
4196         (MOSTLYCLEAN): Add pic/*.o.
4197         (clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist.
4198         (distclean): Remove pic and stamp-picdir.
4199         (install): Install shared libraries.
4200         (stamp-picdir): New target.
4201
4202 Fri Feb  2 17:15:25 1996  Doug Evans  <dje@charmed.cygnus.com>
4203
4204         * sparc-dis.c (print_insn_sparc): Delete DISASM_RAW_INSN support.
4205         Print unknown instruction as "unknown", rather than in hex.
4206
4207 Tue Jan 30 14:06:08 1996  Ian Lance Taylor  <ian@cygnus.com>
4208
4209         * dis-buf.c: Include "sysdep.h" before "dis-asm.h".
4210
4211 Thu Jan 25 20:24:07 1996  Doug Evans  <dje@charmed.cygnus.com>
4212
4213         * sparc-opc.c (sparc_opcode_archs): Mark v8/sparclite as conflicting.
4214
4215 Thu Jan 25 11:56:49 1996  Ian Lance Taylor  <ian@cygnus.com>
4216
4217         * i386-dis.c (print_insn_i386): Only fetch the mod/reg/rm byte
4218         when necessary.  From Ulrich Drepper
4219         <drepper@myware.rz.uni-karlsruhe.de>.
4220
4221 Thu Jan 25 03:39:10 1996  Doug Evans  <dje@charmed.cygnus.com>
4222
4223         * sparc-dis.c (print_insn_sparc): NUMOPCODES replaced with
4224         sparc_num_opcodes.  Update architecture enum values.
4225         * sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname.
4226         (sparc_opcode_lookup_arch): New function.
4227         (sparc_num_opcodes): Renamed from bfd_sparc_num_opcodes.
4228         (sparc_opcodes): Add v9a shutdown insn.
4229
4230 Mon Jan 22 08:29:59 1996  Doug Evans  <dje@charmed.cygnus.com>
4231
4232         * sparc-dis.c (print_insn_sparc): Renamed from print_insn.
4233         If DISASM_RAW_INSN, print insn in hex.  Handle v9a as opcode
4234         architecture.
4235         (print_insn_sparc64): Deleted.
4236         * disassemble.c (disassembler, case bfd_arch_sparc): Always use
4237         print_insn_sparc.
4238
4239         * sparc-opc.c (architecture_pname): Add v9a.
4240
4241 Fri Jan 12 14:35:58 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
4242
4243         * alpha-opc.h (alpha_insn_set): VAX floating point opcode was
4244         incorrectly defined as 0x16 when it should be 0x15.
4245         (FLOAT_FORMAT_MASK): function code is 11 bits, not just 7 bits!
4246         (alpha_insn_set): added cvtst and cvttq float ops.  Also added
4247         excb (exception barrier) which is defined in the Alpha
4248         Architecture Handbook version 2.
4249         * alpha-dis.c (print_insn_alpha): Fixed special-case decoding for
4250         OPERATE_FORMAT_CODE type instructions.  The bug caused mulq to be
4251         disassembled as or, for example.
4252
4253 Wed Jan 10 12:37:22 1996  Ian Lance Taylor  <ian@cygnus.com>
4254
4255         * mips-dis.c (print_insn_arg): Print cases 'i' and 'u' in hex.
4256         (_print_insn_mips): Change i from int to unsigned int.
4257
4258 Thu Jan  4 17:21:10 1996  David Edelsohn  <edelsohn@mhpcc.edu>
4259
4260         * ppc-opc.c (powerpc_opcodes): tlbi POWER opcode form different
4261         from tlbie PowerPC opcode.  Add PPC603 tlbld and tlbli.
4262
4263 Thu Dec 28 13:29:19 1995  John Hassey  <hassey@rtp.dg.com>
4264
4265         * i386-dis.c: Added Pentium Pro instructions.
4266
4267 Tue Dec 19 22:56:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4268
4269         * ppc-opc.c (fsqrt{,.}): Duplicate for PowerPC in addition to
4270         being for Power2.
4271
4272 Fri Dec 15 14:14:15 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4273
4274         * sh-opc.h (sh_nibble_type): Added REG_B.
4275         (sh_arg_type): Added A_REG_B.
4276         (sh_table): Added pref and bank reg versions of ldc, ldc.l, stc
4277         and stc.l opcodes.
4278         * sh-dis.c (print_insn_shx): Added cases for REG_B and A_REG_B.
4279
4280 Fri Dec 15 16:44:31 1995  Ian Lance Taylor  <ian@cygnus.com>
4281
4282         * disassemble.c (disassembler): Use new bfd_big_endian macro.
4283
4284 Tue Dec 12 12:22:24 1995  Ian Lance Taylor  <ian@cygnus.com>
4285
4286         * Makefile.in (distclean): Remove stamp-h.  From Ronald
4287         F. Guilmette <rfg@monkeys.com>.
4288
4289 Tue Dec  5 13:42:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
4290
4291         From David Mosberger-Tang  <davidm@azstarnet.com>:
4292         * alpha-dis.c (print_insn_alpha): fixed decoding of cpys
4293         instruction.
4294
4295 Mon Dec  4 12:29:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4296
4297         * sh-opc.h (sh_arg_type): Added A_SSR and A_SPC.
4298         (sh_table): Added many SH3 opcodes.
4299         * sh-dis.c (print_insn_shx): Added cases for A_SSR and A_SPC.
4300
4301 Fri Dec  1 07:42:18 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4302
4303         * ppc-opc.c (subfc., subfco): Mark this PPCCOM, not PPC.
4304         (subco,subco.): Mark this PPC, not PPCCOM.
4305
4306 Mon Nov 27 13:09:52 1995  Ian Lance Taylor  <ian@cygnus.com>
4307
4308         * configure: Rebuild with autoconf 2.7.
4309
4310 Tue Nov 21 18:28:06 1995  Ian Lance Taylor  <ian@cygnus.com>
4311
4312         * configure: Rebuild with autoconf 2.6.
4313
4314 Wed Nov 15 19:02:53 1995  Ken Raeburn  <raeburn@cygnus.com>
4315
4316         * configure.in: Sort list of architectures.  Accept but do nothing
4317         for alliant, convex, pyramid, romp, and tahoe.
4318
4319 Wed Nov  8 20:18:59 1995  Ian Lance Taylor  <ian@cygnus.com>
4320
4321         * a29k-dis.c (print_special): Change num to unsigned int.
4322
4323 Wed Nov  8 20:10:35 1995  Eric Freudenthal <freudenthal@nyu.edu>
4324
4325         * a29k-dis.c (print_insn): Cast insn24 to unsigned long when
4326         shifting it.
4327
4328 Tue Nov  7 15:21:06 1995  Ian Lance Taylor  <ian@cygnus.com>
4329
4330         * configure.in: Call AC_CHECK_PROG to find and cache AR.
4331         * configure: Rebuilt.
4332
4333 Mon Nov  6 17:39:47 1995  Harry Dolan  <dolan@ssd.intel.com>
4334
4335         * configure.in: Add case for bfd_i860_arch.
4336         * configure: Rebuild.
4337
4338 Fri Nov  3 12:45:31 1995  Ian Lance Taylor  <ian@cygnus.com>
4339
4340         * m68k-opc.c (m68k_opcodes): Correct fmoveml operands.
4341         * m68k-dis.c (NEXTSINGLE): Change i to unsigned int.
4342         (NEXTDOUBLE): Likewise.
4343         (print_insn_m68k): Don't match fmoveml if there is more than one
4344         register in the list.
4345         (print_insn_arg): Handle a place of '8' for a type of 'L'.
4346
4347 Thu Nov  2 23:06:33 1995  Ian Lance Taylor  <ian@cygnus.com>
4348
4349         * m68k-opc.c: Use #W rather than #w.
4350         * m68k-dis.c (print_insn_arg): Handle new 'W' place.
4351
4352 Wed Nov  1 13:30:24 1995  Ian Lance Taylor  <ian@cygnus.com>
4353
4354         * m68k-opc.c (m68k_opcode_aliases): Add dbfw as an alias for dbf,
4355         and likewise for all the dbxx opcodes.
4356
4357 Mon Oct 30 20:50:40 1995  Fred Fish  <fnf@cygnus.com>
4358
4359         * arc-dis.c: Include elf-bfd.h rather than libelf.h.
4360
4361 Mon Oct 23 11:11:34 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
4362
4363         * mips-opc.c: Added shorthand (V1) for INSN_4100 manifest. Added
4364         the VR4100 specific instructions to the mips_opcodes structure.
4365
4366 Thu Oct 19 11:05:23 1995  Stan Shebs  <shebs@andros.cygnus.com>
4367
4368         * mpw-config.in, mpw-make.sed: Remove ugly workaround for
4369         ugly Metrowerks bug in CW6, is fixed in CW7.
4370
4371 Mon Oct 16 12:59:01 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4372
4373         * ppc-opc.c (whole file): Add flags for common/any support.
4374
4375 Tue Oct 10 11:06:07 1995  Fred Fish  <fnf@cygnus.com>
4376
4377         * Makefile.in (BISON): Remove macro.
4378         (FLAGS_TO_PASS): Remove BISON.
4379
4380 Fri Oct  6 16:26:45 1995  Ken Raeburn  <raeburn@cygnus.com>
4381
4382         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4383
4384         * m68k-dis.c (print_insn_m68k): Recognize all two-word
4385         instructions that take no args by looking at the match mask.
4386         (print_insn_arg): Always print "%" before register names.
4387         [case 'c']: Use "nc" for the no-cache case, as recognized by gas.
4388         [case '_']: Don't print "@#" before address.
4389         [case 'J']: Use "%s" as format string, not register name.
4390         [case 'B']: Treat place == 'C' like 'l' and 'L'.
4391
4392 Thu Oct  5 22:16:20 1995  Ken Raeburn  <raeburn@cygnus.com>
4393
4394         * i386-dis.c: Describe cmpxchg8b operand, and spell the opcode
4395         name correctly.
4396
4397 Tue Oct  3 08:30:20 1995  steve chamberlain  <sac@slash.cygnus.com>
4398
4399         From David Mosberger-Tang  <davidm@azstarnet.com>
4400
4401         * alpha-opc.h (MEMORY_FUNCTION_FORMAT_MASK): added.
4402         (alpha_insn_set): added definitions for VAX floating point
4403         instructions (Unix compilers don't generate these, but handcoded
4404         assembly might still use them).
4405
4406         * alpha-dis.c (print_insn_alpha): added support for disassembling
4407         the miscellaneous instructions in the Alpha instruction set.
4408
4409 Tue Sep 26 18:47:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
4410
4411         * mpw-config.in: Add m68k-opc.c.o to BFD_MACHINES for m68k,
4412         no longer create sysdep.h, sed ppc-opc.c to work around a
4413         serious Metrowerks C bug.
4414         * mpw-make.in: Remove.
4415         * mpw-make.sed: New file, used by mpw-configure to edit
4416         Makefile.in into an MPW makefile.
4417
4418 Wed Sep 20 12:55:28 1995  Ian Lance Taylor  <ian@cygnus.com>
4419
4420         * Makefile.in (maintainer-clean): New synonym for realclean.
4421
4422 Tue Sep 19 15:28:36 1995  Ian Lance Taylor  <ian@cygnus.com>
4423
4424         * m68k-opc.c: Split pmove patterns which use 'P' into patterns
4425         which use '0', '1', and '2' instead.  Specify the proper size for
4426         a pmove immediate operand.  Correct the pmovefd patterns to be
4427         moves to a register, not from a register.
4428         * m68k-dis.c (print_insn_arg): Replace 'P' with '0', '1', '2'.
4429
4430 Thu Sep 14 11:58:22 1995  Doug Evans  <dje@canuck.cygnus.com>
4431
4432         * sparc-opc.c (sparc_opcodes): Mark all insns that reference
4433         %psr, %wim, %tbr as F_NOTV9.
4434
4435 Fri Sep  8 01:07:38 1995  Ian Lance Taylor  <ian@cygnus.com>
4436
4437         * Makefile.in (Makefile): Just rebuild Makefile when running
4438         config.status.
4439         (config.h, stamp-h): New targets.
4440         * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM
4441         earlier.  Don't bother to call AC_ARG_PROGRAM.  Touch stamp-h when
4442         rebuilding config.h.
4443         * configure: Rebuild.
4444
4445         * mips-opc.c: Change unaligned loads and stores with "t,A"
4446         operands to use "t,A(b)".
4447
4448 Thu Sep  7 19:02:46 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4449
4450         * sh-dis.c (print_insn_shx): Add F_FR0 support.
4451
4452 Thu Sep  7 19:02:46 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4453
4454         * sh-dis.c (print_insn_shx): Change loop over op->arg[n] to iterate
4455         until 3 instead of until 2.
4456
4457 Wed Sep  6 21:21:33 1995  Ian Lance Taylor  <ian@cygnus.com>
4458
4459         * Makefile.in (ALL_CFLAGS): Define.
4460         (.c.o, disassemble.o): Use $(ALL_CFLAGS).
4461         (MOSTLYCLEAN): Add config.log.
4462         (distclean): Don't remove config.log.
4463         * configure.in: Substitute HDEFINES.
4464         * configure: Rebuild.
4465
4466 Wed Sep  6 15:08:09 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4467
4468         * sh-opc.h (sh_arg_type): Add F_FR0.
4469         (sh_table, case fmac): Add F_FR0 as first argument.
4470
4471 Wed Sep  6 15:08:09 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4472
4473         * sh-opc.h (sh_opcode_info): Increase arg array size to 4.
4474
4475 Tue Sep  5 18:28:10 1995  Doug Evans  <dje@canuck.cygnus.com>
4476
4477         * sparc-dis.c: Remove all references to NO_V9.
4478
4479 Tue Sep  5 20:03:26 1995  Ian Lance Taylor  <ian@cygnus.com>
4480
4481         * aclocal.m4: Just include ../bfd/aclocal.m4.
4482         * configure: Rebuild.
4483
4484 Tue Sep  5 16:09:59 1995  Doug Evans  <dje@canuck.cygnus.com>
4485
4486         * sparc-dis.c (X_DISP19): Define.
4487         (print_insn, case 'G'): Use it.
4488         (print_insn, case 'L'): Sign extend displacement.
4489
4490 Mon Sep  4 14:28:46 1995  Ian Lance Taylor  <ian@cygnus.com>
4491
4492         * configure.in: Run ../bfd/configure.host before AC_PROG_CC.
4493         Subsitute CFLAGS and AR.  Call AC_PROG_INSTALL.  Don't substitute
4494         host_makefile_frag or frags.
4495         * aclocal.m4: New file.
4496         * configure: Rebuild.
4497         * Makefile.in (INSTALL): Set to @INSTALL@.
4498         (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
4499         (INSTALL_DATA): Set to @INSTALL_DATA@.
4500         (AR): Set to @AR@.
4501         (AR_FLAGS): Set to rc rather than qc.
4502         (CC): Define as @CC@.
4503         (CFLAGS): Set to @CFLAGS@.
4504         (@host_makefile_frag@): Remove.
4505         (config.status): Remove dependency upon @frags@.
4506
4507         * configure.in: ../bfd/config.bfd now just sets shell variables.
4508         Use them rather than looking through target Makefile fragments.
4509         * configure: Rebuild.
4510
4511 Thu Aug 31 12:35:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4512
4513         * sh-opc.h (ftrc): Change FPUL_N to FPUL_M.
4514
4515 Wed Aug 30 13:52:28 1995  Doug Evans  <dje@canuck.cygnus.com>
4516
4517         * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
4518         Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic
4519         sparc64 insns.
4520
4521         * sparc-opc.c (sparc_opcodes): Fix prefetcha insn.
4522         (lookup_{name,value}): New functions.
4523         (prefetch_table): New static local.
4524         (sparc_{encode,decode}_prefetch): New functions.
4525         * sparc-dis.c (print_insn): Handle '*' arg (prefetch function).
4526
4527 Wed Aug 30 11:11:58 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4528
4529         * sh-opc.h: Add blank lines to improve readabililty of sh3e
4530         instructions.
4531
4532 Wed Aug 30 11:09:38 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4533
4534         * sh-dis.c: Correct comment on first line of file.
4535
4536 Tue Aug 29 15:37:18 1995  Doug Evans  <dje@canuck.cygnus.com>
4537
4538         * disassemble.c (disassembler): Handle bfd_mach_sparc64.
4539
4540         * sparc-opc.c (asi, membar): New static locals.
4541         (sparc_{encode,decode}_{asi,membar}): New functions.
4542         (sparc_opcodes, membar insn): Fix.
4543         * sparc-dis.c (print_insn): Call sparc_decode_asi.
4544         Support decoding of membar masks.
4545         (X_MEMBAR): Define.
4546
4547 Sat Aug 26 21:22:48 1995  Ian Lance Taylor  <ian@cygnus.com>
4548
4549         * m68k-opc.c (m68k_opcode_aliases): Add br, brs, brb, brw, brl.
4550
4551 Mon Aug 21 17:33:36 1995  Ian Lance Taylor  <ian@cygnus.com>
4552
4553         * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
4554         and likewise for the other branches.  Add bhs as an alias for bcc,
4555         and likewise for the size variants.  Add dbhs as an alias for
4556         dbcc.
4557
4558 Fri Aug 11 13:40:24 1995  Jeff Law  (law@snake.cs.utah.edu)
4559
4560         * sh-opc.h (FP sts instructions): Update to match reality.
4561
4562 Mon Aug  7 16:12:58 1995  Ian Lance Taylor  <ian@cygnus.com>
4563
4564         * m68k-dis.c: (fpcr_names): Add % before all register names.
4565         (reg_names): Likewise.
4566         (print_insn_arg): Don't explicitly print % before register names.
4567         Add % before register names in static array names.  In case 'r',
4568         print data registers as `@(Dn)', not `Dn@'.  When printing a
4569         memory address, don't print @# before it.
4570         (print_indexed): Change base_disp and outer_disp from int to
4571         bfd_vma.  Print using MIT syntax, not mutant invalid Motorola
4572         syntax.  Sign extend 8 byte displacement correctly.
4573         (print_base): Print using MIT syntax.  Print zpc when appropriate.
4574         Change parameter disp from int to bfd_vma.
4575
4576         * m68k-opc.c (m68k_opcode_aliases): Add jsrl and jsrs as aliases
4577         for jsr.
4578
4579 Mon Aug  7 02:21:40 1995  Jeff Law  (law@snake.cs.utah.edu)
4580
4581         * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,
4582         F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N.
4583         * sh-opc.h (sh_arg_type): Add new operand types.
4584         (sh_table): Add new opcodes from SH3E Floating Point ISA.
4585
4586 Sat Aug  5 16:50:14 1995  Fred Fish  <fnf@cygnus.com>
4587
4588         * Makefile.in (distclean): Remove generated file config.h.
4589
4590 Sat Aug  5 16:50:14 1995  Fred Fish  <fnf@cygnus.com>
4591
4592         * Makefile.in (distclean): Remove generated file config.h.
4593
4594 Wed Aug  2 18:33:40 1995  Ian Lance Taylor  <ian@cygnus.com>
4595
4596         * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
4597         Clean up tables.
4598         * m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff.
4599         (opcode): Remove.
4600         (print_insn_m68k): Change d to be const.  Use m68k_numopcodes
4601         rather than numopcodes.  Use m68k_opcodes rather than removed
4602         opcode function.  Don't check F_ALIAS.
4603         (print_insn_arg): Change first parameter to be const char *.
4604         * Makefile.in (ALL_MACHINES): Add m68k-opc.o.
4605         (m68k-opc.o): New target.
4606         * configure.in: Build m68k-opc.o for bfd_m68k_arch.
4607         * configure: Rebuild.
4608
4609 Wed Aug  2 08:23:38 1995  Doug Evans  <dje@canuck.cygnus.com>
4610
4611         * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
4612         (opcode_bits, opcode_hash_table): New variables.
4613         (opcodes_initialized): Renamed from opcodes_sorted.
4614         (build_hash_table): New function.
4615         (is_delayed_branch): Use hash table.
4616         (print_insn): Renamed from print_insn_sparc, made static.
4617         Build and use hash table.  If !sparc64, ignore sparc64 insns,
4618         and vice-versa if sparc64.
4619         (print_insn_sparc, print_insn_sparc64): New functions.
4620         (compare_opcodes): Move sparc64 opcodes to end.
4621         Print commutative insns with constant second.
4622         * sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.
4623
4624 Tue Aug  1 00:12:49 1995  Ian Lance Taylor  <ian@cygnus.com>
4625
4626         * sh-dis.c (print_insn_shx): Remove unused local dslot.  Use
4627         print_address_func for A_BDISP12 and A_BDISP8.  Correct test which
4628         avoids printing a delay slot in a delay slot.
4629         * sh-opc.h (sh_table): Fully bracket last entry.
4630
4631 Mon Jul 31 12:04:47 1995  Doug Evans  <dje@canuck.cygnus.com>
4632
4633         * sparc-opc.c (sllx, srax, srlx): Fix disassembly.
4634
4635 Wed Jul 12 00:59:34 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
4636
4637         * configure.in: Get host_makefile_frag from ${srcdir}.
4638
4639         * configure.in: Autoconfiscated.  Check for string[s].h.  Create
4640         config.h from config.in.  Don't set up sysdep.h link.
4641         * sysdep.h: New file.
4642         * configure, config.in: New files, generated from configure.in.
4643         * Makefile.in: Updated to be processed autoconf-style.
4644         (distclean): Keep sysdep.h.  Remove config.log and config.cache.
4645         (Makefile): Depend on config.status.
4646         (config.status): New rule.
4647         * configure.bat: Update Makefile substitutions.
4648
4649 Tue Jul 11 14:23:37 1995  Jeff Spiegel  <jeffs@lsil.com>
4650
4651         * mips-opc.c (L1): Define.
4652         (mips_opcodes): Add R4010 instructions: flushi, flushd, flushid,
4653         addciu, madd, maddu, ffc, ffs, msub, msubu, selsi, selsr, waiti,
4654         and wb.
4655
4656 Tue Jul 11 11:49:49 1995  Ian Lance Taylor  <ian@cygnus.com>
4657
4658         * mips-opc.c (mips_opcodes): For the move pseudo-op, prefer daddu
4659         if ISA 3 and addu otherwise, replacing or, since some MIPS chips
4660         have multiple add units but only a single logical unit.
4661
4662         * ppc-opc.c (powerpc_operands): Change CR to use a bitsize of 3,
4663         shifted by 18, without any insertion or extraction function.
4664         (insert_cr, extract_cr): Remove.
4665
4666 Wed Jun 21 20:05:39 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4667
4668         * m68k-dis.c (print_insn_arg, print_indexed): Print "%" before
4669         register names.
4670
4671 Thu Jun 15 17:23:31 1995  Stan Shebs  <shebs@andros.cygnus.com>
4672
4673         * mpw-config.in: Add sh and i386 configs, remove sparc config.
4674         * sh-opc.h: Add copyright.
4675
4676 Mon Jun  5 03:30:43 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
4677
4678         * Makefile.in (crunch-m68k): Delete extra target accidentally
4679         checked in a while ago.
4680
4681 Wed May 24 16:22:13 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
4682
4683         * sh-opc.h (sh_table): Add SH3 support.
4684
4685 Wed May 24 14:16:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4686
4687         * sh-opc.h: Added bsrf and braf.
4688
4689 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
4690
4691         * arm-opc.h (arm_opcodes): Add 64-bit multiply patterns.  Delete
4692         bogus [ls]fm{ea,fd} patterns.
4693
4694         * arm-opc.h (arm_opcodes): Correct typos in stm, ldm, std, and ldc.
4695         * arm-dis.c (print_insn_arm): Make GIVEN a parameter, don't try and
4696         initialize it from memory.  Make function static.
4697         (print_insn_{big,little}_arm): New functions.
4698         * disassemble.c (disassembler, case bfd_arch_arm): Disassemble for
4699         the correct endianness.
4700
4701 Mon Apr 24 14:18:05 1995  Jason Molenda   (crash@phydeaux.cygnus.com>
4702
4703         * sh-opc.h (sh_nibble_type, sh_arg_type): remove trailing , from
4704         enum list.
4705
4706 Wed Apr 19 14:07:03 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4707
4708         * m68k-dis.c (opcode): Finish change made by Kung Hsu on April
4709         17th, so that it builds again using GCC as the compiler.
4710
4711 Tue Apr 18 12:14:51 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4712
4713         * mips-dis.c (print_insn_little_mips): Cast return value from
4714         bfd_getl32 from bfd_vma to unsigned long, because _print_insn_mips
4715         expects an unsigned long, and that might be fewer words of
4716         argument storage (e.g., if bfd_vma is long long on a 32-bit
4717         machine).
4718         (print_insn_big_mips): Likewise with bfd_getb32 value.
4719         (_print_insn_mips): Now static.
4720
4721 Mon Apr 17 12:23:28 1995  Kung Hsu  <kung@rtl.cygnus.com>
4722
4723         * m68k-dis.c: Take out #define BREAK_UP_BIG_DECL kludge, because
4724         gcc memory hog problem with initializer is fixed.
4725
4726 Mon Apr 10 15:55:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
4727
4728         Merge in support for Mac MPW as a host.
4729         (Old change descriptions retained for informational value.)
4730
4731         * mpw-config.in (archname): Compute from the config.
4732         (BFD_MACHINES, ARCHDEFS): Put into mk.tmp.
4733
4734         * mpw-config.in (target_arch): Compute from canonical target.
4735         (m68k, mips, powerpc, sparc): Add architectures.
4736         * mpw-make.in (disassemble.c.o): Add.
4737         (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
4738
4739         * mpw-config.in (BFD_MACHINES): Set to a default value.
4740         * mpw-make.in (BFD_MACHINES): Remove wired-in value.
4741
4742         * mpw-make.in (CSEARCH): Add extra-include to search path.
4743
4744         * mpw-config.in (varargs.h): Don't create.
4745         (sysdep.h): Create using forward-include.
4746         * mpw-make.in (CSEARCH): Add include/mpw to search path.
4747
4748         * mpw-config.in: New file, MPW version of configure.in.
4749         * mpw-make.in: New file, MPW version of Makefile.in.
4750
4751 Fri Mar 31 14:23:38 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4752
4753         * alpha-dis.c (print_insn_alpha): Put empty statement after
4754         default label.
4755
4756 Tue Mar 21 10:51:40 1995  Jeff Law  (law@snake.cs.utah.edu)
4757
4758         * hppa-dis.c (sign_extend): Delete, redundant with libhppa.h version.
4759         (low_sign_extend): Likewise.
4760         (get_field): Delete unused function.
4761         (set_field, deposit_14, deposit_21): Likewise.
4762
4763 Fri Mar 17 15:55:53 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4764
4765         * i386-dis.c: Support for more pentium opcodes.  From Guy Harris
4766           (guy@netapp.com).
4767
4768 Tue Mar 14 00:52:57 1995  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
4769
4770         Sat Feb 11 17:22:41 1995  Klaus Kaempf  (kkaempf@didymus.rmi.de)
4771
4772         * alpha-opc.h (OSF_ASMCODE): define
4773         print pal-code names as defined in App C of the
4774         Alpha Architecture Reference Manual
4775
4776         * alpha-dis.c: cleaned up output
4777         print stylized code forms as defined in App A.4.3 of the
4778         Alpha Architecture Reference Manual
4779
4780 Wed Mar  8 15:21:14 1995  Ian Lance Taylor  <ian@cygnus.com>
4781
4782         * mips-opc.c: Add new mips4 instructions.  Don't set INSN_RFE for
4783         `rfe'.
4784         * mips-dis.c (print_insn_arg): Handle new argument types 'h', 'R',
4785         'N', and 'M'.
4786
4787 Wed Mar  8 02:54:05 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4788
4789         * m68k-dis.c (opcode): New function.  Returns address of opcode
4790         table entry given index, even if the opcode table was split to
4791         work around gcc bugs.
4792         (print_insn_m68k): Call opcode instead of referencing m68k_opcodes
4793         directly.
4794         (BREAK_UP_BIG_DECL): Make secondary array static and const.
4795         (reg_names): Now const.
4796         (print_insn_arg): Arrays cacheFieldName and names now const.
4797         (print_indexed): Array scales now const.
4798
4799 Tue Mar  7 16:41:21 1995  Ian Lance Taylor  <ian@cygnus.com>
4800
4801         * ppc-opc.c: Sort recently added instructions by minor opcode
4802         number within major opcode number.
4803
4804 Mon Mar  6 10:04:36 1995  Jeff Law  (law@snake.cs.utah.edu)
4805
4806         * hppa-dis.c: Include libhppa.h.
4807
4808 Fri Feb 24 19:15:36 1995  Ian Lance Taylor  <ian@cygnus.com>
4809
4810         * mips-opc.c: Change dli to use M_DLI, and add dla.
4811
4812 Mon Feb 20 23:54:38 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4813
4814         * Makefile.in (ALL_MACHINES):  Add w65-dis.o.
4815
4816 Thu Feb 16 17:34:41 1995  Ian Lance Taylor  <ian@cygnus.com>
4817
4818         * mips-opc.c: Add r4650 mul instruction.
4819
4820 Wed Feb 15 15:45:20 1995  Ian Lance Taylor  <ian@cygnus.com>
4821
4822         * mips-opc.c: Add uld and usd macros for unaligned double load and
4823         store.
4824
4825 Tue Feb 14 13:17:37 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4826
4827         * ppc-opc.c (powerpc_opcodes): Add 403GA opcodes rfci, dccci,
4828         mfdcr, mtdcr, icbt, iccci.
4829
4830 Thu Feb  9 12:28:13 1995  Stan Shebs  <shebs@andros.cygnus.com>
4831
4832         * i960-dis.c (struct tabent, struct sparse_tabent): Change the
4833         signed char fields to shorts, more portable.
4834
4835 Wed Feb  8 17:29:29 1995  Stan Shebs  <shebs@andros.cygnus.com>
4836
4837         * i960-dis.c (struct tabent, struct sparse_tabent): Declare the
4838         char fields as signed chars, since they may have negative values.
4839
4840 Mon Feb  6 10:52:06 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4841
4842         * i386-dis.c (dis386_twobyte): Add cpuid, From Charles Hannum
4843           (mycroft@netbsd.org).
4844
4845 Mon Jan 30 12:38:00 1995  Ian Lance Taylor  <ian@cygnus.com>
4846
4847         From "Logg, Ed" <elogg@ea.com>:
4848         * ppc-opc.c (extract_bdm): Correct parenthezisation.
4849         * ppc-dis.c (print_insn_powerpc): Print .long before unrecognized
4850         value.
4851
4852 Thu Jan 26 18:32:08 1995  Ian Lance Taylor  <ian@cygnus.com>
4853
4854         * ppc-opc.c: Changes based on patch from David Edelsohn
4855         <edelsohn@mhpcc.edu>.
4856         (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of
4857         SPR.
4858         (FXM_MASK): Define.
4859         (insert_tbr): New static function.
4860         (extract_tbr): New static function.
4861         (XFXFXM_MASK, XFXM): Define.
4862         (XSPRBAT_MASK, XSPRG_MASK): Define.
4863         (powerpc_opcodes): Add instructions to access special registers by
4864         name.  Add mtcr and mftbu.
4865
4866 Tue Jan 17 10:56:43 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4867
4868         * mips-opc.c (P3): Define.
4869         (mips_opcodes): Add mad and madu.
4870
4871 Sun Jan 15 16:32:59 1995  Steve Chamberlain  <sac@splat>
4872
4873         * configure.in: Add W65 support.
4874         * disassemble.c: Likewise.
4875         * w65-opc.h, w65-dis.c: New files.
4876
4877 Wed Dec 28 22:15:33 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
4878
4879         * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
4880         immediates.
4881
4882 Tue Dec 20 11:25:12 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4883
4884         * mips-opc.c: Add dli as a synonym for li.
4885
4886 Thu Dec  8 18:23:31 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
4887
4888         * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and
4889         print something for reserved opcode values, even if it won't
4890         assemble again.
4891
4892         * mips-dis.c (_print_insn_mips): When initializing, shift right
4893         and mask, to avoid sign extension problems on the Alpha.
4894
4895         * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr
4896         control registers.
4897
4898 Wed Nov 23 22:34:51 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
4899
4900         * sh-opc.h (mov.l gbr): Get direction right.
4901         * sh-dis.c (print_insn_shx): New function.
4902         (print_insn_shl, print_insn_sh): Call print_insn_shx to
4903         print opcodes with right byte order.
4904
4905 Thu Nov  3 19:32:22 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
4906
4907         * ns32k-dis.c (struct ns32k_option): Renamed from struct option,
4908         to avoid conflicts with getopt.
4909
4910 Mon Oct 31 18:48:10 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4911
4912         * hppa-dis.c (print_insn_hppa): Read the instruction using
4913         bfd_getb32, so that it works on a little endian or 64 bit host.
4914         Remove unused local variable op.
4915
4916 Tue Oct 25 17:07:57 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4917
4918         * mips-opc.c: Use or instead of addu for pseudo-op move, since
4919         addu does not work correctly if -mips3.
4920
4921 Wed Oct 19 13:40:16 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4922
4923         * a29k-dis.c (print_special): Add special register names defined
4924         on 29030, 29040 and 29050.
4925         (print_insn): Handle new operand type 'I'.
4926
4927 Wed Oct 12 11:59:55 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4928
4929         * Makefile.in (INSTALL): Use top level install.sh script.
4930
4931 Wed Oct  5 19:16:29 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4932
4933         * sparc-dis.c: Rewrite to use bitfields, rather than a union, so
4934         that it works on a little endian host.
4935
4936 Tue Oct  4 12:14:21 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4937
4938         * configure.in: Use ${config_shell} when running config.bfd.
4939
4940 Wed Sep 21 18:49:12 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
4941
4942         * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3.
4943
4944 Thu Sep 15 16:30:22 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
4945
4946         * a29k-dis.c (print_insn): Print the opcode.
4947
4948 Wed Sep 14 17:52:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
4949
4950         * mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
4951
4952 Sun Sep 11 22:32:17 1994  Jeff Law  (law@snake.cs.utah.edu)
4953
4954         * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3.
4955
4956 Tue Sep  6 11:37:12 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
4957
4958         * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions
4959         which store a value into memory.
4960
4961 Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
4962
4963         * configure.in, Makefile.in, disassemble.c: Add support for the ARM.
4964         * arm-dis.c, arm-opc.h: New files.
4965
4966 Fri Aug  5 14:00:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
4967
4968         * Makefile.in (ns32k-dis.o): Add dependency.
4969         * ns32k-dis.c (print_insn_arg): Declare initialized local as
4970         string, not as array of chars.
4971
4972 Thu Jul 28 18:14:16 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
4973
4974         * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'.
4975
4976         * sparc-opc.c: Added sparclite extended FP operations, and
4977         versions of v9 impdep* instructions permitting specification of
4978         the OPF field.
4979
4980 Tue Jul 26 16:36:03 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
4981
4982         * i960-dis.c (reg_names): Now const.
4983         (struct sparse_tabent): New type, copied from array type in mem
4984         function.
4985         (ctrl): Local static array ctrl_tab now const.
4986         (cobr): Local static array cobr_tab now const.
4987         (mem): Local variables reg1, reg2, reg3 now point to const.  Local
4988         static variable mem_tab no longer explicitly initialized.  Changed
4989         mem_init to const array of struct sparse_tabent.
4990         (reg): Local static variable reg_tab no longer explicitly
4991         initialized.  Changed reg_init to const array of struct
4992         sparse_tabent.
4993         (ea): Local static array scale_tab now const.
4994
4995         * i960-dis.c (reg): Added i960JX instructions to reg_init table.
4996         (REG_MAX): Updated.
4997
4998 Tue Jul 19 21:00:00 1994  DJ Delorie (dj@ctron.com)
4999
5000         * configure.bat: the disassember needs to be enabled for
5001         "objdump -d" to work in djgpp.
5002
5003 Wed Jul 13 18:01:58 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
5004
5005         * ns32k-dis.c: Deleted all code in "#ifdef GDB".
5006         (invalid_float): Enabled general version, doesn't require running
5007         on ns32k host.  Changed to take char* argument, and test for
5008         explicitly specified sizes, instead of using sizeof() on host CPU
5009         types.
5010         (INVALID_FLOAT): Cast first argument.
5011         (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532,
5012         list_P032, list_M032): Now const.
5013         (optlist, list_search): Made appropriate arguments now point to
5014         const.
5015         (print_insn_arg): Changed static array of one-character-string
5016         pointers into a static const array of characters; fixed sprintf
5017         statement accordingly.
5018
5019 Sun Jul 10 00:27:47 1994  Ian Dall  (dall@hfrd.dsto.gov.au)
5020
5021         * opcodes/ns32k-dis.c: Semi-new file.  Had apparently been dropped
5022         from distribution. A ns32k-dis.c from a previous distribution has
5023         been brought up to date and supports the new interface.
5024
5025         * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k.
5026
5027         * configure.in: add bfd_ns32k_arch target support.
5028
5029         * Makefile.in: add ns32k-dis.o to ALL_MACHINES.
5030         Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o.
5031
5032 Wed Jun 29 22:10:37 1994  Steve Chamberlain  (sac@cygnus.com)
5033
5034         * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch
5035         disassembly right.
5036
5037 Tue Jun 28 13:22:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
5038
5039         * h8300-dis.c, mips-dis.c: Don't use true and false.
5040
5041 Thu Jun 23 12:53:19 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
5042
5043         * configure.in: Change --with-targets to --enable-targets.
5044
5045 Wed Jun 22 13:38:32 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5046
5047         * mips-dis.c (_print_insn_mips): Build a static hash table mapping
5048         opcodes to the first instruction with that opcode, to speed
5049         disassembly of large files.  From ralphc@pyramid.com (Ralph
5050         Campbell).
5051
5052 Tue Jun  7 12:49:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5053
5054         * Makefile.in (mostlyclean): Fix typo (was mostyclean).
5055
5056 Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
5057
5058         * configure.bat: update to latest makefile.in
5059
5060 Sat May  7 17:13:21 1994  Steve Chamberlain  (sac@cygnus.com)
5061
5062         * a29k-dis.c (print_insn): Print 'x' type operand in hex.
5063         * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly.
5064         * sh-dis.c (print_insn_sh): Don't recur endlessly if delay
5065         slot insn is in a delay slot.
5066         * z8k-opc.h: (resflg): Fix patterns.
5067         * h8500-opc.h Fix CR insn patterns.
5068
5069 Fri May  6 14:34:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5070
5071         * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and
5072         "cmpl" before POWER versions, so that gas -many uses them.
5073
5074 Thu Apr 28 18:32:36 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
5075
5076         * disassemble.c: New file.
5077         * Makefile.in (OFILES): Add disassemble.o.
5078         (disassemble.o): Provide dependencies; compile with $(ARCHDEFS).
5079         * configure.in: Define ARCHDEFS in Makefile.  Code taken from
5080         binutils/configure.in.
5081
5082         * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
5083         opcode being examined.
5084
5085 Thu Apr 21 17:08:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5086
5087         * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS.
5088         (insert_ral, insert_ram, insert_ras): New functions.
5089         (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and
5090         RAS for store with update.
5091
5092 Sat Apr 16 23:41:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5093
5094         * ppc-opc.c (powerpc_opcodes): Correct fcir.  From David Edelsohn
5095         (edelsohn@npac.syr.edu).
5096
5097 Wed Apr  6 17:11:45 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5098
5099         * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
5100         immediate argument.
5101
5102 Mon Apr  4 16:30:46 1994  Doug Evans  (dje@canuck.cygnus.com)
5103
5104         * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0".
5105
5106 Mon Apr  4 13:22:00 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5107
5108         * ppc-opc.c (powerpc_operands): The signedp field has been
5109         removed, so don't initialize it.  Set the PPC_OPERAND_SIGNED flag
5110         instead.  Add new operand SISIGNOPT.
5111         (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
5112         Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
5113         * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
5114         than signedp field.
5115
5116 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5117
5118         * i386-dis.c (struct private):  Renamed to dis_private. `private'
5119         is a reserved word for dynix cc.
5120
5121 Mon Mar 28 13:00:15 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5122
5123         * configure.in: Change error message to refer to bfd/config.bfd
5124         rather than bfd/configure.in.
5125
5126 Mon Mar 28 12:28:30 1994  David Edelsohn  (edelsohn@npac.syr.edu)
5127
5128         * ppc-opc.c: Define POWER2 as short alias flag.
5129         (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and
5130         fsqrt.
5131
5132 Wed Mar 23 12:23:05 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5133
5134         * i960-dis.c (print_insn_i960): Don't read a second word for
5135         opcodes 0, 1, 2 and 3.
5136
5137 Wed Mar 16 15:37:58 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5138
5139         * configure.in: Don't build m68881-ext.o for bfd_m68k_arch.
5140
5141 Mon Mar 14 14:53:50 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5142
5143         * m68881-ext.c: Removed; no longer used.
5144         * Makefile.in: Changed accordingly.
5145
5146         * m68k-dis.c (ext_format_68881): Don't declare.
5147         (print_insn_m68k): If an instruction uses place 'i', it uses at
5148         least four fixed bytes.
5149         (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'.  For
5150         extended float, convert to double using floatformat_to_double, not
5151         ieee_extended_to_double, and fetch the data before converting it.
5152
5153 Tue Mar  8 18:12:25 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5154
5155         * mips-opc.c: It's sqrt.s, not sqrt.w.  From
5156         davidj@ICSI.Berkeley.EDU (David Johnson).
5157
5158 Tue Feb  8 16:55:27 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5159
5160         * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the
5161         PowerPC uses bdnz[l][a].
5162
5163 Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5164
5165         * dis-buf.c, i386-dis.c:  Include sysdep.h.
5166
5167 Mon Feb  7 19:22:23 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5168
5169         * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o.
5170
5171         * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported
5172         by Motorola PowerPC 601 with PPC_OPCODE_601.
5173         * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc):
5174         Disassemble Motorola PowerPC 601 instructions as well as normal
5175         PowerPC instructions.
5176
5177 Sun Feb  6 07:45:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5178
5179         * i960-dis.c (reg, mem): Just use a static array instead of
5180         calling xmalloc.
5181
5182 Sat Feb  5 00:04:02 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
5183
5184         * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
5185         condition name index if this is for a negated condition.
5186
5187         * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
5188         Floating point format for 'H' operand is backwards from normal
5189         case (0 == double, 1 == single).  For '4', '6', '7', '9', and '8'
5190         operands (fmpyadd and fmpysub), handle bizarre register
5191         translation correctly for single precision format.
5192
5193         * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
5194         or 'I' operands if the next format specifier is 'M' (fcmp
5195         condition completer).
5196
5197 Feb  4 23:38:03 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5198
5199         * ppc-opc.c (powerpc_operands): New operand type MBE to handle a
5200         single number giving a bitmask for the MB and ME fields of an M
5201         form instruction.  Change NB to accept 32, and turn it into 0;
5202         also turn 0 into 32 when disassembling.  Seperated SH from NB.
5203         (insert_mbe, extract_mbe): New functions.
5204         (insert_nb, extract_nb): New functions.
5205         (SC_MASK): Mask out SA and LK bits.
5206         (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT,
5207         RA, SI.  Change "liu" and "cau" to use UI rather than SI.  Mark
5208         "bctr" and "bctrl" as accepted by POWER.  Change "rlwimi",
5209         "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.",
5210         "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to
5211         use MBE rather than MB.  Add "mfmq" and "mtmq" POWER instructions.
5212         (powerpc_macros): Define table of macro definitions.
5213         (powerpc_num_macros): Define.
5214
5215         * ppc-dis.c (print_insn_powerpc): Don't skip optional operands
5216         if PPC_OPERAND_NEXT is set.
5217
5218 Sat Jan 22 23:10:07 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5219
5220         * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of
5221         char.  Retrieve contents using bfd_getl32 instead of shifting.
5222
5223 Fri Jan 21 19:01:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5224
5225         * ppc-opc.c: New file.  Opcode table for PowerPC, including
5226         opcodes for POWER (RS/6000).
5227         * ppc-dis.c: New file.  PowerPC and Power (RS/6000) disassembler.
5228         * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
5229         (CFILES): Add ppc-dis.c.
5230         (ppc-dis.o, ppc-opc.o): New targets.
5231         * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
5232
5233 Mon Jan 17 20:05:49 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
5234
5235         * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
5236         No space before 'u', 'f', or 'N'.
5237
5238 Sun Jan 16 14:20:16 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
5239
5240         * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading
5241         farther than we should.
5242
5243         * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.
5244
5245 Thu Jan  6 12:38:05 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5246
5247         * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments.
5248
5249 Wed Jan  5 11:56:21 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5250
5251         * i960-dis.c (print_insn_i960): Only read word2 if the instruction
5252         needs it, to prevent reading past the end of a section.
5253
5254 Wed Nov 17 17:20:12 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5255
5256         * mips-opc.h: Use macro for j instruction, to support SVR4 PIC.
5257         Removed t,A case for la; always use t,A(b) case.
5258
5259 Mon Nov  8 12:37:36 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5260
5261         From Ted Lemen <mellon@pepper.ncd.com>
5262         * mips-dis.c (print_insn_arg): Handle 'k'.
5263         * mips-opc.c: Make cache use k, not t.
5264
5265 Sun Nov  7 23:52:34 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5266
5267         * alpha-opc.h, alpha-dis.c (print_insn_alpha):  Add
5268         FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
5269         FLOAT_FORMAT_CODE to put out floating point register names.
5270
5271 Mon Nov  1 18:17:51 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5272
5273         * mips-opc.c: Use macros for jal variants, to support SVR4 PIC.
5274
5275 Thu Oct 28 17:42:23 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5276
5277         * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
5278
5279 Wed Oct 27 11:48:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5280
5281         * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
5282         larger than 32.  Moved dsxx32 variants first for disassembler.
5283
5284 Mon Oct 25 11:33:14 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
5285
5286         * z8kgen.c, z8k-opc.h: Add full lda information.
5287
5288 Tue Oct 19 12:39:25 1993  Jeffrey A Law  (law@cs.utah.edu)
5289
5290         * hppa-dis.c (print_insn_hppa): Do not emit a space after
5291         movb instructions.  Any necessary space will be emitted by
5292         the code to handle nullification completers.
5293
5294 Wed Oct 13 16:19:07 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5295
5296         * mips-opc.c: Moved l.d down so that it disassembles as ldc1.
5297
5298 Fri Oct  8 02:34:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5299
5300         * alpha-opc.h:  Add ldl_l, fix typo for ldq_u.
5301         * alpha-dis.c (print_insn_alpha):  Add code for PAL_FORMAT_CODE.
5302
5303 Tue Oct  5 17:47:53 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5304
5305         * mips-opc.c: Correct lwu opcode value (book had it wrong).
5306
5307 Thu Sep 30 11:26:18 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
5308
5309         * z8k-dis.c (FETCH_DATA): get just the right amount of data.
5310         (unpack_instr): Cope with ARG_IMM4M1 type instructions.
5311
5312 Wed Sep 29 16:24:49 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
5313
5314         * m88k-dis.c (m88kdis): comment change.  Remove space after
5315           printing mnemonic.
5316           (printop): handle new arg types DEC and XREG for m88110.
5317
5318 Tue Sep 28 19:20:16 1993  Jeffrey A Law (law@snake.cs.utah.edu)
5319
5320         * hppa-dis.c (print_insn_hppa): Handle 'z' operand
5321         type for absolute branch addresses.  Delete special
5322         "ble" and "be" code in 'W' operand code.
5323
5324 Fri Sep 24 14:08:33 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5325
5326         * mips-opc.c: Set hazard information correctly for branch
5327         likely instructions.
5328
5329 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5330
5331         * alpha-dis.c (print_insn_alpha), alpha-opc.h:  Fix bugs, use
5332         info->fprintf_func for printing and info->print_address_func for
5333         address output.
5334
5335 Wed Sep 15 12:12:07 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5336
5337         * mips-opc.c: Set INSN_TRAP for tXX instructions.
5338
5339 Thu Sep  9 10:11:27 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5340
5341         * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson):
5342         Corrected second case of "b" for disassembler.
5343
5344 Tue Sep  7 14:25:15 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5345
5346         * mips-dis.c, m88k-dis.c: Don't include libbfd.h.  Changed calls
5347         to BFD swapping routines to correspond to BFD name changes.
5348
5349 Thu Sep  2 10:35:25 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5350
5351         * mips-opc.c: Change div machine instruction to be z,s,t rather
5352         than s,t.  Change div macro to be d,v,t rather than d,s,t.
5353         Likewise for divu, ddiv, ddivu.  Added z,s,t case for drem, dremu,
5354         rem and remu which generates only the corresponding div
5355         instruction.  This is for compatibility with the MIPS assembler,
5356         which only generates the simple machine instruction when an
5357         explicit destination of $0 is used.
5358         * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
5359
5360 Thu Aug 26 17:41:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5361
5362         * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set
5363         WR_31 hazard for bal, bgezal, bltzal.
5364
5365 Thu Aug 26 17:20:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5366
5367         * hppa-dis.c (print_insn_hppa): Use print function
5368         from within the disassemble_info, not fprintf_filtered.
5369
5370 Wed Aug 25 13:51:40 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
5371
5372         * hppa-dis.c (print_insn_hppa): Handle '|' like '>'.  (From Jeff
5373         Law, law@cs.utah.edu.)
5374
5375 Mon Aug 23 12:44:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5376
5377         * mips-opc.c ("absu"): Removed.
5378         ("dabs"): Added.
5379
5380 Fri Aug 20 10:52:52 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5381
5382         * mips-opc.c: Added r6000 and r4000 instructions and macros.
5383         Changed hazard information to distinguish between memory load
5384         delays and coprocessor load delays.
5385
5386 Wed Aug 18 15:39:23 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5387
5388         * mips-opc.c: li.d uses "T,L", not "S,F".  Added li.s.
5389
5390 Tue Aug 17 09:44:42 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5391
5392         * configure.in: Don't pass cpu to config.bfd.
5393
5394 Tue Aug 17 12:23:52 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5395
5396         * m88k-dis.c (m88kdis): Make class unsigned.
5397
5398 Thu Aug 12 15:08:18 1993  Ian Lance Taylor  (ian@cygnus.com)
5399
5400         * alpha-dis.c (print_insn_alpha): One branch format case was
5401         missing the instruction name.
5402
5403 Wed Aug 11 19:29:39 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5404
5405         * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
5406         Add the arch-specific auxiliary files.
5407         (OFILES): Remove the arch-specific auxiliary files
5408         and use BFD_MACHINES instead of DIS_LIBS.
5409         * configure.in: Set BFD_MACHINES based on --with-targets option.
5410
5411 Thu Aug 12 12:04:53 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5412
5413         * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b).  Similarly
5414         for swc1.
5415
5416 Sun Aug  8 15:09:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5417
5418         * sparc-opc.c: Change CONST to const to deal with gcc
5419         -Dconst=__const -traditional.
5420
5421 Fri Aug  6 10:58:55 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5422
5423         * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
5424         coprocessor instructions out of #if 0, and made them use new
5425         argument type "C".
5426
5427 Thu Aug  5 17:11:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5428
5429         * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
5430
5431 Fri Jul 30 18:48:15 1993  John Gilmore  (gnu@cygnus.com)
5432
5433         * sparc-opc.c:  Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
5434         instruction, for use by the disassembler.
5435
5436         * sparc-dis.c (SEX):  Add sign extension macro.  Replace many
5437         hand-coded sign extensions that depended on 32-bit host ints.
5438         FIXME, we still depend on big-endian host bitfield ordering.
5439         (sparc_print_insn):  Set the insn_info_valid field, and the
5440         other fields that describe the instruction being printed.
5441
5442 Tue Jul 27 17:04:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
5443
5444         * sparc-opc.c (call): Accept all 6 addressing modes valid for
5445         `jmp' instead of just one of them.
5446
5447 Wed Jul 21 11:43:32 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
5448
5449         * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
5450         (fput_fp_reg_r): Renamed from fput_reg_r.
5451         (fput_fp_reg): New function.
5452         (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
5453
5454         * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
5455
5456         * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
5457
5458 Mon Jul 19 13:52:21 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
5459
5460         * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
5461
5462         * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
5463         don't output a space.
5464
5465         * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
5466
5467 Sun Jul 18 16:30:02 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
5468
5469         * mips-opc.c: New file, containing opcode table from
5470         ../include/opcode/mips.h.
5471         * Makefile.in: Add it.
5472
5473 Thu Jul 15 12:37:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5474
5475         * m88k-dis.c: New file, moved in from gdb and changed to use the
5476         new dis-asm.h disassembler interface.
5477         * Makefile.in (DIS_LIBS): Added m88k-dis.o.
5478         (m88k-dis.o): New target.
5479
5480 Tue Jul 13 10:04:16 1993  Ian Lance Taylor  (ian@cygnus.com)
5481
5482         * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
5483         argument string const char * to correspond to opcode/mips.h.
5484
5485 Tue Jul  6 15:18:37 1993  Ian Lance Taylor  (ian@cygnus.com)
5486
5487         * mips-dis.c: Updated to account for name changes in new version
5488         of opcode/mips.h.
5489         * Makefile.in: Added header file dependencies.
5490
5491 Sat Jul  3 23:47:56 1993  Doug Evans  (dje@canuck.cygnus.com)
5492
5493         * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
5494
5495 Thu Jul  1 12:23:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5496
5497         * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
5498         extend, rather than shifts.
5499
5500 Sun Jun 20 20:56:56 1993  Ken Raeburn  (raeburn@poseidon.cygnus.com)
5501
5502         * Makefile.in: Undo 15 June change.
5503
5504 Fri Jun 18 14:15:15 1993  Per Bothner  (bothner@deneb.cygnus.com)
5505
5506         * m68k-dis.c (print_insn_arg):  Change return value to byte count
5507         or error code.
5508         * m68k-dis.c:  Re-write to detect invalid operands before
5509         printing anything, so we can handle this the same way we
5510         handle invalid opcodes.
5511
5512 Thu Jun 17 15:01:36 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
5513
5514         * sh-dis.c, sh-opc.h: Understand some more opcodes.
5515
5516 Wed Jun 16 13:48:05 1993  Ian Lance Taylor  (ian@cygnus.com)
5517
5518         * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
5519         header files.
5520
5521 Tue Jun 15 21:45:26 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
5522
5523         * sparc-dis.c: Don't declare qsort, since sysdep.h might.
5524
5525         * configure.in: Do make sysdep.h link.
5526         * Makefile.in: Search ../include.  Don't search ../bfd.
5527
5528 Tue Jun 15 13:36:10 1993  Stu Grossman  (grossman@cygnus.com)
5529
5530         Changes from Jeff Law, law@cs.utah.edu:
5531         * hppa-dis.c: Fix typo.  'a' and 'd' were reversed.
5532         Do not print a space before the completers specified by
5533         'a' and 'd'.
5534
5535 Fri Jun 11 18:40:21 1993  Ken Raeburn  (raeburn@cygnus.com)
5536
5537         * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
5538         defined, since gdb has been fixed.
5539
5540         Changes from Jeff Law, law@cs.utah.edu:
5541         * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
5542         fput_reg_r, fput_creg, fput_const, and fputs_filtered should
5543         be a *disassemble_info, not a *FILE.
5544         * hppa-dis.c: Support 'd', '!', and 'a'.
5545         * hppa-dis.c: Support 's' to extract a 2 bit space register.
5546         * hppa-dis.c: Delete cases which are no longer needed.
5547
5548 Fri Jun 11 07:53:48 1993  Jim Kingdon  (kingdon@cygnus.com)
5549
5550         * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
5551
5552 Tue Jun  8 12:25:01 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
5553
5554         * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
5555         H8/300-H opcodes.
5556
5557 Mon Jun  7 12:58:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
5558
5559         * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
5560         * configure.in:  No longer need to configure to get sysdep.h.
5561
5562 Thu Jun  3 15:56:49 1993  Stu Grossman  (grossman@cygnus.com)
5563
5564         * Patches from Jeffrey Law <law@cs.utah.edu>.
5565         * hppa-dis.c: Support 'I', 'J', and 'K' in output
5566         templates for 1.1 FP computational instructions.
5567
5568 Tue May 25 13:05:48 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
5569
5570         * h8500-dis.c (print_insn_h8500): Address argument is type
5571         bfd_vma.
5572         * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
5573         Ditto.
5574
5575         * h8500-opc.h (addr_class_type): No comma at end of enumerator.
5576         * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
5577
5578         * sparc-dis.c (compare_opcodes): Move static declaration to
5579         top-level.
5580
5581 Fri May 21 14:17:37 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5582
5583         * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
5584         instruction, remove unimp hack from 'l' argument.
5585
5586 Wed May 19 15:35:54 1993  Stu Grossman  (grossman@cygnus.com)
5587
5588         * z8k-dis.c (fetch_data):  Use unsigned char to make ancient gcc's
5589         happy.
5590
5591 Fri May 14 15:22:46 1993  Ian Lance Taylor  (ian@cygnus.com)
5592
5593         * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
5594         * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
5595         instructions.
5596
5597 Fri May 14 00:09:14 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
5598
5599         * hppa-dis.c: Include dis-asm.h before sysdep.h.  Changed some
5600         arrays of string pointers to 2-d arrays of chars, to save
5601         space.
5602
5603 Thu May  6 20:51:17 1993  Fred Fish  (fnf@cygnus.com)
5604
5605         * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
5606         Cast second arg to read_memory_func to "bfd_byte *", as necessary.
5607
5608 Tue May  4 20:31:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
5609
5610         * hppa-dis.c: New file from Utah, adapted to new disassembler
5611         calling interface.
5612         * Makefile.in: Include it.
5613
5614 Mon Apr 26 18:17:42 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
5615
5616         * sh-dis.c, sh-opc.h: New files.
5617
5618 Fri Apr 23 18:51:22 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
5619
5620         * alpha-dis.c, alpha-opc.h: New files.
5621
5622 Tue Apr  6 12:54:08 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5623
5624         * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
5625         value.
5626
5627 Mon Apr  5 17:37:37 1993  John Gilmore  (gnu@cygnus.com)
5628
5629         * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
5630
5631 Fri Apr  2 07:24:27 1993  Ian Lance Taylor  (ian@cygnus.com)
5632
5633         * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
5634         const.
5635
5636 Thu Apr  1 11:20:43 1993  Jim Kingdon  (kingdon@cygnus.com)
5637
5638         * sparc-dis.c: Use fprintf_func a few places where I forgot,
5639         and double percent signs a few places.
5640
5641         * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
5642
5643         * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
5644         Use info->print_address_func not print_address.
5645
5646         * dis-buf.c (generic_print_address): New function.
5647
5648 Wed Mar 31 10:07:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5649
5650         * Makefile.in: Add sparc-dis.c.
5651         sparc-dis.c: New file, merges binutils and gdb versions as follows:
5652         From GDB:
5653             Add `add' instruction to the set that get checked
5654             for a preceding `sethi' in order to print an absolute address.
5655             * (print_insn):  Disassembly prefers real instructions.
5656             (is_delayed_branch):  Speed up.
5657             * sparc-opcode.h: Add ALIAS bit to aliases.  Fix up opcode tables.
5658             Still missing some float ops, and needs testing.
5659             * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
5660             F_ALIAS.  Use printf, not fprintf, when not passing a file
5661             pointer...
5662             (compare_opcodes): Check that identical instructions have
5663             identical opcodes, complain otherwise.
5664         From binutils:
5665             * New 'm' arg.
5666             * Include reg_names.
5667         From neither:
5668             Use dis-asm.h/read_memory_func interface.
5669
5670 Wed Mar 31 20:49:06 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
5671
5672         * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
5673           deliberately return non-zero to setjmp from longjmp.  Otherwise
5674           this code fails to compile.
5675
5676 Wed Mar 31 17:04:31 1993  Stu Grossman  (grossman@cygnus.com)
5677
5678         * m68k-dis.c:  Fix prototype for fetch_arg().
5679
5680 Wed Mar 31 10:07:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5681
5682         * dis-buf.c: New file, for new read_memory_func interface.
5683         Makefile.in (OFILES): Include it.
5684         m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
5685         Use new read_memory_func interface.
5686
5687 Mon Mar 29 14:02:17 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
5688
5689         * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
5690         * h8500-opc.h: Fix couple of opcodes.
5691
5692 Wed Mar 24 02:03:36 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
5693
5694         * Makefile.in: add dvi & installcheck targets
5695
5696 Mon Mar 22 18:55:04 1993  John Gilmore  (gnu@cygnus.com)
5697
5698         * Makefile.in:  Update for h8500-dis.c.
5699
5700 Fri Mar 19 14:27:17 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
5701
5702         * h8500-dis.c, h8500-opc.h: New files
5703
5704 Thu Mar 18 14:12:37 1993  Per Bothner  (bothner@rtl.cygnus.com)
5705
5706         * mips-dis.c, z8k-dis.c:  Converted to use interface defined in
5707         ../include/dis-asm.h.
5708         * m68k-dis.c:  New file (merge of ../binutils/m68k-pinsn.c
5709         and ../gdb/m68k-pinsn.c).
5710         * i386-dis.c:  New file (merge of ../binutils/i386-pinsn.c
5711         and ../gdb/i386-pinsn.c).
5712         * m68881-ext.c:  New file.  Moved definition of
5713         ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
5714         * Makefile.in:  Adjust for new files.
5715         * i386-dis.c:  Patches from John Hassey (hassey@dg-rtp.dg.com).
5716         * m68k-dis.c:  Recognize '9' placement code, so (say) pflush
5717         can be dis-assembled.
5718
5719 Wed Feb 17 09:19:47 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
5720
5721         * mips-dis.c (print_insn_arg): Now returns void.
5722
5723 Mon Jan 11 16:09:16 1993  Fred Fish  (fnf@cygnus.com)
5724
5725         * mips-dis.c (ansidecl.h):  Include for benefit of sysdep.h
5726         files that use the macros.
5727
5728 Thu Jan  7 13:15:17 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5729
5730         * mips-dis.c: New file, from gdb/mips-pinsn.c.
5731         * Makefile.in (DIS_LIBS): Added mips-dis.o.
5732         (CFILES): Added mips-dis.c.
5733
5734 Thu Jan  7 07:36:33 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
5735
5736         * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
5737         * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
5738
5739 Tue Dec 22 15:42:44 1992  Per Bothner  (bothner@rtl.cygnus.com)
5740
5741         * Makefile.in:  Improve *clean rules.
5742         * configure.in:  Allow a default host.
5743
5744 Tue Nov 17 19:53:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5745
5746         * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
5747         files include other sysdep files
5748
5749 Thu Nov 12 16:10:37 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
5750
5751         * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
5752
5753 Fri Oct  9 04:56:05 1992  John Gilmore  (gnu@cygnus.com)
5754
5755         * configure.in:  For host support, use ../bfd/configure.host
5756         so it stays in sync with the ../bfd/hosts database.
5757
5758 Thu Oct  1 23:38:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5759
5760         * configure.in: use cpu-vendor-os triple instead of nested cases
5761
5762 Wed Sep 30 16:09:20 1992  Michael Werner  (mtw@cygnus.com)
5763
5764         * z8k-dis.c (unparse_instr): fix bug where opcode returned was
5765         *always* the wrong one.
5766
5767 Wed Sep 30 07:42:17 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
5768
5769         * z8kgen.c: added copyright info
5770
5771 Tue Sep 29 12:20:21 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
5772
5773         * z8k-dis.c (unparse_instr): prettier tabs
5774         * z8kgen.c -> z8k-opc.h: bug fixes in tables
5775
5776 Fri Sep 25 12:50:32 1992  Stu Grossman  (grossman at cygnus.com)
5777
5778         * configure.in:  Add ncr* configuration.
5779         * z8k-dis.c (struct instr_data_s):  Make instr_asmsrc char to make
5780         picayune ANSI compilers happy.
5781
5782 Sep 20 08:50:55 1992  Fred Fish  (fnf@cygnus.com)
5783
5784         * configure.in (i386):  Make i386 and i486 synonymous for now.
5785         * configure.in (i[34]86-*-sysv4):  Add my_host definition.
5786
5787 Fri Sep 18 17:01:23 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
5788
5789         * Makefile.in (install): Fix typo.
5790
5791 Fri Sep 18 02:04:24 1992  John Gilmore  (gnu@cygnus.com)
5792
5793         * Makefile.in (make):  Remove obsolete crud.
5794         (sparc-opc.o):  Avoid Sun Make VPATH bug.
5795
5796 Tue Sep  8 17:29:27 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
5797
5798         * Makefile.in: since there are no SUBDIRS, remove rule and
5799         references of subdir_do.
5800
5801 Tue Sep  8 17:02:58 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
5802
5803         * Makefile.in (install): Get the library name right here too.
5804         Don't install bfd.h, since it's unrelated to this library.  No
5805         subdirs to recurse into, either.
5806         (CFILES): The source file has a .c suffix, not .o.
5807
5808         * sparc-opc.c: New file, moved from BFD.
5809         * Makefile.in (OFILES): Build it.
5810
5811 Thu Sep  3 16:59:20 1992  Michael Werner  (mtw@cygnus.com)
5812
5813         * z8k-dis.c: fixed forward refferences of some declarations.
5814
5815 Mon Aug 31 16:09:45 1992  Michael Werner  (mtw@cygnus.com)
5816
5817         * Makefile.in: get the name of the library right
5818
5819 Mon Aug 31 13:47:35 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
5820
5821         * z8k-dis.c: knows how to disassemble z8k stuff
5822         * z8k-opc.h: new file full of z8000 opcodes
5823
5824 \f
5825 Local Variables:
5826 version-control: never
5827 End: