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