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