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