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