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