* gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
[binutils-gdb.git] / opcodes / ChangeLog
1 Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2
3 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.
4 * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
5
6 Tue Oct 5 17:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7
8 * mips-opc.c: Correct lwu opcode value (book had it wrong).
9
10 Thu Sep 30 11:26:18 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
11
12 * z8k-dis.c (FETCH_DATA): get just the right amount of data.
13 (unpack_instr): Cope with ARG_IMM4M1 type instructions.
14
15 Wed Sep 29 16:24:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16
17 * m88k-dis.c (m88kdis): comment change. Remove space after
18 printing mnemonic.
19 (printop): handle new arg types DEC and XREG for m88110.
20
21 Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)
22
23 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
24 type for absolute branch addresses. Delete special
25 "ble" and "be" code in 'W' operand code.
26
27 Fri Sep 24 14:08:33 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
28
29 * mips-opc.c: Set hazard information correctly for branch
30 likely instructions.
31
32 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33
34 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use
35 info->fprintf_func for printing and info->print_address_func for
36 address output.
37
38 Wed Sep 15 12:12:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
39
40 * mips-opc.c: Set INSN_TRAP for tXX instructions.
41
42 Thu Sep 9 10:11:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
43
44 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson):
45 Corrected second case of "b" for disassembler.
46
47 Tue Sep 7 14:25:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
48
49 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls
50 to BFD swapping routines to correspond to BFD name changes.
51
52 Thu Sep 2 10:35:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
53
54 * mips-opc.c: Change div machine instruction to be z,s,t rather
55 than s,t. Change div macro to be d,v,t rather than d,s,t.
56 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
57 rem and remu which generates only the corresponding div
58 instruction. This is for compatibility with the MIPS assembler,
59 which only generates the simple machine instruction when an
60 explicit destination of $0 is used.
61 * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
62
63 Thu Aug 26 17:41:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
64
65 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set
66 WR_31 hazard for bal, bgezal, bltzal.
67
68 Thu Aug 26 17:20:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
69
70 * hppa-dis.c (print_insn_hppa): Use print function
71 from within the disassemble_info, not fprintf_filtered.
72
73 Wed Aug 25 13:51:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
74
75 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
76 Law, law@cs.utah.edu.)
77
78 Mon Aug 23 12:44:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
79
80 * mips-opc.c ("absu"): Removed.
81 ("dabs"): Added.
82
83 Fri Aug 20 10:52:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
84
85 * mips-opc.c: Added r6000 and r4000 instructions and macros.
86 Changed hazard information to distinguish between memory load
87 delays and coprocessor load delays.
88
89 Wed Aug 18 15:39:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
90
91 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
92
93 Tue Aug 17 09:44:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
94
95 * configure.in: Don't pass cpu to config.bfd.
96
97 Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
98
99 * m88k-dis.c (m88kdis): Make class unsigned.
100
101 Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
102
103 * alpha-dis.c (print_insn_alpha): One branch format case was
104 missing the instruction name.
105
106 Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
107
108 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
109 Add the arch-specific auxiliary files.
110 (OFILES): Remove the arch-specific auxiliary files
111 and use BFD_MACHINES instead of DIS_LIBS.
112 * configure.in: Set BFD_MACHINES based on --with-targets option.
113
114 Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
115
116 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
117 for swc1.
118
119 Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
120
121 * sparc-opc.c: Change CONST to const to deal with gcc
122 -Dconst=__const -traditional.
123
124 Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
125
126 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
127 coprocessor instructions out of #if 0, and made them use new
128 argument type "C".
129
130 Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
131
132 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
133
134 Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
135
136 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
137 instruction, for use by the disassembler.
138
139 * sparc-dis.c (SEX): Add sign extension macro. Replace many
140 hand-coded sign extensions that depended on 32-bit host ints.
141 FIXME, we still depend on big-endian host bitfield ordering.
142 (sparc_print_insn): Set the insn_info_valid field, and the
143 other fields that describe the instruction being printed.
144
145 Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
146
147 * sparc-opc.c (call): Accept all 6 addressing modes valid for
148 `jmp' instead of just one of them.
149
150 Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
151
152 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
153 (fput_fp_reg_r): Renamed from fput_reg_r.
154 (fput_fp_reg): New function.
155 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
156
157 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
158
159 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
160
161 Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
162
163 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
164
165 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
166 don't output a space.
167
168 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
169
170 Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
171
172 * mips-opc.c: New file, containing opcode table from
173 ../include/opcode/mips.h.
174 * Makefile.in: Add it.
175
176 Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
177
178 * m88k-dis.c: New file, moved in from gdb and changed to use the
179 new dis-asm.h disassembler interface.
180 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
181 (m88k-dis.o): New target.
182
183 Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
184
185 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
186 argument string const char * to correspond to opcode/mips.h.
187
188 Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
189
190 * mips-dis.c: Updated to account for name changes in new version
191 of opcode/mips.h.
192 * Makefile.in: Added header file dependencies.
193
194 Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
195
196 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
197
198 Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
199
200 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
201 extend, rather than shifts.
202
203 Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
204
205 * Makefile.in: Undo 15 June change.
206
207 Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
208
209 * m68k-dis.c (print_insn_arg): Change return value to byte count
210 or error code.
211 * m68k-dis.c: Re-write to detect invalid operands before
212 printing anything, so we can handle this the same way we
213 handle invalid opcodes.
214
215 Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
216
217 * sh-dis.c, sh-opc.h: Understand some more opcodes.
218
219 Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
220
221 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
222 header files.
223
224 Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
225
226 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
227
228 * configure.in: Do make sysdep.h link.
229 * Makefile.in: Search ../include. Don't search ../bfd.
230
231 Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
232
233 Changes from Jeff Law, law@cs.utah.edu:
234 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
235 Do not print a space before the completers specified by
236 'a' and 'd'.
237
238 Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
239
240 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
241 defined, since gdb has been fixed.
242
243 Changes from Jeff Law, law@cs.utah.edu:
244 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
245 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
246 be a *disassemble_info, not a *FILE.
247 * hppa-dis.c: Support 'd', '!', and 'a'.
248 * hppa-dis.c: Support 's' to extract a 2 bit space register.
249 * hppa-dis.c: Delete cases which are no longer needed.
250
251 Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
252
253 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
254
255 Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
256
257 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
258 H8/300-H opcodes.
259
260 Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
261
262 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
263 * configure.in: No longer need to configure to get sysdep.h.
264
265 Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
266
267 * Patches from Jeffrey Law <law@cs.utah.edu>.
268 * hppa-dis.c: Support 'I', 'J', and 'K' in output
269 templates for 1.1 FP computational instructions.
270
271 Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
272
273 * h8500-dis.c (print_insn_h8500): Address argument is type
274 bfd_vma.
275 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
276 Ditto.
277
278 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
279 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
280
281 * sparc-dis.c (compare_opcodes): Move static declaration to
282 top-level.
283
284 Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
285
286 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
287 instruction, remove unimp hack from 'l' argument.
288
289 Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
290
291 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
292 happy.
293
294 Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
295
296 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
297 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
298 instructions.
299
300 Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
301
302 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
303 arrays of string pointers to 2-d arrays of chars, to save
304 space.
305
306 Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
307
308 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
309 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
310
311 Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
312
313 * hppa-dis.c: New file from Utah, adapted to new disassembler
314 calling interface.
315 * Makefile.in: Include it.
316
317 Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
318
319 * sh-dis.c, sh-opc.h: New files.
320
321 Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
322
323 * alpha-dis.c, alpha-opc.h: New files.
324
325 Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
326
327 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
328 value.
329
330 Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
331
332 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
333
334 Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
335
336 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
337 const.
338
339 Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
340
341 * sparc-dis.c: Use fprintf_func a few places where I forgot,
342 and double percent signs a few places.
343
344 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
345
346 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
347 Use info->print_address_func not print_address.
348
349 * dis-buf.c (generic_print_address): New function.
350
351 Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
352
353 * Makefile.in: Add sparc-dis.c.
354 sparc-dis.c: New file, merges binutils and gdb versions as follows:
355 From GDB:
356 Add `add' instruction to the set that get checked
357 for a preceding `sethi' in order to print an absolute address.
358 * (print_insn): Disassembly prefers real instructions.
359 (is_delayed_branch): Speed up.
360 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
361 Still missing some float ops, and needs testing.
362 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
363 F_ALIAS. Use printf, not fprintf, when not passing a file
364 pointer...
365 (compare_opcodes): Check that identical instructions have
366 identical opcodes, complain otherwise.
367 From binutils:
368 * New 'm' arg.
369 * Include reg_names.
370 From neither:
371 Use dis-asm.h/read_memory_func interface.
372
373 Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
374
375 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
376 deliberately return non-zero to setjmp from longjmp. Otherwise
377 this code fails to compile.
378
379 Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
380
381 * m68k-dis.c: Fix prototype for fetch_arg().
382
383 Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
384
385 * dis-buf.c: New file, for new read_memory_func interface.
386 Makefile.in (OFILES): Include it.
387 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
388 Use new read_memory_func interface.
389
390 Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
391
392 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
393 * h8500-opc.h: Fix couple of opcodes.
394
395 Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
396
397 * Makefile.in: add dvi & installcheck targets
398
399 Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
400
401 * Makefile.in: Update for h8500-dis.c.
402
403 Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
404
405 * h8500-dis.c, h8500-opc.h: New files
406
407 Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
408
409 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
410 ../include/dis-asm.h.
411 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
412 and ../gdb/m68k-pinsn.c).
413 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
414 and ../gdb/i386-pinsn.c).
415 * m68881-ext.c: New file. Moved definition of
416 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
417 * Makefile.in: Adjust for new files.
418 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
419 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
420 can be dis-assembled.
421
422 Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
423
424 * mips-dis.c (print_insn_arg): Now returns void.
425
426 Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
427
428 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
429 files that use the macros.
430
431 Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
432
433 * mips-dis.c: New file, from gdb/mips-pinsn.c.
434 * Makefile.in (DIS_LIBS): Added mips-dis.o.
435 (CFILES): Added mips-dis.c.
436
437 Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
438
439 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
440 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
441
442 Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
443
444 * Makefile.in: Improve *clean rules.
445 * configure.in: Allow a default host.
446
447 Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
448
449 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
450 files include other sysdep files
451
452 Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
453
454 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
455
456 Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
457
458 * configure.in: For host support, use ../bfd/configure.host
459 so it stays in sync with the ../bfd/hosts database.
460
461 Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
462
463 * configure.in: use cpu-vendor-os triple instead of nested cases
464
465 Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
466
467 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
468 *always* the wrong one.
469
470 Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
471
472 * z8kgen.c: added copyright info
473
474 Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
475
476 * z8k-dis.c (unparse_instr): prettier tabs
477 * z8kgen.c -> z8k-opc.h: bug fixes in tables
478
479 Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
480
481 * configure.in: Add ncr* configuration.
482 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
483 picayune ANSI compilers happy.
484
485 Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
486
487 * configure.in (i386): Make i386 and i486 synonymous for now.
488 * configure.in (i[34]86-*-sysv4): Add my_host definition.
489
490 Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
491
492 * Makefile.in (install): Fix typo.
493
494 Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
495
496 * Makefile.in (make): Remove obsolete crud.
497 (sparc-opc.o): Avoid Sun Make VPATH bug.
498
499 Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
500
501 * Makefile.in: since there are no SUBDIRS, remove rule and
502 references of subdir_do.
503
504 Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
505
506 * Makefile.in (install): Get the library name right here too.
507 Don't install bfd.h, since it's unrelated to this library. No
508 subdirs to recurse into, either.
509 (CFILES): The source file has a .c suffix, not .o.
510
511 * sparc-opc.c: New file, moved from BFD.
512 * Makefile.in (OFILES): Build it.
513
514 Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
515
516 * z8k-dis.c: fixed forward refferences of some declarations.
517
518 Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
519
520 * Makefile.in: get the name of the library right
521
522 Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
523
524 * z8k-dis.c: knows how to disassemble z8k stuff
525 * z8k-opc.h: new file full of z8000 opcodes
526
527
528