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