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