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