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