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