Tue Aug 17 09:42:16 1993 David J. Mackenzie (djm@thepub.cygnus.com)
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
e9a30357
ILT
1Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2
3 * m88k-dis.c (m88kdis): Make class unsigned.
4
5Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
6
7 * alpha-dis.c (print_insn_alpha): One branch format case was
8 missing the instruction name.
9
10Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11
12 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
13 Add the arch-specific auxiliary files.
14 (OFILES): Remove the arch-specific auxiliary files
15 and use BFD_MACHINES instead of DIS_LIBS.
16 * configure.in: Set BFD_MACHINES based on --with-targets option.
17
786e4f1a
ILT
18Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19
20 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
21 for swc1.
22
23Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24
25 * sparc-opc.c: Change CONST to const to deal with gcc
26 -Dconst=__const -traditional.
27
11a0aaa7
ILT
28Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
29
30 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
31 coprocessor instructions out of #if 0, and made them use new
32 argument type "C".
33
071689e1
JK
34Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
35
36 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
37
38Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
39
40 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
41 instruction, for use by the disassembler.
42
43 * sparc-dis.c (SEX): Add sign extension macro. Replace many
44 hand-coded sign extensions that depended on 32-bit host ints.
45 FIXME, we still depend on big-endian host bitfield ordering.
46 (sparc_print_insn): Set the insn_info_valid field, and the
47 other fields that describe the instruction being printed.
48
49Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
50
51 * sparc-opc.c (call): Accept all 6 addressing modes valid for
52 `jmp' instead of just one of them.
53
4d135f1c
JK
54Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
55
071689e1
JK
56 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
57 (fput_fp_reg_r): Renamed from fput_reg_r.
58 (fput_fp_reg): New function.
59 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
60
4d135f1c
JK
61 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
62
63 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
64
17068960
JK
65Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
66
b2ad2e64
JK
67 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
68
981b3a27
JK
69 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
70 don't output a space.
71
17068960
JK
72 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
73
32d2052a
JK
74Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
75
76 * mips-opc.c: New file, containing opcode table from
77 ../include/opcode/mips.h.
78 * Makefile.in: Add it.
79
a4c01299
ILT
80Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
81
82 * m88k-dis.c: New file, moved in from gdb and changed to use the
83 new dis-asm.h disassembler interface.
84 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
85 (m88k-dis.o): New target.
86
37609724
ILT
87Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
88
89 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
90 argument string const char * to correspond to opcode/mips.h.
91
fde326fb
ILT
92Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
93
94 * mips-dis.c: Updated to account for name changes in new version
95 of opcode/mips.h.
96 * Makefile.in: Added header file dependencies.
97
a5b5f81d
DE
98Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
99
100 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
101
102Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
103
104 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
105 extend, rather than shifts.
106
107Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
108
109 * Makefile.in: Undo 15 June change.
110
5b6c6336
PB
111Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
112
113 * m68k-dis.c (print_insn_arg): Change return value to byte count
114 or error code.
115 * m68k-dis.c: Re-write to detect invalid operands before
116 printing anything, so we can handle this the same way we
117 handle invalid opcodes.
118
219cf232
SC
119Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
120
121 * sh-dis.c, sh-opc.h: Understand some more opcodes.
122
91ea6ab0
ILT
123Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
124
125 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
126 header files.
127
0a3c15c3
KR
128Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
129
130 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
131
132 * configure.in: Do make sysdep.h link.
133 * Makefile.in: Search ../include. Don't search ../bfd.
134
5aef7c67
SG
135Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
136
137 Changes from Jeff Law, law@cs.utah.edu:
138 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
139 Do not print a space before the completers specified by
140 'a' and 'd'.
141
112087ed
KR
142Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
143
998f2ef3
KR
144 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
145 defined, since gdb has been fixed.
146
112087ed
KR
147 Changes from Jeff Law, law@cs.utah.edu:
148 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
149 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
150 be a *disassemble_info, not a *FILE.
151 * hppa-dis.c: Support 'd', '!', and 'a'.
152 * hppa-dis.c: Support 's' to extract a 2 bit space register.
153 * hppa-dis.c: Delete cases which are no longer needed.
154
e6fb7139
JK
155Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
156
157 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
158
159Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
160
161 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
162 H8/300-H opcodes.
163
e0a8bcfb
PB
164Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
165
166 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
167 * configure.in: No longer need to configure to get sysdep.h.
168
169Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
170
171 * Patches from Jeffrey Law <law@cs.utah.edu>.
172 * hppa-dis.c: Support 'I', 'J', and 'K' in output
173 templates for 1.1 FP computational instructions.
174
175Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
176
177 * h8500-dis.c (print_insn_h8500): Address argument is type
178 bfd_vma.
179 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
180 Ditto.
181
182 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
183 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
184
185 * sparc-dis.c (compare_opcodes): Move static declaration to
186 top-level.
187
188Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
189
190 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
191 instruction, remove unimp hack from 'l' argument.
192
193Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
194
195 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
196 happy.
197
198Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
199
200 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
201 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
202 instructions.
203
cfa8d061
KR
204Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
205
d698222b
KR
206 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
207 arrays of string pointers to 2-d arrays of chars, to save
208 space.
cfa8d061
KR
209
210Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
211
212 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
213 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
214
215Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
216
217 * hppa-dis.c: New file from Utah, adapted to new disassembler
218 calling interface.
219 * Makefile.in: Include it.
220
221Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
222
223 * sh-dis.c, sh-opc.h: New files.
224
225Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
226
227 * alpha-dis.c, alpha-opc.h: New files.
228
229Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
230
231 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
232 value.
233
d802b948
JG
234Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
235
236 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
237
238Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
239
240 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
241 const.
242
720b3aed
JK
243Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
244
245 * sparc-dis.c: Use fprintf_func a few places where I forgot,
246 and double percent signs a few places.
247
248 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
249
250 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
251 Use info->print_address_func not print_address.
252
253 * dis-buf.c (generic_print_address): New function.
254
f7ed13c7
JK
255Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
256
257 * Makefile.in: Add sparc-dis.c.
258 sparc-dis.c: New file, merges binutils and gdb versions as follows:
259 From GDB:
260 Add `add' instruction to the set that get checked
261 for a preceding `sethi' in order to print an absolute address.
262 * (print_insn): Disassembly prefers real instructions.
263 (is_delayed_branch): Speed up.
264 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
265 Still missing some float ops, and needs testing.
266 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
267 F_ALIAS. Use printf, not fprintf, when not passing a file
268 pointer...
269 (compare_opcodes): Check that identical instructions have
270 identical opcodes, complain otherwise.
271 From binutils:
272 * New 'm' arg.
273 * Include reg_names.
274 From neither:
275 Use dis-asm.h/read_memory_func interface.
276
05545edc
RP
277Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
278
279 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
280 deliberately return non-zero to setjmp from longjmp. Otherwise
281 this code fails to compile.
282
cbe61cc6
SG
283Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
284
285 * m68k-dis.c: Fix prototype for fetch_arg().
286
5d0734a7
JK
287Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
288
289 * dis-buf.c: New file, for new read_memory_func interface.
290 Makefile.in (OFILES): Include it.
291 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
292 Use new read_memory_func interface.
293
294Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
295
296 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
297 * h8500-opc.h: Fix couple of opcodes.
298
299Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
300
301 * Makefile.in: add dvi & installcheck targets
302
2cb563e6
JG
303Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
304
305 * Makefile.in: Update for h8500-dis.c.
306
337110ea
SC
307Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
308
309 * h8500-dis.c, h8500-opc.h: New files
310
c840244e
PB
311Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
312
313 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
314 ../include/dis-asm.h.
315 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
316 and ../gdb/m68k-pinsn.c).
317 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
318 and ../gdb/i386-pinsn.c).
319 * m68881-ext.c: New file. Moved definition of
320 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
321 * Makefile.in: Adjust for new files.
322 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
323 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
324 can be dis-assembled.
325
326Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
327
328 * mips-dis.c (print_insn_arg): Now returns void.
329
330Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
331
332 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
333 files that use the macros.
334
335Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
336
337 * mips-dis.c: New file, from gdb/mips-pinsn.c.
338 * Makefile.in (DIS_LIBS): Added mips-dis.o.
339 (CFILES): Added mips-dis.c.
340
341Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
342
343 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
344 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
345
346Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
347
348 * Makefile.in: Improve *clean rules.
349 * configure.in: Allow a default host.
350
351Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
352
353 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
354 files include other sysdep files
355
356Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
357
358 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
359
360Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
361
362 * configure.in: For host support, use ../bfd/configure.host
363 so it stays in sync with the ../bfd/hosts database.
364
d5dcef63
DZ
365Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
366
367 * configure.in: use cpu-vendor-os triple instead of nested cases
368
0843ea63
MW
369Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
370
371 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
372 *always* the wrong one.
373
b31a1f81
SC
374Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
375
376 * z8kgen.c: added copyright info
377
447bbbea
SC
378Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
379
380 * z8k-dis.c (unparse_instr): prettier tabs
381 * z8kgen.c -> z8k-opc.h: bug fixes in tables
382
57cae454
SG
383Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
384
385 * configure.in: Add ncr* configuration.
386 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
387 picayune ANSI compilers happy.
388
389Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
390
391 * configure.in (i386): Make i386 and i486 synonymous for now.
392 * configure.in (i[34]86-*-sysv4): Add my_host definition.
393
3a157902
KR
394Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
395
396 * Makefile.in (install): Fix typo.
397
68ca3238
JG
398Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
399
400 * Makefile.in (make): Remove obsolete crud.
401 (sparc-opc.o): Avoid Sun Make VPATH bug.
402
e5bc6aaf
RP
403Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
404
405 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 406 references of subdir_do.
e5bc6aaf 407
794a16b0
KR
408Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
409
410 * Makefile.in (install): Get the library name right here too.
411 Don't install bfd.h, since it's unrelated to this library. No
412 subdirs to recurse into, either.
413 (CFILES): The source file has a .c suffix, not .o.
414
415 * sparc-opc.c: New file, moved from BFD.
416 * Makefile.in (OFILES): Build it.
417
418Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
419
420 * z8k-dis.c: fixed forward refferences of some declarations.
421
422Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
423
424 * Makefile.in: get the name of the library right
425
a4ccc310
SC
426Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
427
add1fb05 428 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
429 * z8k-opc.h: new file full of z8000 opcodes
430
431
432
This page took 0.090305 seconds and 4 git commands to generate.