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