tipo
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 Thu Jan 26 18:32:08 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * ppc-opc.c: Changes based on patch from David Edelsohn
4 <edelsohn@mhpcc.edu>.
5 (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of
6 SPR.
7 (FXM_MASK): Define.
8 (insert_tbr): New static function.
9 (extract_tbr): New static function.
10 (XFXFXM_MASK, XFXM): Define.
11 (XSPRBAT_MASK, XSPRG_MASK): Define.
12 (powerpc_opcodes): Add instructions to access special registers by
13 name. Add mtcr and mftbu.
14
15 Tue Jan 17 10:56:43 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
16
17 * mips-opc.c (P3): Define.
18 (mips_opcodes): Add mad and madu.
19
20 Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat>
21
22 * configure.in: Add W65 support.
23 * disassemble.c: Likewise.
24 * w65-opc.h, w65-dis.c: New files.
25
26 Wed Dec 28 22:15:33 1994 Steve Chamberlain (sac@jonny.cygnus.com)
27
28 * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
29 immediates.
30
31 start-sanitize-arc
32 Tue Dec 20 10:36:55 1994 Doug Evans <dje@canuck.cygnus.com>
33
34 * arc-dis.c (print_insn_arc): Branch offsets are relative to delay
35 slot.
36 * arc-opc.c (extract_reladdr): New function.
37 (insert_reladdr): Store address right-shifted by 2.
38 end-sanitize-arc
39
40 Tue Dec 20 11:25:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
41
42 * mips-opc.c: Add dli as a synonym for li.
43
44 start-sanitize-arc
45 Mon Dec 19 12:35:51 1994 Doug Evans <dje@canuck.cygnus.com>
46
47 * arc-opc.c (insertion fns): Pass pointer to value's table entry.
48 All uses changed.
49 (extraction fns): Insn argument now array of two words. Return pointer
50 to value's table entry. All uses changed.
51 (arc_opcode_lookup_suffix): Exported for arc-dis.c.
52 (insert_multshift, extract_multshift): New fns.
53 (arc_operands): Add support for cache bypass suffix. Add support for
54 predefined aux regs. Modifier bits moved to flags field.
55 (arc_opcodes): Likewise.
56 Add mul/mulu/shift insns. Syntax of zero/sign extension insns changed.
57 New insn rlc. Update to syntax in programmer's manual.
58 (arc_reg_names): Fix typo in lp_count. Add predefined aux regs.
59 (arc_suffixes): New synonyms lo,hs for cs,cc. New suffix for cache
60 bypass.
61 (arc_opcode_init_tables): New argument to indicate cpu type.
62 (insert_reg): Handle predefined aux regs.
63 (extract_reg): Likewise.
64 (lookup_register): New fn.
65 * arc-dis.c (arc_condition_codes): Deleted.
66 (print_insn_arc): Handle insns with 32 bit immediate constants better.
67 Clean up modifier handling. Handle predefined aux regs.
68 end-sanitize-arc
69
70 Thu Dec 8 18:23:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
71
72 * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and
73 print something for reserved opcode values, even if it won't
74 assemble again.
75
76 * mips-dis.c (_print_insn_mips): When initializing, shift right
77 and mask, to avoid sign extension problems on the Alpha.
78
79 * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr
80 control registers.
81
82 start-sanitize-arc
83 Tue Nov 29 18:02:43 1994 Doug Evans <dje@canuck.cygnus.com>
84
85 * configure.in: Add ARC support.
86 * disassemble.c: Likewise.
87 * arc-dis.c, arc-opc.c: New files.
88 end-sanitize-arc
89
90 Wed Nov 23 22:34:51 1994 Steve Chamberlain (sac@jonny.cygnus.com)
91
92 * sh-opc.h (mov.l gbr): Get direction right.
93 * sh-dis.c (print_insn_shx): New function.
94 (print_insn_shl, print_insn_sh): Call print_insn_shx to
95 print opcodes with right byte order.
96
97 Thu Nov 3 19:32:22 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
98
99 * ns32k-dis.c (struct ns32k_option): Renamed from struct option,
100 to avoid conflicts with getopt.
101
102 Mon Oct 31 18:48:10 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
103
104 * hppa-dis.c (print_insn_hppa): Read the instruction using
105 bfd_getb32, so that it works on a little endian or 64 bit host.
106 Remove unused local variable op.
107
108 Tue Oct 25 17:07:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
109
110 * mips-opc.c: Use or instead of addu for pseudo-op move, since
111 addu does not work correctly if -mips3.
112
113 Wed Oct 19 13:40:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
114
115 * a29k-dis.c (print_special): Add special register names defined
116 on 29030, 29040 and 29050.
117 (print_insn): Handle new operand type 'I'.
118
119 Wed Oct 12 11:59:55 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
120
121 * Makefile.in (INSTALL): Use top level install.sh script.
122
123 Wed Oct 5 19:16:29 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
124
125 * sparc-dis.c: Rewrite to use bitfields, rather than a union, so
126 that it works on a little endian host.
127
128 Tue Oct 4 12:14:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
129
130 * configure.in: Use ${config_shell} when running config.bfd.
131
132 Wed Sep 21 18:49:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
133
134 * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3.
135
136 Thu Sep 15 16:30:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
137
138 * a29k-dis.c (print_insn): Print the opcode.
139
140 Wed Sep 14 17:52:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
141
142 * mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
143
144 Sun Sep 11 22:32:17 1994 Jeff Law (law@snake.cs.utah.edu)
145
146 * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3.
147
148 Tue Sep 6 11:37:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
149
150 * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions
151 which store a value into memory.
152
153 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
154
155 * configure.in, Makefile.in, disassemble.c: Add support for the ARM.
156 * arm-dis.c, arm-opc.h: New files.
157
158 Fri Aug 5 14:00:05 1994 Stan Shebs (shebs@andros.cygnus.com)
159
160 * Makefile.in (ns32k-dis.o): Add dependency.
161 * ns32k-dis.c (print_insn_arg): Declare initialized local as
162 string, not as array of chars.
163
164 Thu Jul 28 18:14:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
165
166 * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'.
167
168 * sparc-opc.c: Added sparclite extended FP operations, and
169 versions of v9 impdep* instructions permitting specification of
170 the OPF field.
171
172 Tue Jul 26 16:36:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
173
174 * i960-dis.c (reg_names): Now const.
175 (struct sparse_tabent): New type, copied from array type in mem
176 function.
177 (ctrl): Local static array ctrl_tab now const.
178 (cobr): Local static array cobr_tab now const.
179 (mem): Local variables reg1, reg2, reg3 now point to const. Local
180 static variable mem_tab no longer explicitly initialized. Changed
181 mem_init to const array of struct sparse_tabent.
182 (reg): Local static variable reg_tab no longer explicitly
183 initialized. Changed reg_init to const array of struct
184 sparse_tabent.
185 (ea): Local static array scale_tab now const.
186
187 start-sanitize-i960xl
188 * i960-dis.c (reg): Added i960XL instructions to reg_init table.
189 (REG_MAX): Updated.
190 end-sanitize-i960xl
191
192 Tue Jul 19 21:00:00 1994 DJ Delorie (dj@ctron.com)
193
194 * configure.bat: the disassember needs to be enabled for
195 "objdump -d" to work in djgpp.
196
197 Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
198
199 * ns32k-dis.c: Deleted all code in "#ifdef GDB".
200 (invalid_float): Enabled general version, doesn't require running
201 on ns32k host. Changed to take char* argument, and test for
202 explicitly specified sizes, instead of using sizeof() on host CPU
203 types.
204 (INVALID_FLOAT): Cast first argument.
205 (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532,
206 list_P032, list_M032): Now const.
207 (optlist, list_search): Made appropriate arguments now point to
208 const.
209 (print_insn_arg): Changed static array of one-character-string
210 pointers into a static const array of characters; fixed sprintf
211 statement accordingly.
212
213 Sun Jul 10 00:27:47 1994 Ian Dall (dall@hfrd.dsto.gov.au)
214
215 * opcodes/ns32k-dis.c: Semi-new file. Had apparently been dropped
216 from distribution. A ns32k-dis.c from a previous distribution has
217 been brought up to date and supports the new interface.
218
219 * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k.
220
221 * configure.in: add bfd_ns32k_arch target support.
222
223 * Makefile.in: add ns32k-dis.o to ALL_MACHINES.
224 Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o.
225
226 Wed Jun 29 22:10:37 1994 Steve Chamberlain (sac@cygnus.com)
227
228 * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch
229 disassembly right.
230
231 Tue Jun 28 13:22:06 1994 Stan Shebs (shebs@andros.cygnus.com)
232
233 * h8300-dis.c, mips-dis.c: Don't use true and false.
234
235 Thu Jun 23 12:53:19 1994 David J. Mackenzie (djm@rtl.cygnus.com)
236
237 * configure.in: Change --with-targets to --enable-targets.
238
239 Wed Jun 22 13:38:32 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
240
241 * mips-dis.c (_print_insn_mips): Build a static hash table mapping
242 opcodes to the first instruction with that opcode, to speed
243 disassembly of large files. From ralphc@pyramid.com (Ralph
244 Campbell).
245
246 Tue Jun 7 12:49:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
247
248 * Makefile.in (mostlyclean): Fix typo (was mostyclean).
249
250 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
251
252 * configure.bat: update to latest makefile.in
253
254 Sat May 7 17:13:21 1994 Steve Chamberlain (sac@cygnus.com)
255
256 * a29k-dis.c (print_insn): Print 'x' type operand in hex.
257 * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly.
258 * sh-dis.c (print_insn_sh): Don't recur endlessly if delay
259 slot insn is in a delay slot.
260 * z8k-opc.h: (resflg): Fix patterns.
261 * h8500-opc.h Fix CR insn patterns.
262
263 Fri May 6 14:34:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
264
265 * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and
266 "cmpl" before POWER versions, so that gas -many uses them.
267
268 Thu Apr 28 18:32:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
269
270 * disassemble.c: New file.
271 * Makefile.in (OFILES): Add disassemble.o.
272 (disassemble.o): Provide dependencies; compile with $(ARCHDEFS).
273 * configure.in: Define ARCHDEFS in Makefile. Code taken from
274 binutils/configure.in.
275
276 * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
277 opcode being examined.
278
279 Thu Apr 21 17:08:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
280
281 * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS.
282 (insert_ral, insert_ram, insert_ras): New functions.
283 (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and
284 RAS for store with update.
285
286 Sat Apr 16 23:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
287
288 * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
289 (edelsohn@npac.syr.edu).
290
291 Wed Apr 6 17:11:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
292
293 * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
294 immediate argument.
295
296 Mon Apr 4 16:30:46 1994 Doug Evans (dje@canuck.cygnus.com)
297
298 * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0".
299
300 Mon Apr 4 13:22:00 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
301
302 * ppc-opc.c (powerpc_operands): The signedp field has been
303 removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag
304 instead. Add new operand SISIGNOPT.
305 (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
306 Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
307 * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
308 than signedp field.
309
310 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
311
312 * i386-dis.c (struct private): Renamed to dis_private. `private'
313 is a reserved word for dynix cc.
314
315 Mon Mar 28 13:00:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
316
317 * configure.in: Change error message to refer to bfd/config.bfd
318 rather than bfd/configure.in.
319
320 Mon Mar 28 12:28:30 1994 David Edelsohn (edelsohn@npac.syr.edu)
321
322 * ppc-opc.c: Define POWER2 as short alias flag.
323 (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and
324 fsqrt.
325
326 Wed Mar 23 12:23:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
327
328 * i960-dis.c (print_insn_i960): Don't read a second word for
329 opcodes 0, 1, 2 and 3.
330
331 Wed Mar 16 15:37:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
332
333 * configure.in: Don't build m68881-ext.o for bfd_m68k_arch.
334
335 Mon Mar 14 14:53:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
336
337 * m68881-ext.c: Removed; no longer used.
338 * Makefile.in: Changed accordingly.
339
340 * m68k-dis.c (ext_format_68881): Don't declare.
341 (print_insn_m68k): If an instruction uses place 'i', it uses at
342 least four fixed bytes.
343 (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For
344 extended float, convert to double using floatformat_to_double, not
345 ieee_extended_to_double, and fetch the data before converting it.
346
347 Tue Mar 8 18:12:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
348
349 * mips-opc.c: It's sqrt.s, not sqrt.w. From
350 davidj@ICSI.Berkeley.EDU (David Johnson).
351
352 Tue Feb 8 16:55:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
353
354 * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the
355 PowerPC uses bdnz[l][a].
356
357 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
358
359 * dis-buf.c, i386-dis.c: Include sysdep.h.
360
361 Mon Feb 7 19:22:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
362
363 * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o.
364
365 * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported
366 by Motorola PowerPC 601 with PPC_OPCODE_601.
367 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc):
368 Disassemble Motorola PowerPC 601 instructions as well as normal
369 PowerPC instructions.
370
371 Sun Feb 6 07:45:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
372
373 * i960-dis.c (reg, mem): Just use a static array instead of
374 calling xmalloc.
375
376 Sat Feb 5 00:04:02 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
377
378 * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
379 condition name index if this is for a negated condition.
380
381 * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
382 Floating point format for 'H' operand is backwards from normal
383 case (0 == double, 1 == single). For '4', '6', '7', '9', and '8'
384 operands (fmpyadd and fmpysub), handle bizarre register
385 translation correctly for single precision format.
386
387 * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
388 or 'I' operands if the next format specifier is 'M' (fcmp
389 condition completer).
390
391 Feb 4 23:38:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
392
393 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a
394 single number giving a bitmask for the MB and ME fields of an M
395 form instruction. Change NB to accept 32, and turn it into 0;
396 also turn 0 into 32 when disassembling. Seperated SH from NB.
397 (insert_mbe, extract_mbe): New functions.
398 (insert_nb, extract_nb): New functions.
399 (SC_MASK): Mask out SA and LK bits.
400 (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT,
401 RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark
402 "bctr" and "bctrl" as accepted by POWER. Change "rlwimi",
403 "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.",
404 "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to
405 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
406 (powerpc_macros): Define table of macro definitions.
407 (powerpc_num_macros): Define.
408
409 * ppc-dis.c (print_insn_powerpc): Don't skip optional operands
410 if PPC_OPERAND_NEXT is set.
411
412 Sat Jan 22 23:10:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
413
414 * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of
415 char. Retrieve contents using bfd_getl32 instead of shifting.
416
417 Fri Jan 21 19:01:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
418
419 * ppc-opc.c: New file. Opcode table for PowerPC, including
420 opcodes for POWER (RS/6000).
421 * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler.
422 * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
423 (CFILES): Add ppc-dis.c.
424 (ppc-dis.o, ppc-opc.o): New targets.
425 * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
426
427 Mon Jan 17 20:05:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
428
429 * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
430 No space before 'u', 'f', or 'N'.
431
432 Sun Jan 16 14:20:16 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
433
434 * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading
435 farther than we should.
436
437 * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.
438
439 Thu Jan 6 12:38:05 1994 David J. Mackenzie (djm@thepub.cygnus.com)
440
441 * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments.
442
443 Wed Jan 5 11:56:21 1994 David J. Mackenzie (djm@thepub.cygnus.com)
444
445 * i960-dis.c (print_insn_i960): Only read word2 if the instruction
446 needs it, to prevent reading past the end of a section.
447
448 Wed Nov 17 17:20:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
449
450 * mips-opc.h: Use macro for j instruction, to support SVR4 PIC.
451 Removed t,A case for la; always use t,A(b) case.
452
453 Mon Nov 8 12:37:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
454
455 From Ted Lemen <mellon@pepper.ncd.com>
456 * mips-dis.c (print_insn_arg): Handle 'k'.
457 * mips-opc.c: Make cache use k, not t.
458
459 Sun Nov 7 23:52:34 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
460
461 * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add
462 FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
463 FLOAT_FORMAT_CODE to put out floating point register names.
464
465 Mon Nov 1 18:17:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
466
467 * mips-opc.c: Use macros for jal variants, to support SVR4 PIC.
468
469 Thu Oct 28 17:42:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
470
471 * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
472
473 Wed Oct 27 11:48:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
474
475 * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
476 larger than 32. Moved dsxx32 variants first for disassembler.
477
478 Mon Oct 25 11:33:14 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
479
480 * z8kgen.c, z8k-opc.h: Add full lda information.
481
482 Tue Oct 19 12:39:25 1993 Jeffrey A Law (law@cs.utah.edu)
483
484 * hppa-dis.c (print_insn_hppa): Do not emit a space after
485 movb instructions. Any necessary space will be emitted by
486 the code to handle nullification completers.
487
488 Wed Oct 13 16:19:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
489
490 * mips-opc.c: Moved l.d down so that it disassembles as ldc1.
491
492 Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
493
494 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.
495 * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
496
497 Tue Oct 5 17:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
498
499 * mips-opc.c: Correct lwu opcode value (book had it wrong).
500
501 Thu Sep 30 11:26:18 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
502
503 * z8k-dis.c (FETCH_DATA): get just the right amount of data.
504 (unpack_instr): Cope with ARG_IMM4M1 type instructions.
505
506 Wed Sep 29 16:24:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
507
508 * m88k-dis.c (m88kdis): comment change. Remove space after
509 printing mnemonic.
510 (printop): handle new arg types DEC and XREG for m88110.
511
512 Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)
513
514 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
515 type for absolute branch addresses. Delete special
516 "ble" and "be" code in 'W' operand code.
517
518 Fri Sep 24 14:08:33 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
519
520 * mips-opc.c: Set hazard information correctly for branch
521 likely instructions.
522
523 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
524
525 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use
526 info->fprintf_func for printing and info->print_address_func for
527 address output.
528
529 Wed Sep 15 12:12:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
530
531 * mips-opc.c: Set INSN_TRAP for tXX instructions.
532
533 Thu Sep 9 10:11:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
534
535 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson):
536 Corrected second case of "b" for disassembler.
537
538 Tue Sep 7 14:25:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
539
540 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls
541 to BFD swapping routines to correspond to BFD name changes.
542
543 Thu Sep 2 10:35:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
544
545 * mips-opc.c: Change div machine instruction to be z,s,t rather
546 than s,t. Change div macro to be d,v,t rather than d,s,t.
547 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
548 rem and remu which generates only the corresponding div
549 instruction. This is for compatibility with the MIPS assembler,
550 which only generates the simple machine instruction when an
551 explicit destination of $0 is used.
552 * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
553
554 Thu Aug 26 17:41:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
555
556 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set
557 WR_31 hazard for bal, bgezal, bltzal.
558
559 Thu Aug 26 17:20:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
560
561 * hppa-dis.c (print_insn_hppa): Use print function
562 from within the disassemble_info, not fprintf_filtered.
563
564 Wed Aug 25 13:51:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
565
566 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
567 Law, law@cs.utah.edu.)
568
569 Mon Aug 23 12:44:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
570
571 * mips-opc.c ("absu"): Removed.
572 ("dabs"): Added.
573
574 Fri Aug 20 10:52:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
575
576 * mips-opc.c: Added r6000 and r4000 instructions and macros.
577 Changed hazard information to distinguish between memory load
578 delays and coprocessor load delays.
579
580 Wed Aug 18 15:39:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
581
582 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
583
584 Tue Aug 17 09:44:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
585
586 * configure.in: Don't pass cpu to config.bfd.
587
588 Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
589
590 * m88k-dis.c (m88kdis): Make class unsigned.
591
592 Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
593
594 * alpha-dis.c (print_insn_alpha): One branch format case was
595 missing the instruction name.
596
597 Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
598
599 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
600 Add the arch-specific auxiliary files.
601 (OFILES): Remove the arch-specific auxiliary files
602 and use BFD_MACHINES instead of DIS_LIBS.
603 * configure.in: Set BFD_MACHINES based on --with-targets option.
604
605 Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
606
607 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
608 for swc1.
609
610 Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
611
612 * sparc-opc.c: Change CONST to const to deal with gcc
613 -Dconst=__const -traditional.
614
615 Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
616
617 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
618 coprocessor instructions out of #if 0, and made them use new
619 argument type "C".
620
621 Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
622
623 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
624
625 Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
626
627 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
628 instruction, for use by the disassembler.
629
630 * sparc-dis.c (SEX): Add sign extension macro. Replace many
631 hand-coded sign extensions that depended on 32-bit host ints.
632 FIXME, we still depend on big-endian host bitfield ordering.
633 (sparc_print_insn): Set the insn_info_valid field, and the
634 other fields that describe the instruction being printed.
635
636 Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
637
638 * sparc-opc.c (call): Accept all 6 addressing modes valid for
639 `jmp' instead of just one of them.
640
641 Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
642
643 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
644 (fput_fp_reg_r): Renamed from fput_reg_r.
645 (fput_fp_reg): New function.
646 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
647
648 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
649
650 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
651
652 Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
653
654 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
655
656 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
657 don't output a space.
658
659 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
660
661 Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
662
663 * mips-opc.c: New file, containing opcode table from
664 ../include/opcode/mips.h.
665 * Makefile.in: Add it.
666
667 Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
668
669 * m88k-dis.c: New file, moved in from gdb and changed to use the
670 new dis-asm.h disassembler interface.
671 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
672 (m88k-dis.o): New target.
673
674 Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
675
676 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
677 argument string const char * to correspond to opcode/mips.h.
678
679 Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
680
681 * mips-dis.c: Updated to account for name changes in new version
682 of opcode/mips.h.
683 * Makefile.in: Added header file dependencies.
684
685 Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
686
687 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
688
689 Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
690
691 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
692 extend, rather than shifts.
693
694 Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
695
696 * Makefile.in: Undo 15 June change.
697
698 Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
699
700 * m68k-dis.c (print_insn_arg): Change return value to byte count
701 or error code.
702 * m68k-dis.c: Re-write to detect invalid operands before
703 printing anything, so we can handle this the same way we
704 handle invalid opcodes.
705
706 Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
707
708 * sh-dis.c, sh-opc.h: Understand some more opcodes.
709
710 Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
711
712 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
713 header files.
714
715 Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
716
717 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
718
719 * configure.in: Do make sysdep.h link.
720 * Makefile.in: Search ../include. Don't search ../bfd.
721
722 Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
723
724 Changes from Jeff Law, law@cs.utah.edu:
725 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
726 Do not print a space before the completers specified by
727 'a' and 'd'.
728
729 Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
730
731 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
732 defined, since gdb has been fixed.
733
734 Changes from Jeff Law, law@cs.utah.edu:
735 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
736 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
737 be a *disassemble_info, not a *FILE.
738 * hppa-dis.c: Support 'd', '!', and 'a'.
739 * hppa-dis.c: Support 's' to extract a 2 bit space register.
740 * hppa-dis.c: Delete cases which are no longer needed.
741
742 Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
743
744 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
745
746 Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
747
748 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
749 H8/300-H opcodes.
750
751 Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
752
753 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
754 * configure.in: No longer need to configure to get sysdep.h.
755
756 Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
757
758 * Patches from Jeffrey Law <law@cs.utah.edu>.
759 * hppa-dis.c: Support 'I', 'J', and 'K' in output
760 templates for 1.1 FP computational instructions.
761
762 Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
763
764 * h8500-dis.c (print_insn_h8500): Address argument is type
765 bfd_vma.
766 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
767 Ditto.
768
769 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
770 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
771
772 * sparc-dis.c (compare_opcodes): Move static declaration to
773 top-level.
774
775 Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
776
777 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
778 instruction, remove unimp hack from 'l' argument.
779
780 Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
781
782 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
783 happy.
784
785 Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
786
787 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
788 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
789 instructions.
790
791 Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
792
793 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
794 arrays of string pointers to 2-d arrays of chars, to save
795 space.
796
797 Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
798
799 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
800 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
801
802 Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
803
804 * hppa-dis.c: New file from Utah, adapted to new disassembler
805 calling interface.
806 * Makefile.in: Include it.
807
808 Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
809
810 * sh-dis.c, sh-opc.h: New files.
811
812 Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
813
814 * alpha-dis.c, alpha-opc.h: New files.
815
816 Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
817
818 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
819 value.
820
821 Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
822
823 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
824
825 Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
826
827 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
828 const.
829
830 Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
831
832 * sparc-dis.c: Use fprintf_func a few places where I forgot,
833 and double percent signs a few places.
834
835 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
836
837 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
838 Use info->print_address_func not print_address.
839
840 * dis-buf.c (generic_print_address): New function.
841
842 Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
843
844 * Makefile.in: Add sparc-dis.c.
845 sparc-dis.c: New file, merges binutils and gdb versions as follows:
846 From GDB:
847 Add `add' instruction to the set that get checked
848 for a preceding `sethi' in order to print an absolute address.
849 * (print_insn): Disassembly prefers real instructions.
850 (is_delayed_branch): Speed up.
851 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
852 Still missing some float ops, and needs testing.
853 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
854 F_ALIAS. Use printf, not fprintf, when not passing a file
855 pointer...
856 (compare_opcodes): Check that identical instructions have
857 identical opcodes, complain otherwise.
858 From binutils:
859 * New 'm' arg.
860 * Include reg_names.
861 From neither:
862 Use dis-asm.h/read_memory_func interface.
863
864 Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
865
866 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
867 deliberately return non-zero to setjmp from longjmp. Otherwise
868 this code fails to compile.
869
870 Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
871
872 * m68k-dis.c: Fix prototype for fetch_arg().
873
874 Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
875
876 * dis-buf.c: New file, for new read_memory_func interface.
877 Makefile.in (OFILES): Include it.
878 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
879 Use new read_memory_func interface.
880
881 Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
882
883 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
884 * h8500-opc.h: Fix couple of opcodes.
885
886 Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
887
888 * Makefile.in: add dvi & installcheck targets
889
890 Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
891
892 * Makefile.in: Update for h8500-dis.c.
893
894 Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
895
896 * h8500-dis.c, h8500-opc.h: New files
897
898 Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
899
900 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
901 ../include/dis-asm.h.
902 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
903 and ../gdb/m68k-pinsn.c).
904 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
905 and ../gdb/i386-pinsn.c).
906 * m68881-ext.c: New file. Moved definition of
907 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
908 * Makefile.in: Adjust for new files.
909 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
910 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
911 can be dis-assembled.
912
913 Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
914
915 * mips-dis.c (print_insn_arg): Now returns void.
916
917 Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
918
919 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
920 files that use the macros.
921
922 Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
923
924 * mips-dis.c: New file, from gdb/mips-pinsn.c.
925 * Makefile.in (DIS_LIBS): Added mips-dis.o.
926 (CFILES): Added mips-dis.c.
927
928 Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
929
930 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
931 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
932
933 Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
934
935 * Makefile.in: Improve *clean rules.
936 * configure.in: Allow a default host.
937
938 Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
939
940 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
941 files include other sysdep files
942
943 Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
944
945 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
946
947 Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
948
949 * configure.in: For host support, use ../bfd/configure.host
950 so it stays in sync with the ../bfd/hosts database.
951
952 Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
953
954 * configure.in: use cpu-vendor-os triple instead of nested cases
955
956 Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
957
958 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
959 *always* the wrong one.
960
961 Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
962
963 * z8kgen.c: added copyright info
964
965 Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
966
967 * z8k-dis.c (unparse_instr): prettier tabs
968 * z8kgen.c -> z8k-opc.h: bug fixes in tables
969
970 Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
971
972 * configure.in: Add ncr* configuration.
973 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
974 picayune ANSI compilers happy.
975
976 Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
977
978 * configure.in (i386): Make i386 and i486 synonymous for now.
979 * configure.in (i[34]86-*-sysv4): Add my_host definition.
980
981 Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
982
983 * Makefile.in (install): Fix typo.
984
985 Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
986
987 * Makefile.in (make): Remove obsolete crud.
988 (sparc-opc.o): Avoid Sun Make VPATH bug.
989
990 Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
991
992 * Makefile.in: since there are no SUBDIRS, remove rule and
993 references of subdir_do.
994
995 Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
996
997 * Makefile.in (install): Get the library name right here too.
998 Don't install bfd.h, since it's unrelated to this library. No
999 subdirs to recurse into, either.
1000 (CFILES): The source file has a .c suffix, not .o.
1001
1002 * sparc-opc.c: New file, moved from BFD.
1003 * Makefile.in (OFILES): Build it.
1004
1005 Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
1006
1007 * z8k-dis.c: fixed forward refferences of some declarations.
1008
1009 Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
1010
1011 * Makefile.in: get the name of the library right
1012
1013 Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1014
1015 * z8k-dis.c: knows how to disassemble z8k stuff
1016 * z8k-opc.h: new file full of z8000 opcodes
1017
1018 \f
1019 Local Variables:
1020 version-control: never
1021 End:
This page took 0.062364 seconds and 5 git commands to generate.