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