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