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