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