]> Git Repo - binutils.git/blob - opcodes/ChangeLog
a0bd79dc0bf0b7a99219d203ae67889ab7870e82
[binutils.git] / opcodes / ChangeLog
1 Fri Jun 11 18:40:21 1993  Ken Raeburn  ([email protected])
2
3         Changes from Jeff Law, [email protected]:
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
11 Fri Jun 11 07:53:48 1993  Jim Kingdon  ([email protected])
12
13         * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
14
15 Tue Jun  8 12:25:01 1993  Steve Chamberlain  ([email protected])
16
17         * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
18         H8/300-H opcodes.
19
20 Mon Jun  7 12:58:49 1993  Per Bothner  ([email protected])
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
25 Thu Jun  3 15:56:49 1993  Stu Grossman  ([email protected])
26
27         * Patches from Jeffrey Law <[email protected]>.
28         * hppa-dis.c: Support 'I', 'J', and 'K' in output
29         templates for 1.1 FP computational instructions.
30
31 Tue May 25 13:05:48 1993  Ken Raeburn  ([email protected])
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
44 Fri May 21 14:17:37 1993  Peter Schauer  ([email protected])
45
46         * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
47         instruction, remove unimp hack from 'l' argument.
48
49 Wed May 19 15:35:54 1993  Stu Grossman  ([email protected])
50
51         * z8k-dis.c (fetch_data):  Use unsigned char to make ancient gcc's
52         happy.
53
54 Fri May 14 15:22:46 1993  Ian Lance Taylor  ([email protected])
55
56         * Based on patches from [email protected] (David Johnson):
57         * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
58         instructions.
59
60 Fri May 14 00:09:14 1993  Ken Raeburn  ([email protected])
61
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.
65
66 Thu May  6 20:51:17 1993  Fred Fish  ([email protected])
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
71 Tue May  4 20:31:10 1993  Ken Raeburn  ([email protected])
72
73         * hppa-dis.c: New file from Utah, adapted to new disassembler
74         calling interface.
75         * Makefile.in: Include it.
76
77 Mon Apr 26 18:17:42 1993  Steve Chamberlain  ([email protected])
78
79         * sh-dis.c, sh-opc.h: New files.
80
81 Fri Apr 23 18:51:22 1993  Steve Chamberlain  ([email protected])
82
83         * alpha-dis.c, alpha-opc.h: New files.
84
85 Tue Apr  6 12:54:08 1993  Peter Schauer  ([email protected])
86
87         * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
88         value.
89
90 Mon Apr  5 17:37:37 1993  John Gilmore  ([email protected])
91
92         * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
93
94 Fri Apr  2 07:24:27 1993  Ian Lance Taylor  ([email protected])
95
96         * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
97         const.
98
99 Thu Apr  1 11:20:43 1993  Jim Kingdon  ([email protected])
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
111 Wed Mar 31 10:07:04 1993  Jim Kingdon  ([email protected])
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
133 Wed Mar 31 20:49:06 1993  K. Richard Pixley  ([email protected])
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
139 Wed Mar 31 17:04:31 1993  Stu Grossman  ([email protected])
140
141         * m68k-dis.c:  Fix prototype for fetch_arg().
142
143 Wed Mar 31 10:07:04 1993  Jim Kingdon  ([email protected])
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
150 Mon Mar 29 14:02:17 1993  Steve Chamberlain  ([email protected])
151
152         * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
153         * h8500-opc.h: Fix couple of opcodes.
154
155 Wed Mar 24 02:03:36 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
156
157         * Makefile.in: add dvi & installcheck targets
158
159 Mon Mar 22 18:55:04 1993  John Gilmore  ([email protected])
160
161         * Makefile.in:  Update for h8500-dis.c.
162
163 Fri Mar 19 14:27:17 1993  Steve Chamberlain  ([email protected])
164
165         * h8500-dis.c, h8500-opc.h: New files
166
167 Thu Mar 18 14:12:37 1993  Per Bothner  ([email protected])
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 ([email protected]).
179         * m68k-dis.c:  Recognize '9' placement code, so (say) pflush
180         can be dis-assembled.
181
182 Wed Feb 17 09:19:47 1993  Ken Raeburn  ([email protected])
183
184         * mips-dis.c (print_insn_arg): Now returns void.
185
186 Mon Jan 11 16:09:16 1993  Fred Fish  ([email protected])
187
188         * mips-dis.c (ansidecl.h):  Include for benefit of sysdep.h
189         files that use the macros.
190
191 Thu Jan  7 13:15:17 1993  Ian Lance Taylor  ([email protected])
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
197 Thu Jan  7 07:36:33 1993  Steve Chamberlain  ([email protected])
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
202 Tue Dec 22 15:42:44 1992  Per Bothner  ([email protected])
203
204         * Makefile.in:  Improve *clean rules.
205         * configure.in:  Allow a default host.
206
207 Tue 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
212 Thu Nov 12 16:10:37 1992  Steve Chamberlain  ([email protected])
213
214         * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
215
216 Fri Oct  9 04:56:05 1992  John Gilmore  ([email protected])
217
218         * configure.in:  For host support, use ../bfd/configure.host
219         so it stays in sync with the ../bfd/hosts database.
220
221 Thu 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
225 Wed Sep 30 16:09:20 1992  Michael Werner  ([email protected])
226
227         * z8k-dis.c (unparse_instr): fix bug where opcode returned was
228         *always* the wrong one.
229
230 Wed Sep 30 07:42:17 1992  Steve Chamberlain  ([email protected])
231
232         * z8kgen.c: added copyright info
233
234 Tue Sep 29 12:20:21 1992  Steve Chamberlain  ([email protected])
235
236         * z8k-dis.c (unparse_instr): prettier tabs
237         * z8kgen.c -> z8k-opc.h: bug fixes in tables
238
239 Fri 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
245 Sep 20 08:50:55 1992  Fred Fish  ([email protected])
246
247         * configure.in (i386):  Make i386 and i486 synonymous for now.
248         * configure.in (i[34]86-*-sysv4):  Add my_host definition.
249
250 Fri Sep 18 17:01:23 1992  Ken Raeburn  ([email protected])
251
252         * Makefile.in (install): Fix typo.
253
254 Fri Sep 18 02:04:24 1992  John Gilmore  ([email protected])
255
256         * Makefile.in (make):  Remove obsolete crud.
257         (sparc-opc.o):  Avoid Sun Make VPATH bug.
258
259 Tue Sep  8 17:29:27 1992  K. Richard Pixley  ([email protected])
260
261         * Makefile.in: since there are no SUBDIRS, remove rule and
262         references of subdir_do.
263
264 Tue Sep  8 17:02:58 1992  Ken Raeburn  ([email protected])
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
274 Thu Sep  3 16:59:20 1992  Michael Werner  ([email protected])
275
276         * z8k-dis.c: fixed forward refferences of some declarations.
277
278 Mon Aug 31 16:09:45 1992  Michael Werner  ([email protected])
279
280         * Makefile.in: get the name of the library right
281
282 Mon Aug 31 13:47:35 1992  Steve Chamberlain  ([email protected])
283
284         * z8k-dis.c: knows how to disassemble z8k stuff
285         * z8k-opc.h: new file full of z8000 opcodes
286
287
288
This page took 0.039329 seconds and 2 git commands to generate.