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