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