]>
Commit | Line | Data |
---|---|---|
e3960b96 JL |
1 | Sat Feb 5 00:04:02 1994 Jeffrey A. Law ([email protected]) |
2 | ||
3 | * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F' | |
4 | or 'I' operands if the next format specifier is 'M' (fcmp | |
5 | condition completer). | |
6 | ||
7 | Feb 4 23:38:03 1994 Ian Lance Taylor ([email protected]) | |
1c214e4c ILT |
8 | |
9 | * ppc-opc.c (powerpc_operands): New operand type MBE to handle a | |
10 | single number giving a bitmask for the MB and ME fields of an M | |
11 | form instruction. Change NB to accept 32, and turn it into 0; | |
12 | also turn 0 into 32 when disassembling. Seperated SH from NB. | |
13 | (insert_mbe, extract_mbe): New functions. | |
14 | (insert_nb, extract_nb): New functions. | |
15 | (SC_MASK): Mask out SA and LK bits. | |
16 | (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT, | |
17 | RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark | |
18 | "bctr" and "bctrl" as accepted by POWER. Change "rlwimi", | |
19 | "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.", | |
20 | "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to | |
21 | use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions. | |
22 | (powerpc_macros): Define table of macro definitions. | |
23 | (powerpc_num_macros): Define. | |
24 | ||
25 | * ppc-dis.c (print_insn_powerpc): Don't skip optional operands | |
26 | if PPC_OPERAND_NEXT is set. | |
27 | ||
28 | Sat Jan 22 23:10:07 1994 Ian Lance Taylor ([email protected]) | |
29 | ||
30 | * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of | |
31 | char. Retrieve contents using bfd_getl32 instead of shifting. | |
32 | ||
1211751d ILT |
33 | Fri Jan 21 19:01:39 1994 Ian Lance Taylor ([email protected]) |
34 | ||
35 | * ppc-opc.c: New file. Opcode table for PowerPC, including | |
36 | opcodes for POWER (RS/6000). | |
37 | * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler. | |
38 | * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o. | |
39 | (CFILES): Add ppc-dis.c. | |
40 | (ppc-dis.o, ppc-opc.o): New targets. | |
41 | * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch. | |
42 | ||
f037e5b0 JL |
43 | Mon Jan 17 20:05:49 1994 Jeffrey A. Law ([email protected]) |
44 | ||
45 | * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template. | |
46 | No space before 'u', 'f', or 'N'. | |
47 | ||
a279b1f5 JK |
48 | Sun Jan 16 14:20:16 1994 Jim Kingdon ([email protected]) |
49 | ||
4baf1a8c JK |
50 | * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading |
51 | farther than we should. | |
52 | ||
a279b1f5 JK |
53 | * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS. |
54 | ||
55 | Thu Jan 6 12:38:05 1994 David J. Mackenzie ([email protected]) | |
56 | ||
57 | * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments. | |
58 | ||
59 | Wed Jan 5 11:56:21 1994 David J. Mackenzie ([email protected]) | |
60 | ||
61 | * i960-dis.c (print_insn_i960): Only read word2 if the instruction | |
62 | needs it, to prevent reading past the end of a section. | |
63 | ||
64 | Wed Nov 17 17:20:12 1993 Ian Lance Taylor ([email protected]) | |
65 | ||
66 | * mips-opc.h: Use macro for j instruction, to support SVR4 PIC. | |
67 | Removed t,A case for la; always use t,A(b) case. | |
68 | ||
69 | Mon Nov 8 12:37:36 1993 Ian Lance Taylor ([email protected]) | |
70 | ||
71 | From Ted Lemen <[email protected]> | |
72 | * mips-dis.c (print_insn_arg): Handle 'k'. | |
73 | * mips-opc.c: Make cache use k, not t. | |
74 | ||
ba936a2e PS |
75 | Sun Nov 7 23:52:34 1993 Peter Schauer ([email protected]) |
76 | ||
77 | * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add | |
78 | FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct | |
79 | FLOAT_FORMAT_CODE to put out floating point register names. | |
80 | ||
81 | Mon Nov 1 18:17:51 1993 Ian Lance Taylor ([email protected]) | |
82 | ||
83 | * mips-opc.c: Use macros for jal variants, to support SVR4 PIC. | |
84 | ||
bf04fba0 JK |
85 | Thu Oct 28 17:42:23 1993 Ian Lance Taylor ([email protected]) |
86 | ||
87 | * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x. | |
88 | ||
70643dbc ILT |
89 | Wed Oct 27 11:48:01 1993 Ian Lance Taylor ([email protected]) |
90 | ||
91 | * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts | |
92 | larger than 32. Moved dsxx32 variants first for disassembler. | |
93 | ||
07bf1ce5 SC |
94 | Mon Oct 25 11:33:14 1993 Steve Chamberlain ([email protected]) |
95 | ||
96 | * z8kgen.c, z8k-opc.h: Add full lda information. | |
97 | ||
98 | Tue Oct 19 12:39:25 1993 Jeffrey A Law ([email protected]) | |
99 | ||
100 | * hppa-dis.c (print_insn_hppa): Do not emit a space after | |
101 | movb instructions. Any necessary space will be emitted by | |
102 | the code to handle nullification completers. | |
103 | ||
104 | Wed Oct 13 16:19:07 1993 Ian Lance Taylor ([email protected]) | |
105 | ||
106 | * mips-opc.c: Moved l.d down so that it disassembles as ldc1. | |
107 | ||
bb959d0a PS |
108 | Fri Oct 8 02:34:21 1993 Peter Schauer ([email protected]) |
109 | ||
110 | * alpha-opc.h: Add ldl_l, fix typo for ldq_u. | |
111 | * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE. | |
112 | ||
9978cd4d ILT |
113 | Tue Oct 5 17:47:53 1993 Ian Lance Taylor ([email protected]) |
114 | ||
115 | * mips-opc.c: Correct lwu opcode value (book had it wrong). | |
116 | ||
117 | Thu Sep 30 11:26:18 1993 Steve Chamberlain ([email protected]) | |
118 | ||
119 | * z8k-dis.c (FETCH_DATA): get just the right amount of data. | |
120 | (unpack_instr): Cope with ARG_IMM4M1 type instructions. | |
121 | ||
cb79d01d RP |
122 | Wed Sep 29 16:24:49 1993 K. Richard Pixley ([email protected]) |
123 | ||
124 | * m88k-dis.c (m88kdis): comment change. Remove space after | |
125 | printing mnemonic. | |
126 | (printop): handle new arg types DEC and XREG for m88110. | |
127 | ||
a0ad6c0f JK |
128 | Tue Sep 28 19:20:16 1993 Jeffrey A Law ([email protected]) |
129 | ||
130 | * hppa-dis.c (print_insn_hppa): Handle 'z' operand | |
131 | type for absolute branch addresses. Delete special | |
132 | "ble" and "be" code in 'W' operand code. | |
133 | ||
134 | Fri Sep 24 14:08:33 1993 Ian Lance Taylor ([email protected]) | |
135 | ||
136 | * mips-opc.c: Set hazard information correctly for branch | |
137 | likely instructions. | |
138 | ||
139 | Fri Sep 17 04:41:17 1993 Peter Schauer ([email protected]) | |
140 | ||
141 | * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use | |
142 | info->fprintf_func for printing and info->print_address_func for | |
143 | address output. | |
144 | ||
145 | Wed Sep 15 12:12:07 1993 Ian Lance Taylor ([email protected]) | |
146 | ||
147 | * mips-opc.c: Set INSN_TRAP for tXX instructions. | |
148 | ||
149 | Thu Sep 9 10:11:27 1993 Ian Lance Taylor ([email protected]) | |
150 | ||
151 | * mips-opc.c: From [email protected] (David Johnson): | |
152 | Corrected second case of "b" for disassembler. | |
153 | ||
44647fcc ILT |
154 | Tue Sep 7 14:25:15 1993 Ian Lance Taylor ([email protected]) |
155 | ||
156 | * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls | |
157 | to BFD swapping routines to correspond to BFD name changes. | |
158 | ||
a9c686ad ILT |
159 | Thu Sep 2 10:35:25 1993 Ian Lance Taylor ([email protected]) |
160 | ||
547998d2 ILT |
161 | * mips-opc.c: Change div machine instruction to be z,s,t rather |
162 | than s,t. Change div macro to be d,v,t rather than d,s,t. | |
163 | Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu, | |
164 | rem and remu which generates only the corresponding div | |
165 | instruction. This is for compatibility with the MIPS assembler, | |
166 | which only generates the simple machine instruction when an | |
167 | explicit destination of $0 is used. | |
168 | * mips-dis.c (print_insn_arg): Handle 'z' (always register zero). | |
a9c686ad | 169 | |
a5ba0d3f ILT |
170 | Thu Aug 26 17:41:44 1993 Ian Lance Taylor ([email protected]) |
171 | ||
172 | * mips-opc.c: From [email protected] (David Johnson): Set | |
173 | WR_31 hazard for bal, bgezal, bltzal. | |
174 | ||
175 | Thu Aug 26 17:20:02 1993 Jim Kingdon ([email protected]) | |
176 | ||
177 | * hppa-dis.c (print_insn_hppa): Use print function | |
178 | from within the disassemble_info, not fprintf_filtered. | |
179 | ||
180 | Wed Aug 25 13:51:40 1993 Ken Raeburn ([email protected]) | |
181 | ||
182 | * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff | |
183 | Law, [email protected].) | |
184 | ||
320cdccf ILT |
185 | Mon Aug 23 12:44:05 1993 Ian Lance Taylor ([email protected]) |
186 | ||
187 | * mips-opc.c ("absu"): Removed. | |
188 | ("dabs"): Added. | |
189 | ||
2bef2d3e ILT |
190 | Fri Aug 20 10:52:52 1993 Ian Lance Taylor ([email protected]) |
191 | ||
192 | * mips-opc.c: Added r6000 and r4000 instructions and macros. | |
193 | Changed hazard information to distinguish between memory load | |
194 | delays and coprocessor load delays. | |
195 | ||
45b14705 ILT |
196 | Wed Aug 18 15:39:23 1993 Ian Lance Taylor ([email protected]) |
197 | ||
198 | * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s. | |
199 | ||
ed2fe80f DM |
200 | Tue Aug 17 09:44:42 1993 David J. Mackenzie ([email protected]) |
201 | ||
202 | * configure.in: Don't pass cpu to config.bfd. | |
203 | ||
e9a30357 ILT |
204 | Tue Aug 17 12:23:52 1993 Ian Lance Taylor ([email protected]) |
205 | ||
206 | * m88k-dis.c (m88kdis): Make class unsigned. | |
207 | ||
208 | Thu Aug 12 15:08:18 1993 Ian Lance Taylor ([email protected]) | |
209 | ||
210 | * alpha-dis.c (print_insn_alpha): One branch format case was | |
211 | missing the instruction name. | |
212 | ||
213 | Wed Aug 11 19:29:39 1993 David J. Mackenzie ([email protected]) | |
214 | ||
215 | * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS. | |
216 | Add the arch-specific auxiliary files. | |
217 | (OFILES): Remove the arch-specific auxiliary files | |
218 | and use BFD_MACHINES instead of DIS_LIBS. | |
219 | * configure.in: Set BFD_MACHINES based on --with-targets option. | |
220 | ||
786e4f1a ILT |
221 | Thu Aug 12 12:04:53 1993 Ian Lance Taylor ([email protected]) |
222 | ||
223 | * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly | |
224 | for swc1. | |
225 | ||
226 | Sun Aug 8 15:09:30 1993 Jim Kingdon ([email protected]) | |
227 | ||
228 | * sparc-opc.c: Change CONST to const to deal with gcc | |
229 | -Dconst=__const -traditional. | |
230 | ||
11a0aaa7 ILT |
231 | Fri Aug 6 10:58:55 1993 Ian Lance Taylor ([email protected]) |
232 | ||
233 | * mips-opc.c: From [email protected] (David Johnson): Took | |
234 | coprocessor instructions out of #if 0, and made them use new | |
235 | argument type "C". | |
236 | ||
071689e1 JK |
237 | Thu Aug 5 17:11:06 1993 Jim Kingdon ([email protected]) |
238 | ||
239 | * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h. | |
240 | ||
241 | Fri Jul 30 18:48:15 1993 John Gilmore ([email protected]) | |
242 | ||
243 | * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch | |
244 | instruction, for use by the disassembler. | |
245 | ||
246 | * sparc-dis.c (SEX): Add sign extension macro. Replace many | |
247 | hand-coded sign extensions that depended on 32-bit host ints. | |
248 | FIXME, we still depend on big-endian host bitfield ordering. | |
249 | (sparc_print_insn): Set the insn_info_valid field, and the | |
250 | other fields that describe the instruction being printed. | |
251 | ||
252 | Tue Jul 27 17:04:58 1993 Jim Wilson ([email protected]) | |
253 | ||
254 | * sparc-opc.c (call): Accept all 6 addressing modes valid for | |
255 | `jmp' instead of just one of them. | |
256 | ||
4d135f1c JK |
257 | Wed Jul 21 11:43:32 1993 Jim Kingdon ([email protected]) |
258 | ||
071689e1 JK |
259 | * hppa-dis.c: Move floating registers from reg_names to fp_reg_names. |
260 | (fput_fp_reg_r): Renamed from fput_reg_r. | |
261 | (fput_fp_reg): New function. | |
262 | (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate. | |
263 | ||
4d135f1c JK |
264 | * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards. |
265 | ||
266 | * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD. | |
267 | ||
17068960 JK |
268 | Mon Jul 19 13:52:21 1993 Jim Kingdon ([email protected]) |
269 | ||
b2ad2e64 JK |
270 | * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'. |
271 | ||
981b3a27 JK |
272 | * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n', |
273 | don't output a space. | |
274 | ||
17068960 JK |
275 | * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad. |
276 | ||
32d2052a JK |
277 | Sun Jul 18 16:30:02 1993 Jim Kingdon ([email protected]) |
278 | ||
279 | * mips-opc.c: New file, containing opcode table from | |
280 | ../include/opcode/mips.h. | |
281 | * Makefile.in: Add it. | |
282 | ||
a4c01299 ILT |
283 | Thu Jul 15 12:37:05 1993 Ian Lance Taylor ([email protected]) |
284 | ||
285 | * m88k-dis.c: New file, moved in from gdb and changed to use the | |
286 | new dis-asm.h disassembler interface. | |
287 | * Makefile.in (DIS_LIBS): Added m88k-dis.o. | |
288 | (m88k-dis.o): New target. | |
289 | ||
37609724 ILT |
290 | Tue Jul 13 10:04:16 1993 Ian Lance Taylor ([email protected]) |
291 | ||
292 | * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to | |
293 | argument string const char * to correspond to opcode/mips.h. | |
294 | ||
fde326fb ILT |
295 | Tue Jul 6 15:18:37 1993 Ian Lance Taylor ([email protected]) |
296 | ||
297 | * mips-dis.c: Updated to account for name changes in new version | |
298 | of opcode/mips.h. | |
299 | * Makefile.in: Added header file dependencies. | |
300 | ||
a5b5f81d DE |
301 | Sat Jul 3 23:47:56 1993 Doug Evans ([email protected]) |
302 | ||
303 | * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction. | |
304 | ||
305 | Thu Jul 1 12:23:38 1993 Jim Kingdon ([email protected]) | |
306 | ||
307 | * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign | |
308 | extend, rather than shifts. | |
309 | ||
310 | Sun Jun 20 20:56:56 1993 Ken Raeburn ([email protected]) | |
311 | ||
312 | * Makefile.in: Undo 15 June change. | |
313 | ||
5b6c6336 PB |
314 | Fri Jun 18 14:15:15 1993 Per Bothner ([email protected]) |
315 | ||
316 | * m68k-dis.c (print_insn_arg): Change return value to byte count | |
317 | or error code. | |
318 | * m68k-dis.c: Re-write to detect invalid operands before | |
319 | printing anything, so we can handle this the same way we | |
320 | handle invalid opcodes. | |
321 | ||
219cf232 SC |
322 | Thu Jun 17 15:01:36 1993 Steve Chamberlain ([email protected]) |
323 | ||
324 | * sh-dis.c, sh-opc.h: Understand some more opcodes. | |
325 | ||
91ea6ab0 ILT |
326 | Wed Jun 16 13:48:05 1993 Ian Lance Taylor ([email protected]) |
327 | ||
328 | * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other | |
329 | header files. | |
330 | ||
0a3c15c3 KR |
331 | Tue Jun 15 21:45:26 1993 Ken Raeburn ([email protected]) |
332 | ||
333 | * sparc-dis.c: Don't declare qsort, since sysdep.h might. | |
334 | ||
335 | * configure.in: Do make sysdep.h link. | |
336 | * Makefile.in: Search ../include. Don't search ../bfd. | |
337 | ||
5aef7c67 SG |
338 | Tue Jun 15 13:36:10 1993 Stu Grossman ([email protected]) |
339 | ||
340 | Changes from Jeff Law, [email protected]: | |
341 | * hppa-dis.c: Fix typo. 'a' and 'd' were reversed. | |
342 | Do not print a space before the completers specified by | |
343 | 'a' and 'd'. | |
344 | ||
112087ed KR |
345 | Fri Jun 11 18:40:21 1993 Ken Raeburn ([email protected]) |
346 | ||
998f2ef3 KR |
347 | * mips-dis.c: No longer need to bomb out if HOST_64_BIT is |
348 | defined, since gdb has been fixed. | |
349 | ||
112087ed KR |
350 | Changes from Jeff Law, [email protected]: |
351 | * hppa-dis.c (print_insn_hppa): Last argument to fput_reg, | |
352 | fput_reg_r, fput_creg, fput_const, and fputs_filtered should | |
353 | be a *disassemble_info, not a *FILE. | |
354 | * hppa-dis.c: Support 'd', '!', and 'a'. | |
355 | * hppa-dis.c: Support 's' to extract a 2 bit space register. | |
356 | * hppa-dis.c: Delete cases which are no longer needed. | |
357 | ||
e6fb7139 JK |
358 | Fri Jun 11 07:53:48 1993 Jim Kingdon ([email protected]) |
359 | ||
360 | * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes. | |
361 | ||
362 | Tue Jun 8 12:25:01 1993 Steve Chamberlain ([email protected]) | |
363 | ||
364 | * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with | |
365 | H8/300-H opcodes. | |
366 | ||
e0a8bcfb PB |
367 | Mon Jun 7 12:58:49 1993 Per Bothner ([email protected]) |
368 | ||
369 | * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h. | |
370 | * configure.in: No longer need to configure to get sysdep.h. | |
371 | ||
372 | Thu Jun 3 15:56:49 1993 Stu Grossman ([email protected]) | |
373 | ||
374 | * Patches from Jeffrey Law <[email protected]>. | |
375 | * hppa-dis.c: Support 'I', 'J', and 'K' in output | |
376 | templates for 1.1 FP computational instructions. | |
377 | ||
378 | Tue May 25 13:05:48 1993 Ken Raeburn ([email protected]) | |
379 | ||
380 | * h8500-dis.c (print_insn_h8500): Address argument is type | |
381 | bfd_vma. | |
382 | * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002): | |
383 | Ditto. | |
384 | ||
385 | * h8500-opc.h (addr_class_type): No comma at end of enumerator. | |
386 | * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto. | |
387 | ||
388 | * sparc-dis.c (compare_opcodes): Move static declaration to | |
389 | top-level. | |
390 | ||
391 | Fri May 21 14:17:37 1993 Peter Schauer ([email protected]) | |
392 | ||
393 | * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp | |
394 | instruction, remove unimp hack from 'l' argument. | |
395 | ||
396 | Wed May 19 15:35:54 1993 Stu Grossman ([email protected]) | |
397 | ||
398 | * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's | |
399 | happy. | |
400 | ||
401 | Fri May 14 15:22:46 1993 Ian Lance Taylor ([email protected]) | |
402 | ||
403 | * Based on patches from [email protected] (David Johnson): | |
404 | * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor | |
405 | instructions. | |
406 | ||
cfa8d061 KR |
407 | Fri May 14 00:09:14 1993 Ken Raeburn ([email protected]) |
408 | ||
d698222b KR |
409 | * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some |
410 | arrays of string pointers to 2-d arrays of chars, to save | |
411 | space. | |
cfa8d061 KR |
412 | |
413 | Thu May 6 20:51:17 1993 Fred Fish ([email protected]) | |
414 | ||
415 | * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c: | |
416 | Cast second arg to read_memory_func to "bfd_byte *", as necessary. | |
417 | ||
418 | Tue May 4 20:31:10 1993 Ken Raeburn ([email protected]) | |
419 | ||
420 | * hppa-dis.c: New file from Utah, adapted to new disassembler | |
421 | calling interface. | |
422 | * Makefile.in: Include it. | |
423 | ||
424 | Mon Apr 26 18:17:42 1993 Steve Chamberlain ([email protected]) | |
425 | ||
426 | * sh-dis.c, sh-opc.h: New files. | |
427 | ||
428 | Fri Apr 23 18:51:22 1993 Steve Chamberlain ([email protected]) | |
429 | ||
430 | * alpha-dis.c, alpha-opc.h: New files. | |
431 | ||
432 | Tue Apr 6 12:54:08 1993 Peter Schauer ([email protected]) | |
433 | ||
434 | * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed | |
435 | value. | |
436 | ||
d802b948 JG |
437 | Mon Apr 5 17:37:37 1993 John Gilmore ([email protected]) |
438 | ||
439 | * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias. | |
440 | ||
441 | Fri Apr 2 07:24:27 1993 Ian Lance Taylor ([email protected]) | |
442 | ||
443 | * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than | |
444 | const. | |
445 | ||
720b3aed JK |
446 | Thu Apr 1 11:20:43 1993 Jim Kingdon ([email protected]) |
447 | ||
448 | * sparc-dis.c: Use fprintf_func a few places where I forgot, | |
449 | and double percent signs a few places. | |
450 | ||
451 | * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils. | |
452 | ||
453 | * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c: | |
454 | Use info->print_address_func not print_address. | |
455 | ||
456 | * dis-buf.c (generic_print_address): New function. | |
457 | ||
f7ed13c7 JK |
458 | Wed Mar 31 10:07:04 1993 Jim Kingdon ([email protected]) |
459 | ||
460 | * Makefile.in: Add sparc-dis.c. | |
461 | sparc-dis.c: New file, merges binutils and gdb versions as follows: | |
462 | From GDB: | |
463 | Add `add' instruction to the set that get checked | |
464 | for a preceding `sethi' in order to print an absolute address. | |
465 | * (print_insn): Disassembly prefers real instructions. | |
466 | (is_delayed_branch): Speed up. | |
467 | * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables. | |
468 | Still missing some float ops, and needs testing. | |
469 | * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by | |
470 | F_ALIAS. Use printf, not fprintf, when not passing a file | |
471 | pointer... | |
472 | (compare_opcodes): Check that identical instructions have | |
473 | identical opcodes, complain otherwise. | |
474 | From binutils: | |
475 | * New 'm' arg. | |
476 | * Include reg_names. | |
477 | From neither: | |
478 | Use dis-asm.h/read_memory_func interface. | |
479 | ||
05545edc RP |
480 | Wed Mar 31 20:49:06 1993 K. Richard Pixley ([email protected]) |
481 | ||
482 | * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data): | |
483 | deliberately return non-zero to setjmp from longjmp. Otherwise | |
484 | this code fails to compile. | |
485 | ||
cbe61cc6 SG |
486 | Wed Mar 31 17:04:31 1993 Stu Grossman ([email protected]) |
487 | ||
488 | * m68k-dis.c: Fix prototype for fetch_arg(). | |
489 | ||
5d0734a7 JK |
490 | Wed Mar 31 10:07:04 1993 Jim Kingdon ([email protected]) |
491 | ||
492 | * dis-buf.c: New file, for new read_memory_func interface. | |
493 | Makefile.in (OFILES): Include it. | |
494 | m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c: | |
495 | Use new read_memory_func interface. | |
496 | ||
497 | Mon Mar 29 14:02:17 1993 Steve Chamberlain ([email protected]) | |
498 | ||
499 | * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right. | |
500 | * h8500-opc.h: Fix couple of opcodes. | |
501 | ||
502 | Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
503 | ||
504 | * Makefile.in: add dvi & installcheck targets | |
505 | ||
2cb563e6 JG |
506 | Mon Mar 22 18:55:04 1993 John Gilmore ([email protected]) |
507 | ||
508 | * Makefile.in: Update for h8500-dis.c. | |
509 | ||
337110ea SC |
510 | Fri Mar 19 14:27:17 1993 Steve Chamberlain ([email protected]) |
511 | ||
512 | * h8500-dis.c, h8500-opc.h: New files | |
513 | ||
c840244e PB |
514 | Thu Mar 18 14:12:37 1993 Per Bothner ([email protected]) |
515 | ||
516 | * mips-dis.c, z8k-dis.c: Converted to use interface defined in | |
517 | ../include/dis-asm.h. | |
518 | * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c | |
519 | and ../gdb/m68k-pinsn.c). | |
520 | * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c | |
521 | and ../gdb/i386-pinsn.c). | |
522 | * m68881-ext.c: New file. Moved definition of | |
523 | ext_format ext_format_68881 from ../gdb/m68k-tdep.c. | |
524 | * Makefile.in: Adjust for new files. | |
525 | * i386-dis.c: Patches from John Hassey ([email protected]). | |
526 | * m68k-dis.c: Recognize '9' placement code, so (say) pflush | |
527 | can be dis-assembled. | |
528 | ||
529 | Wed Feb 17 09:19:47 1993 Ken Raeburn ([email protected]) | |
530 | ||
531 | * mips-dis.c (print_insn_arg): Now returns void. | |
532 | ||
533 | Mon Jan 11 16:09:16 1993 Fred Fish ([email protected]) | |
534 | ||
535 | * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h | |
536 | files that use the macros. | |
537 | ||
538 | Thu Jan 7 13:15:17 1993 Ian Lance Taylor ([email protected]) | |
539 | ||
540 | * mips-dis.c: New file, from gdb/mips-pinsn.c. | |
541 | * Makefile.in (DIS_LIBS): Added mips-dis.o. | |
542 | (CFILES): Added mips-dis.c. | |
543 | ||
544 | Thu Jan 7 07:36:33 1993 Steve Chamberlain ([email protected]) | |
545 | ||
546 | * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines | |
547 | * z8kgen.c, z8k-opc.h: fix sizes of some shifts. | |
548 | ||
549 | Tue Dec 22 15:42:44 1992 Per Bothner ([email protected]) | |
550 | ||
551 | * Makefile.in: Improve *clean rules. | |
552 | * configure.in: Allow a default host. | |
553 | ||
554 | Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
555 | ||
556 | * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep | |
557 | files include other sysdep files | |
558 | ||
559 | Thu Nov 12 16:10:37 1992 Steve Chamberlain ([email protected]) | |
560 | ||
561 | * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint | |
562 | ||
563 | Fri Oct 9 04:56:05 1992 John Gilmore ([email protected]) | |
564 | ||
565 | * configure.in: For host support, use ../bfd/configure.host | |
566 | so it stays in sync with the ../bfd/hosts database. | |
567 | ||
d5dcef63 DZ |
568 | Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
569 | ||
570 | * configure.in: use cpu-vendor-os triple instead of nested cases | |
571 | ||
0843ea63 MW |
572 | Wed Sep 30 16:09:20 1992 Michael Werner ([email protected]) |
573 | ||
574 | * z8k-dis.c (unparse_instr): fix bug where opcode returned was | |
575 | *always* the wrong one. | |
576 | ||
b31a1f81 SC |
577 | Wed Sep 30 07:42:17 1992 Steve Chamberlain ([email protected]) |
578 | ||
579 | * z8kgen.c: added copyright info | |
580 | ||
447bbbea SC |
581 | Tue Sep 29 12:20:21 1992 Steve Chamberlain ([email protected]) |
582 | ||
583 | * z8k-dis.c (unparse_instr): prettier tabs | |
584 | * z8kgen.c -> z8k-opc.h: bug fixes in tables | |
585 | ||
57cae454 SG |
586 | Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com) |
587 | ||
588 | * configure.in: Add ncr* configuration. | |
589 | * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make | |
590 | picayune ANSI compilers happy. | |
591 | ||
592 | Sep 20 08:50:55 1992 Fred Fish ([email protected]) | |
593 | ||
594 | * configure.in (i386): Make i386 and i486 synonymous for now. | |
595 | * configure.in (i[34]86-*-sysv4): Add my_host definition. | |
596 | ||
3a157902 KR |
597 | Fri Sep 18 17:01:23 1992 Ken Raeburn ([email protected]) |
598 | ||
599 | * Makefile.in (install): Fix typo. | |
600 | ||
68ca3238 JG |
601 | Fri Sep 18 02:04:24 1992 John Gilmore ([email protected]) |
602 | ||
603 | * Makefile.in (make): Remove obsolete crud. | |
604 | (sparc-opc.o): Avoid Sun Make VPATH bug. | |
605 | ||
e5bc6aaf RP |
606 | Tue Sep 8 17:29:27 1992 K. Richard Pixley ([email protected]) |
607 | ||
608 | * Makefile.in: since there are no SUBDIRS, remove rule and | |
68ca3238 | 609 | references of subdir_do. |
e5bc6aaf | 610 | |
794a16b0 KR |
611 | Tue Sep 8 17:02:58 1992 Ken Raeburn ([email protected]) |
612 | ||
613 | * Makefile.in (install): Get the library name right here too. | |
614 | Don't install bfd.h, since it's unrelated to this library. No | |
615 | subdirs to recurse into, either. | |
616 | (CFILES): The source file has a .c suffix, not .o. | |
617 | ||
618 | * sparc-opc.c: New file, moved from BFD. | |
619 | * Makefile.in (OFILES): Build it. | |
620 | ||
621 | Thu Sep 3 16:59:20 1992 Michael Werner ([email protected]) | |
622 | ||
623 | * z8k-dis.c: fixed forward refferences of some declarations. | |
624 | ||
625 | Mon Aug 31 16:09:45 1992 Michael Werner ([email protected]) | |
626 | ||
627 | * Makefile.in: get the name of the library right | |
628 | ||
a4ccc310 SC |
629 | Mon Aug 31 13:47:35 1992 Steve Chamberlain ([email protected]) |
630 | ||
add1fb05 | 631 | * z8k-dis.c: knows how to disassemble z8k stuff |
a4ccc310 SC |
632 | * z8k-opc.h: new file full of z8000 opcodes |
633 | ||
634 | ||
635 |