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