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