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