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