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