* alpha-opc.h: Add ldl_l, fix typo for ldq_u.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
bb959d0a
PS
1Fri 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
9978cd4d
ILT
6Tue 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
10Thu 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
cb79d01d
RP
15Wed 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
a0ad6c0f
JK
21Tue 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
27Fri 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
32Fri 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
38Wed 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
42Thu 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
44647fcc
ILT
47Tue 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
a9c686ad
ILT
52Thu Sep 2 10:35:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
53
547998d2
ILT
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).
a9c686ad 62
a5ba0d3f
ILT
63Thu 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
68Thu 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
73Wed 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
320cdccf
ILT
78Mon Aug 23 12:44:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
79
80 * mips-opc.c ("absu"): Removed.
81 ("dabs"): Added.
82
2bef2d3e
ILT
83Fri 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
45b14705
ILT
89Wed 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
ed2fe80f
DM
93Tue 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
e9a30357
ILT
97Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
98
99 * m88k-dis.c (m88kdis): Make class unsigned.
100
101Thu 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
106Wed 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
786e4f1a
ILT
114Thu 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
119Sun 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
11a0aaa7
ILT
124Fri 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
071689e1
JK
130Thu 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
134Fri 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
145Tue 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
4d135f1c
JK
150Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
151
071689e1
JK
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
4d135f1c
JK
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
17068960
JK
161Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
162
b2ad2e64
JK
163 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
164
981b3a27
JK
165 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
166 don't output a space.
167
17068960
JK
168 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
169
32d2052a
JK
170Sun 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
a4c01299
ILT
176Thu 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
37609724
ILT
183Tue 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
fde326fb
ILT
188Tue 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
a5b5f81d
DE
194Sat 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
198Thu 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
203Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
204
205 * Makefile.in: Undo 15 June change.
206
5b6c6336
PB
207Fri 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
219cf232
SC
215Thu 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
91ea6ab0
ILT
219Wed 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
0a3c15c3
KR
224Tue 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
5aef7c67
SG
231Tue 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
112087ed
KR
238Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
239
998f2ef3
KR
240 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
241 defined, since gdb has been fixed.
242
112087ed
KR
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
e6fb7139
JK
251Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
252
253 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
254
255Tue 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
e0a8bcfb
PB
260Mon 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
265Thu 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
271Tue 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
284Fri 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
289Wed 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
294Fri 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
cfa8d061
KR
300Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
301
d698222b
KR
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.
cfa8d061
KR
305
306Thu 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
311Tue 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
317Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
318
319 * sh-dis.c, sh-opc.h: New files.
320
321Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
322
323 * alpha-dis.c, alpha-opc.h: New files.
324
325Tue 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
d802b948
JG
330Mon 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
334Fri 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
720b3aed
JK
339Thu 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
f7ed13c7
JK
351Wed 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
05545edc
RP
373Wed 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
cbe61cc6
SG
379Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
380
381 * m68k-dis.c: Fix prototype for fetch_arg().
382
5d0734a7
JK
383Wed 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
390Mon 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
395Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
396
397 * Makefile.in: add dvi & installcheck targets
398
2cb563e6
JG
399Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
400
401 * Makefile.in: Update for h8500-dis.c.
402
337110ea
SC
403Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
404
405 * h8500-dis.c, h8500-opc.h: New files
406
c840244e
PB
407Thu 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
422Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
423
424 * mips-dis.c (print_insn_arg): Now returns void.
425
426Mon 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
431Thu 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
437Thu 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
442Tue 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
447Tue 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
452Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
453
454 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
455
456Fri 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
d5dcef63
DZ
461Thu 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
0843ea63
MW
465Wed 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
b31a1f81
SC
470Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
471
472 * z8kgen.c: added copyright info
473
447bbbea
SC
474Tue 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
57cae454
SG
479Fri 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
485Sep 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
3a157902
KR
490Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
491
492 * Makefile.in (install): Fix typo.
493
68ca3238
JG
494Fri 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
e5bc6aaf
RP
499Tue 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
68ca3238 502 references of subdir_do.
e5bc6aaf 503
794a16b0
KR
504Tue 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
514Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
515
516 * z8k-dis.c: fixed forward refferences of some declarations.
517
518Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
519
520 * Makefile.in: get the name of the library right
521
a4ccc310
SC
522Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
523
add1fb05 524 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
525 * z8k-opc.h: new file full of z8000 opcodes
526
527
528
This page took 0.081581 seconds and 4 git commands to generate.