34eebe190bb66fb1946ba92ad70abad7f88993f3
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 Thu Apr 28 18:32:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2
3 * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
4 opcode being examined.
5
6 Thu Apr 21 17:08:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7
8 * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS.
9 (insert_ral, insert_ram, insert_ras): New functions.
10 (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and
11 RAS for store with update.
12
13 Sat Apr 16 23:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14
15 * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
16 (edelsohn@npac.syr.edu).
17
18 Wed Apr 6 17:11:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19
20 * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
21 immediate argument.
22
23 Mon Apr 4 16:30:46 1994 Doug Evans (dje@canuck.cygnus.com)
24
25 * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0".
26
27 Mon Apr 4 13:22:00 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
28
29 * ppc-opc.c (powerpc_operands): The signedp field has been
30 removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag
31 instead. Add new operand SISIGNOPT.
32 (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
33 Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
34 * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
35 than signedp field.
36
37 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
38
39 * i386-dis.c (struct private): Renamed to dis_private. `private'
40 is a reserved word for dynix cc.
41
42 Mon Mar 28 13:00:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
43
44 * configure.in: Change error message to refer to bfd/config.bfd
45 rather than bfd/configure.in.
46
47 Mon Mar 28 12:28:30 1994 David Edelsohn (edelsohn@npac.syr.edu)
48
49 * ppc-opc.c: Define POWER2 as short alias flag.
50 (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and
51 fsqrt.
52
53 Wed Mar 23 12:23:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
54
55 * i960-dis.c (print_insn_i960): Don't read a second word for
56 opcodes 0, 1, 2 and 3.
57
58 Wed Mar 16 15:37:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
59
60 * configure.in: Don't build m68881-ext.o for bfd_m68k_arch.
61
62 Mon Mar 14 14:53:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
63
64 * m68881-ext.c: Removed; no longer used.
65 * Makefile.in: Changed accordingly.
66
67 * m68k-dis.c (ext_format_68881): Don't declare.
68 (print_insn_m68k): If an instruction uses place 'i', it uses at
69 least four fixed bytes.
70 (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For
71 extended float, convert to double using floatformat_to_double, not
72 ieee_extended_to_double, and fetch the data before converting it.
73
74 Tue Mar 8 18:12:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
75
76 * mips-opc.c: It's sqrt.s, not sqrt.w. From
77 davidj@ICSI.Berkeley.EDU (David Johnson).
78
79 Tue Feb 8 16:55:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
80
81 * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the
82 PowerPC uses bdnz[l][a].
83
84 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
85
86 * dis-buf.c, i386-dis.c: Include sysdep.h.
87
88 Mon Feb 7 19:22:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
89
90 * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o.
91
92 * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported
93 by Motorola PowerPC 601 with PPC_OPCODE_601.
94 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc):
95 Disassemble Motorola PowerPC 601 instructions as well as normal
96 PowerPC instructions.
97
98 Sun Feb 6 07:45:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
99
100 * i960-dis.c (reg, mem): Just use a static array instead of
101 calling xmalloc.
102
103 Sat Feb 5 00:04:02 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
104
105 * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
106 condition name index if this is for a negated condition.
107
108 * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
109 Floating point format for 'H' operand is backwards from normal
110 case (0 == double, 1 == single). For '4', '6', '7', '9', and '8'
111 operands (fmpyadd and fmpysub), handle bizarre register
112 translation correctly for single precision format.
113
114 * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
115 or 'I' operands if the next format specifier is 'M' (fcmp
116 condition completer).
117
118 Feb 4 23:38:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
119
120 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a
121 single number giving a bitmask for the MB and ME fields of an M
122 form instruction. Change NB to accept 32, and turn it into 0;
123 also turn 0 into 32 when disassembling. Seperated SH from NB.
124 (insert_mbe, extract_mbe): New functions.
125 (insert_nb, extract_nb): New functions.
126 (SC_MASK): Mask out SA and LK bits.
127 (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT,
128 RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark
129 "bctr" and "bctrl" as accepted by POWER. Change "rlwimi",
130 "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.",
131 "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to
132 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
133 (powerpc_macros): Define table of macro definitions.
134 (powerpc_num_macros): Define.
135
136 * ppc-dis.c (print_insn_powerpc): Don't skip optional operands
137 if PPC_OPERAND_NEXT is set.
138
139 Sat Jan 22 23:10:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
140
141 * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of
142 char. Retrieve contents using bfd_getl32 instead of shifting.
143
144 Fri Jan 21 19:01:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
145
146 * ppc-opc.c: New file. Opcode table for PowerPC, including
147 opcodes for POWER (RS/6000).
148 * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler.
149 * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
150 (CFILES): Add ppc-dis.c.
151 (ppc-dis.o, ppc-opc.o): New targets.
152 * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
153
154 Mon Jan 17 20:05:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
155
156 * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
157 No space before 'u', 'f', or 'N'.
158
159 Sun Jan 16 14:20:16 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
160
161 * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading
162 farther than we should.
163
164 * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.
165
166 Thu Jan 6 12:38:05 1994 David J. Mackenzie (djm@thepub.cygnus.com)
167
168 * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments.
169
170 Wed Jan 5 11:56:21 1994 David J. Mackenzie (djm@thepub.cygnus.com)
171
172 * i960-dis.c (print_insn_i960): Only read word2 if the instruction
173 needs it, to prevent reading past the end of a section.
174
175 Wed Nov 17 17:20:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
176
177 * mips-opc.h: Use macro for j instruction, to support SVR4 PIC.
178 Removed t,A case for la; always use t,A(b) case.
179
180 Mon Nov 8 12:37:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
181
182 From Ted Lemen <mellon@pepper.ncd.com>
183 * mips-dis.c (print_insn_arg): Handle 'k'.
184 * mips-opc.c: Make cache use k, not t.
185
186 Sun Nov 7 23:52:34 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
187
188 * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add
189 FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
190 FLOAT_FORMAT_CODE to put out floating point register names.
191
192 Mon Nov 1 18:17:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
193
194 * mips-opc.c: Use macros for jal variants, to support SVR4 PIC.
195
196 Thu Oct 28 17:42:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
197
198 * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
199
200 Wed Oct 27 11:48:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
201
202 * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
203 larger than 32. Moved dsxx32 variants first for disassembler.
204
205 Mon Oct 25 11:33:14 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
206
207 * z8kgen.c, z8k-opc.h: Add full lda information.
208
209 Tue Oct 19 12:39:25 1993 Jeffrey A Law (law@cs.utah.edu)
210
211 * hppa-dis.c (print_insn_hppa): Do not emit a space after
212 movb instructions. Any necessary space will be emitted by
213 the code to handle nullification completers.
214
215 Wed Oct 13 16:19:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
216
217 * mips-opc.c: Moved l.d down so that it disassembles as ldc1.
218
219 Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
220
221 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.
222 * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
223
224 Tue Oct 5 17:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
225
226 * mips-opc.c: Correct lwu opcode value (book had it wrong).
227
228 Thu Sep 30 11:26:18 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
229
230 * z8k-dis.c (FETCH_DATA): get just the right amount of data.
231 (unpack_instr): Cope with ARG_IMM4M1 type instructions.
232
233 Wed Sep 29 16:24:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
234
235 * m88k-dis.c (m88kdis): comment change. Remove space after
236 printing mnemonic.
237 (printop): handle new arg types DEC and XREG for m88110.
238
239 Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)
240
241 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
242 type for absolute branch addresses. Delete special
243 "ble" and "be" code in 'W' operand code.
244
245 Fri Sep 24 14:08:33 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
246
247 * mips-opc.c: Set hazard information correctly for branch
248 likely instructions.
249
250 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
251
252 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use
253 info->fprintf_func for printing and info->print_address_func for
254 address output.
255
256 Wed Sep 15 12:12:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
257
258 * mips-opc.c: Set INSN_TRAP for tXX instructions.
259
260 Thu Sep 9 10:11:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
261
262 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson):
263 Corrected second case of "b" for disassembler.
264
265 Tue Sep 7 14:25:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
266
267 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls
268 to BFD swapping routines to correspond to BFD name changes.
269
270 Thu Sep 2 10:35:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
271
272 * mips-opc.c: Change div machine instruction to be z,s,t rather
273 than s,t. Change div macro to be d,v,t rather than d,s,t.
274 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
275 rem and remu which generates only the corresponding div
276 instruction. This is for compatibility with the MIPS assembler,
277 which only generates the simple machine instruction when an
278 explicit destination of $0 is used.
279 * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
280
281 Thu Aug 26 17:41:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
282
283 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set
284 WR_31 hazard for bal, bgezal, bltzal.
285
286 Thu Aug 26 17:20:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
287
288 * hppa-dis.c (print_insn_hppa): Use print function
289 from within the disassemble_info, not fprintf_filtered.
290
291 Wed Aug 25 13:51:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
292
293 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
294 Law, law@cs.utah.edu.)
295
296 Mon Aug 23 12:44:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
297
298 * mips-opc.c ("absu"): Removed.
299 ("dabs"): Added.
300
301 Fri Aug 20 10:52:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
302
303 * mips-opc.c: Added r6000 and r4000 instructions and macros.
304 Changed hazard information to distinguish between memory load
305 delays and coprocessor load delays.
306
307 Wed Aug 18 15:39:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
308
309 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
310
311 Tue Aug 17 09:44:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
312
313 * configure.in: Don't pass cpu to config.bfd.
314
315 Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
316
317 * m88k-dis.c (m88kdis): Make class unsigned.
318
319 Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
320
321 * alpha-dis.c (print_insn_alpha): One branch format case was
322 missing the instruction name.
323
324 Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
325
326 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
327 Add the arch-specific auxiliary files.
328 (OFILES): Remove the arch-specific auxiliary files
329 and use BFD_MACHINES instead of DIS_LIBS.
330 * configure.in: Set BFD_MACHINES based on --with-targets option.
331
332 Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
333
334 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
335 for swc1.
336
337 Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
338
339 * sparc-opc.c: Change CONST to const to deal with gcc
340 -Dconst=__const -traditional.
341
342 Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
343
344 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
345 coprocessor instructions out of #if 0, and made them use new
346 argument type "C".
347
348 Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
349
350 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
351
352 Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
353
354 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
355 instruction, for use by the disassembler.
356
357 * sparc-dis.c (SEX): Add sign extension macro. Replace many
358 hand-coded sign extensions that depended on 32-bit host ints.
359 FIXME, we still depend on big-endian host bitfield ordering.
360 (sparc_print_insn): Set the insn_info_valid field, and the
361 other fields that describe the instruction being printed.
362
363 Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
364
365 * sparc-opc.c (call): Accept all 6 addressing modes valid for
366 `jmp' instead of just one of them.
367
368 Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
369
370 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
371 (fput_fp_reg_r): Renamed from fput_reg_r.
372 (fput_fp_reg): New function.
373 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
374
375 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
376
377 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
378
379 Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
380
381 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
382
383 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
384 don't output a space.
385
386 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
387
388 Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
389
390 * mips-opc.c: New file, containing opcode table from
391 ../include/opcode/mips.h.
392 * Makefile.in: Add it.
393
394 Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
395
396 * m88k-dis.c: New file, moved in from gdb and changed to use the
397 new dis-asm.h disassembler interface.
398 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
399 (m88k-dis.o): New target.
400
401 Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
402
403 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
404 argument string const char * to correspond to opcode/mips.h.
405
406 Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
407
408 * mips-dis.c: Updated to account for name changes in new version
409 of opcode/mips.h.
410 * Makefile.in: Added header file dependencies.
411
412 Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
413
414 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
415
416 Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
417
418 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
419 extend, rather than shifts.
420
421 Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
422
423 * Makefile.in: Undo 15 June change.
424
425 Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
426
427 * m68k-dis.c (print_insn_arg): Change return value to byte count
428 or error code.
429 * m68k-dis.c: Re-write to detect invalid operands before
430 printing anything, so we can handle this the same way we
431 handle invalid opcodes.
432
433 Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
434
435 * sh-dis.c, sh-opc.h: Understand some more opcodes.
436
437 Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
438
439 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
440 header files.
441
442 Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
443
444 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
445
446 * configure.in: Do make sysdep.h link.
447 * Makefile.in: Search ../include. Don't search ../bfd.
448
449 Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
450
451 Changes from Jeff Law, law@cs.utah.edu:
452 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
453 Do not print a space before the completers specified by
454 'a' and 'd'.
455
456 Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
457
458 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
459 defined, since gdb has been fixed.
460
461 Changes from Jeff Law, law@cs.utah.edu:
462 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
463 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
464 be a *disassemble_info, not a *FILE.
465 * hppa-dis.c: Support 'd', '!', and 'a'.
466 * hppa-dis.c: Support 's' to extract a 2 bit space register.
467 * hppa-dis.c: Delete cases which are no longer needed.
468
469 Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
470
471 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
472
473 Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
474
475 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
476 H8/300-H opcodes.
477
478 Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
479
480 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
481 * configure.in: No longer need to configure to get sysdep.h.
482
483 Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
484
485 * Patches from Jeffrey Law <law@cs.utah.edu>.
486 * hppa-dis.c: Support 'I', 'J', and 'K' in output
487 templates for 1.1 FP computational instructions.
488
489 Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
490
491 * h8500-dis.c (print_insn_h8500): Address argument is type
492 bfd_vma.
493 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
494 Ditto.
495
496 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
497 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
498
499 * sparc-dis.c (compare_opcodes): Move static declaration to
500 top-level.
501
502 Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
503
504 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
505 instruction, remove unimp hack from 'l' argument.
506
507 Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
508
509 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
510 happy.
511
512 Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
513
514 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
515 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
516 instructions.
517
518 Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
519
520 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
521 arrays of string pointers to 2-d arrays of chars, to save
522 space.
523
524 Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
525
526 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
527 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
528
529 Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
530
531 * hppa-dis.c: New file from Utah, adapted to new disassembler
532 calling interface.
533 * Makefile.in: Include it.
534
535 Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
536
537 * sh-dis.c, sh-opc.h: New files.
538
539 Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
540
541 * alpha-dis.c, alpha-opc.h: New files.
542
543 Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
544
545 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
546 value.
547
548 Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
549
550 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
551
552 Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
553
554 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
555 const.
556
557 Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
558
559 * sparc-dis.c: Use fprintf_func a few places where I forgot,
560 and double percent signs a few places.
561
562 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
563
564 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
565 Use info->print_address_func not print_address.
566
567 * dis-buf.c (generic_print_address): New function.
568
569 Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
570
571 * Makefile.in: Add sparc-dis.c.
572 sparc-dis.c: New file, merges binutils and gdb versions as follows:
573 From GDB:
574 Add `add' instruction to the set that get checked
575 for a preceding `sethi' in order to print an absolute address.
576 * (print_insn): Disassembly prefers real instructions.
577 (is_delayed_branch): Speed up.
578 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
579 Still missing some float ops, and needs testing.
580 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
581 F_ALIAS. Use printf, not fprintf, when not passing a file
582 pointer...
583 (compare_opcodes): Check that identical instructions have
584 identical opcodes, complain otherwise.
585 From binutils:
586 * New 'm' arg.
587 * Include reg_names.
588 From neither:
589 Use dis-asm.h/read_memory_func interface.
590
591 Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
592
593 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
594 deliberately return non-zero to setjmp from longjmp. Otherwise
595 this code fails to compile.
596
597 Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
598
599 * m68k-dis.c: Fix prototype for fetch_arg().
600
601 Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
602
603 * dis-buf.c: New file, for new read_memory_func interface.
604 Makefile.in (OFILES): Include it.
605 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
606 Use new read_memory_func interface.
607
608 Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
609
610 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
611 * h8500-opc.h: Fix couple of opcodes.
612
613 Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
614
615 * Makefile.in: add dvi & installcheck targets
616
617 Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
618
619 * Makefile.in: Update for h8500-dis.c.
620
621 Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
622
623 * h8500-dis.c, h8500-opc.h: New files
624
625 Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
626
627 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
628 ../include/dis-asm.h.
629 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
630 and ../gdb/m68k-pinsn.c).
631 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
632 and ../gdb/i386-pinsn.c).
633 * m68881-ext.c: New file. Moved definition of
634 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
635 * Makefile.in: Adjust for new files.
636 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
637 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
638 can be dis-assembled.
639
640 Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
641
642 * mips-dis.c (print_insn_arg): Now returns void.
643
644 Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
645
646 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
647 files that use the macros.
648
649 Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
650
651 * mips-dis.c: New file, from gdb/mips-pinsn.c.
652 * Makefile.in (DIS_LIBS): Added mips-dis.o.
653 (CFILES): Added mips-dis.c.
654
655 Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
656
657 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
658 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
659
660 Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
661
662 * Makefile.in: Improve *clean rules.
663 * configure.in: Allow a default host.
664
665 Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
666
667 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
668 files include other sysdep files
669
670 Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
671
672 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
673
674 Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
675
676 * configure.in: For host support, use ../bfd/configure.host
677 so it stays in sync with the ../bfd/hosts database.
678
679 Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
680
681 * configure.in: use cpu-vendor-os triple instead of nested cases
682
683 Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
684
685 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
686 *always* the wrong one.
687
688 Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
689
690 * z8kgen.c: added copyright info
691
692 Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
693
694 * z8k-dis.c (unparse_instr): prettier tabs
695 * z8kgen.c -> z8k-opc.h: bug fixes in tables
696
697 Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
698
699 * configure.in: Add ncr* configuration.
700 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
701 picayune ANSI compilers happy.
702
703 Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
704
705 * configure.in (i386): Make i386 and i486 synonymous for now.
706 * configure.in (i[34]86-*-sysv4): Add my_host definition.
707
708 Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
709
710 * Makefile.in (install): Fix typo.
711
712 Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
713
714 * Makefile.in (make): Remove obsolete crud.
715 (sparc-opc.o): Avoid Sun Make VPATH bug.
716
717 Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
718
719 * Makefile.in: since there are no SUBDIRS, remove rule and
720 references of subdir_do.
721
722 Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
723
724 * Makefile.in (install): Get the library name right here too.
725 Don't install bfd.h, since it's unrelated to this library. No
726 subdirs to recurse into, either.
727 (CFILES): The source file has a .c suffix, not .o.
728
729 * sparc-opc.c: New file, moved from BFD.
730 * Makefile.in (OFILES): Build it.
731
732 Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
733
734 * z8k-dis.c: fixed forward refferences of some declarations.
735
736 Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
737
738 * Makefile.in: get the name of the library right
739
740 Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
741
742 * z8k-dis.c: knows how to disassemble z8k stuff
743 * z8k-opc.h: new file full of z8000 opcodes
744
745 \f
746 Local Variables:
747 version-control: never
748 End:
This page took 0.061126 seconds and 4 git commands to generate.