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