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