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