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