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