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