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