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