]>
Commit | Line | Data |
---|---|---|
9ce4de19 C |
1 | Mon Feb 6 10:52:06 1995 J.T. Conklin <[email protected]> |
2 | ||
3 | * i386-dis.c (dis386_twobyte): Add cpuid, From Charles Hannum | |
4 | ([email protected]). | |
5 | ||
6 | Mon Jan 30 12:38:00 1995 Ian Lance Taylor <[email protected]> | |
7 | ||
8 | From "Logg, Ed" <[email protected]>: | |
9 | * ppc-opc.c (extract_bdm): Correct parenthezisation. | |
10 | * ppc-dis.c (print_insn_powerpc): Print .long before unrecognized | |
11 | value. | |
12 | ||
669124ef ILT |
13 | Thu Jan 26 18:32:08 1995 Ian Lance Taylor <[email protected]> |
14 | ||
15 | * ppc-opc.c: Changes based on patch from David Edelsohn | |
1af6f4bb | 16 | <[email protected]>. |
669124ef ILT |
17 | (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of |
18 | SPR. | |
19 | (FXM_MASK): Define. | |
20 | (insert_tbr): New static function. | |
21 | (extract_tbr): New static function. | |
22 | (XFXFXM_MASK, XFXM): Define. | |
23 | (XSPRBAT_MASK, XSPRG_MASK): Define. | |
24 | (powerpc_opcodes): Add instructions to access special registers by | |
25 | name. Add mtcr and mftbu. | |
26 | ||
27 | Tue Jan 17 10:56:43 1995 Ian Lance Taylor <[email protected]> | |
28 | ||
29 | * mips-opc.c (P3): Define. | |
30 | (mips_opcodes): Add mad and madu. | |
31 | ||
9f744f91 SC |
32 | Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat> |
33 | ||
34 | * configure.in: Add W65 support. | |
35 | * disassemble.c: Likewise. | |
36 | * w65-opc.h, w65-dis.c: New files. | |
37 | ||
d383e289 SC |
38 | Wed Dec 28 22:15:33 1994 Steve Chamberlain ([email protected]) |
39 | ||
40 | * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit | |
41 | immediates. | |
42 | ||
43 | start-sanitize-arc | |
44 | Tue Dec 20 10:36:55 1994 Doug Evans <[email protected]> | |
45 | ||
46 | * arc-dis.c (print_insn_arc): Branch offsets are relative to delay | |
47 | slot. | |
48 | * arc-opc.c (extract_reladdr): New function. | |
49 | (insert_reladdr): Store address right-shifted by 2. | |
50 | end-sanitize-arc | |
51 | ||
27faaa41 ILT |
52 | Tue Dec 20 11:25:12 1994 Ian Lance Taylor <[email protected]> |
53 | ||
54 | * mips-opc.c: Add dli as a synonym for li. | |
55 | ||
edb35c13 DE |
56 | start-sanitize-arc |
57 | Mon Dec 19 12:35:51 1994 Doug Evans <[email protected]> | |
58 | ||
59 | * arc-opc.c (insertion fns): Pass pointer to value's table entry. | |
60 | All uses changed. | |
61 | (extraction fns): Insn argument now array of two words. Return pointer | |
62 | to value's table entry. All uses changed. | |
63 | (arc_opcode_lookup_suffix): Exported for arc-dis.c. | |
64 | (insert_multshift, extract_multshift): New fns. | |
65 | (arc_operands): Add support for cache bypass suffix. Add support for | |
66 | predefined aux regs. Modifier bits moved to flags field. | |
67 | (arc_opcodes): Likewise. | |
68 | Add mul/mulu/shift insns. Syntax of zero/sign extension insns changed. | |
69 | New insn rlc. Update to syntax in programmer's manual. | |
70 | (arc_reg_names): Fix typo in lp_count. Add predefined aux regs. | |
71 | (arc_suffixes): New synonyms lo,hs for cs,cc. New suffix for cache | |
72 | bypass. | |
73 | (arc_opcode_init_tables): New argument to indicate cpu type. | |
74 | (insert_reg): Handle predefined aux regs. | |
75 | (extract_reg): Likewise. | |
76 | (lookup_register): New fn. | |
77 | * arc-dis.c (arc_condition_codes): Deleted. | |
78 | (print_insn_arc): Handle insns with 32 bit immediate constants better. | |
79 | Clean up modifier handling. Handle predefined aux regs. | |
80 | end-sanitize-arc | |
81 | ||
a8732972 KR |
82 | Thu Dec 8 18:23:31 1994 Ken Raeburn <[email protected]> |
83 | ||
84 | * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and | |
85 | print something for reserved opcode values, even if it won't | |
86 | assemble again. | |
87 | ||
88 | * mips-dis.c (_print_insn_mips): When initializing, shift right | |
89 | and mask, to avoid sign extension problems on the Alpha. | |
90 | ||
91 | * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr | |
92 | control registers. | |
93 | ||
94 | start-sanitize-arc | |
95 | Tue Nov 29 18:02:43 1994 Doug Evans <[email protected]> | |
96 | ||
97 | * configure.in: Add ARC support. | |
98 | * disassemble.c: Likewise. | |
99 | * arc-dis.c, arc-opc.c: New files. | |
100 | end-sanitize-arc | |
101 | ||
a90a64c1 SC |
102 | Wed Nov 23 22:34:51 1994 Steve Chamberlain ([email protected]) |
103 | ||
104 | * sh-opc.h (mov.l gbr): Get direction right. | |
105 | * sh-dis.c (print_insn_shx): New function. | |
106 | (print_insn_shl, print_insn_sh): Call print_insn_shx to | |
107 | print opcodes with right byte order. | |
108 | ||
109 | Thu Nov 3 19:32:22 1994 Ken Raeburn <[email protected]> | |
110 | ||
111 | * ns32k-dis.c (struct ns32k_option): Renamed from struct option, | |
112 | to avoid conflicts with getopt. | |
113 | ||
dded3d14 ILT |
114 | Mon Oct 31 18:48:10 1994 Ian Lance Taylor <[email protected]> |
115 | ||
116 | * hppa-dis.c (print_insn_hppa): Read the instruction using | |
117 | bfd_getb32, so that it works on a little endian or 64 bit host. | |
118 | Remove unused local variable op. | |
119 | ||
cd4b8926 ILT |
120 | Tue Oct 25 17:07:57 1994 Ian Lance Taylor <[email protected]> |
121 | ||
122 | * mips-opc.c: Use or instead of addu for pseudo-op move, since | |
123 | addu does not work correctly if -mips3. | |
124 | ||
009946c9 ILT |
125 | Wed Oct 19 13:40:16 1994 Ian Lance Taylor <[email protected]> |
126 | ||
127 | * a29k-dis.c (print_special): Add special register names defined | |
128 | on 29030, 29040 and 29050. | |
129 | (print_insn): Handle new operand type 'I'. | |
130 | ||
131 | Wed Oct 12 11:59:55 1994 Ian Lance Taylor <[email protected]> | |
132 | ||
133 | * Makefile.in (INSTALL): Use top level install.sh script. | |
134 | ||
135 | Wed Oct 5 19:16:29 1994 Ian Lance Taylor <[email protected]> | |
136 | ||
137 | * sparc-dis.c: Rewrite to use bitfields, rather than a union, so | |
138 | that it works on a little endian host. | |
139 | ||
995b0d3f ILT |
140 | Tue Oct 4 12:14:21 1994 Ian Lance Taylor <[email protected]> |
141 | ||
142 | * configure.in: Use ${config_shell} when running config.bfd. | |
143 | ||
144 | Wed Sep 21 18:49:12 1994 Ian Lance Taylor ([email protected]) | |
145 | ||
146 | * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3. | |
147 | ||
e96a2b1d ILT |
148 | Thu Sep 15 16:30:22 1994 Ian Lance Taylor ([email protected]) |
149 | ||
150 | * a29k-dis.c (print_insn): Print the opcode. | |
151 | ||
84909073 ILT |
152 | Wed Sep 14 17:52:14 1994 Ian Lance Taylor ([email protected]) |
153 | ||
154 | * mips-opc.c (mips_opcodes): Set WR_t for sc and scd. | |
155 | ||
da233e6e JL |
156 | Sun Sep 11 22:32:17 1994 Jeff Law ([email protected]) |
157 | ||
158 | * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3. | |
159 | ||
942a4965 ILT |
160 | Tue Sep 6 11:37:12 1994 Ian Lance Taylor ([email protected]) |
161 | ||
162 | * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions | |
163 | which store a value into memory. | |
164 | ||
165 | Sun Sep 04 17:58:10 1994 Richard Earnshaw ([email protected]) | |
318b02b6 KR |
166 | |
167 | * configure.in, Makefile.in, disassemble.c: Add support for the ARM. | |
168 | * arm-dis.c, arm-opc.h: New files. | |
169 | ||
170 | Fri Aug 5 14:00:05 1994 Stan Shebs ([email protected]) | |
171 | ||
172 | * Makefile.in (ns32k-dis.o): Add dependency. | |
173 | * ns32k-dis.c (print_insn_arg): Declare initialized local as | |
174 | string, not as array of chars. | |
175 | ||
c4396c87 KR |
176 | Thu Jul 28 18:14:16 1994 Ken Raeburn ([email protected]) |
177 | ||
178 | * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'. | |
179 | ||
180 | * sparc-opc.c: Added sparclite extended FP operations, and | |
181 | versions of v9 impdep* instructions permitting specification of | |
182 | the OPF field. | |
183 | ||
2a097d73 KR |
184 | Tue Jul 26 16:36:03 1994 Ken Raeburn ([email protected]) |
185 | ||
186 | * i960-dis.c (reg_names): Now const. | |
187 | (struct sparse_tabent): New type, copied from array type in mem | |
188 | function. | |
189 | (ctrl): Local static array ctrl_tab now const. | |
190 | (cobr): Local static array cobr_tab now const. | |
191 | (mem): Local variables reg1, reg2, reg3 now point to const. Local | |
192 | static variable mem_tab no longer explicitly initialized. Changed | |
193 | mem_init to const array of struct sparse_tabent. | |
194 | (reg): Local static variable reg_tab no longer explicitly | |
195 | initialized. Changed reg_init to const array of struct | |
196 | sparse_tabent. | |
197 | (ea): Local static array scale_tab now const. | |
198 | ||
199 | start-sanitize-i960xl | |
200 | * i960-dis.c (reg): Added i960XL instructions to reg_init table. | |
201 | (REG_MAX): Updated. | |
202 | end-sanitize-i960xl | |
203 | ||
f61ca5fa KR |
204 | Tue Jul 19 21:00:00 1994 DJ Delorie ([email protected]) |
205 | ||
206 | * configure.bat: the disassember needs to be enabled for | |
207 | "objdump -d" to work in djgpp. | |
208 | ||
69bb683c KR |
209 | Wed Jul 13 18:01:58 1994 Ken Raeburn ([email protected]) |
210 | ||
211 | * ns32k-dis.c: Deleted all code in "#ifdef GDB". | |
212 | (invalid_float): Enabled general version, doesn't require running | |
60a70a7b KR |
213 | on ns32k host. Changed to take char* argument, and test for |
214 | explicitly specified sizes, instead of using sizeof() on host CPU | |
215 | types. | |
216 | (INVALID_FLOAT): Cast first argument. | |
f61ca5fa KR |
217 | (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532, |
218 | list_P032, list_M032): Now const. | |
219 | (optlist, list_search): Made appropriate arguments now point to | |
220 | const. | |
221 | (print_insn_arg): Changed static array of one-character-string | |
222 | pointers into a static const array of characters; fixed sprintf | |
223 | statement accordingly. | |
69bb683c KR |
224 | |
225 | Sun Jul 10 00:27:47 1994 Ian Dall ([email protected]) | |
226 | ||
227 | * opcodes/ns32k-dis.c: Semi-new file. Had apparently been dropped | |
228 | from distribution. A ns32k-dis.c from a previous distribution has | |
229 | been brought up to date and supports the new interface. | |
230 | ||
318b02b6 | 231 | * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k. |
69bb683c KR |
232 | |
233 | * configure.in: add bfd_ns32k_arch target support. | |
234 | ||
235 | * Makefile.in: add ns32k-dis.o to ALL_MACHINES. | |
236 | Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o. | |
237 | ||
238 | Wed Jun 29 22:10:37 1994 Steve Chamberlain ([email protected]) | |
239 | ||
240 | * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch | |
241 | disassembly right. | |
242 | ||
fea3fe64 SS |
243 | Tue Jun 28 13:22:06 1994 Stan Shebs ([email protected]) |
244 | ||
245 | * h8300-dis.c, mips-dis.c: Don't use true and false. | |
246 | ||
247 | Thu Jun 23 12:53:19 1994 David J. Mackenzie ([email protected]) | |
248 | ||
249 | * configure.in: Change --with-targets to --enable-targets. | |
250 | ||
72fcd790 ILT |
251 | Wed Jun 22 13:38:32 1994 Ian Lance Taylor ([email protected]) |
252 | ||
253 | * mips-dis.c (_print_insn_mips): Build a static hash table mapping | |
254 | opcodes to the first instruction with that opcode, to speed | |
255 | disassembly of large files. From [email protected] (Ralph | |
256 | Campbell). | |
257 | ||
258 | Tue Jun 7 12:49:44 1994 Ian Lance Taylor ([email protected]) | |
259 | ||
260 | * Makefile.in (mostlyclean): Fix typo (was mostyclean). | |
261 | ||
c06e55d9 KR |
262 | Wed May 11 22:32:00 1994 DJ Delorie ([email protected]) |
263 | ||
264 | * configure.bat: update to latest makefile.in | |
265 | ||
266 | Sat May 7 17:13:21 1994 Steve Chamberlain ([email protected]) | |
267 | ||
268 | * a29k-dis.c (print_insn): Print 'x' type operand in hex. | |
269 | * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly. | |
270 | * sh-dis.c (print_insn_sh): Don't recur endlessly if delay | |
271 | slot insn is in a delay slot. | |
272 | * z8k-opc.h: (resflg): Fix patterns. | |
273 | * h8500-opc.h Fix CR insn patterns. | |
274 | ||
275 | Fri May 6 14:34:46 1994 Ian Lance Taylor ([email protected]) | |
276 | ||
277 | * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and | |
278 | "cmpl" before POWER versions, so that gas -many uses them. | |
279 | ||
7495f83b KR |
280 | Thu Apr 28 18:32:36 1994 Ken Raeburn ([email protected]) |
281 | ||
c06e55d9 KR |
282 | * disassemble.c: New file. |
283 | * Makefile.in (OFILES): Add disassemble.o. | |
284 | (disassemble.o): Provide dependencies; compile with $(ARCHDEFS). | |
285 | * configure.in: Define ARCHDEFS in Makefile. Code taken from | |
286 | binutils/configure.in. | |
287 | ||
7495f83b KR |
288 | * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the |
289 | opcode being examined. | |
290 | ||
291 | Thu Apr 21 17:08:40 1994 Ian Lance Taylor ([email protected]) | |
292 | ||
293 | * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS. | |
294 | (insert_ral, insert_ram, insert_ras): New functions. | |
295 | (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and | |
296 | RAS for store with update. | |
297 | ||
8c546ded ILT |
298 | Sat Apr 16 23:41:44 1994 Ian Lance Taylor ([email protected]) |
299 | ||
300 | * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn | |
301 | ([email protected]). | |
302 | ||
76336d50 ILT |
303 | Wed Apr 6 17:11:45 1994 Ian Lance Taylor ([email protected]) |
304 | ||
305 | * mips-opc.c (mips_opcodes): Correct operands of "nor" with an | |
306 | immediate argument. | |
307 | ||
8055d512 DE |
308 | Mon Apr 4 16:30:46 1994 Doug Evans ([email protected]) |
309 | ||
310 | * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0". | |
311 | ||
749a663d ILT |
312 | Mon Apr 4 13:22:00 1994 Ian Lance Taylor ([email protected]) |
313 | ||
314 | * ppc-opc.c (powerpc_operands): The signedp field has been | |
315 | removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag | |
316 | instead. Add new operand SISIGNOPT. | |
317 | (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT. | |
318 | Based on patch from David Edelsohn ([email protected]). | |
319 | * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather | |
320 | than signedp field. | |
321 | ||
878db64d PS |
322 | Wed Mar 30 00:31:49 1994 Peter Schauer ([email protected]) |
323 | ||
324 | * i386-dis.c (struct private): Renamed to dis_private. `private' | |
325 | is a reserved word for dynix cc. | |
326 | ||
934ec70a ILT |
327 | Mon Mar 28 13:00:15 1994 Ian Lance Taylor ([email protected]) |
328 | ||
329 | * configure.in: Change error message to refer to bfd/config.bfd | |
330 | rather than bfd/configure.in. | |
331 | ||
54192495 ILT |
332 | Mon Mar 28 12:28:30 1994 David Edelsohn ([email protected]) |
333 | ||
334 | * ppc-opc.c: Define POWER2 as short alias flag. | |
335 | (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and | |
336 | fsqrt. | |
337 | ||
338 | Wed Mar 23 12:23:05 1994 Ian Lance Taylor ([email protected]) | |
339 | ||
340 | * i960-dis.c (print_insn_i960): Don't read a second word for | |
341 | opcodes 0, 1, 2 and 3. | |
342 | ||
343 | Wed Mar 16 15:37:58 1994 Ian Lance Taylor ([email protected]) | |
344 | ||
345 | * configure.in: Don't build m68881-ext.o for bfd_m68k_arch. | |
346 | ||
448ff992 ILT |
347 | Mon Mar 14 14:53:50 1994 Ian Lance Taylor ([email protected]) |
348 | ||
c0386c7a ILT |
349 | * m68881-ext.c: Removed; no longer used. |
350 | * Makefile.in: Changed accordingly. | |
351 | ||
448ff992 ILT |
352 | * m68k-dis.c (ext_format_68881): Don't declare. |
353 | (print_insn_m68k): If an instruction uses place 'i', it uses at | |
354 | least four fixed bytes. | |
355 | (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For | |
356 | extended float, convert to double using floatformat_to_double, not | |
357 | ieee_extended_to_double, and fetch the data before converting it. | |
358 | ||
d75eb68c ILT |
359 | Tue Mar 8 18:12:25 1994 Ian Lance Taylor ([email protected]) |
360 | ||
361 | * mips-opc.c: It's sqrt.s, not sqrt.w. From | |
362 | [email protected] (David Johnson). | |
363 | ||
9a458b67 ILT |
364 | Tue Feb 8 16:55:27 1994 Ian Lance Taylor ([email protected]) |
365 | ||
366 | * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the | |
367 | PowerPC uses bdnz[l][a]. | |
368 | ||
5c9b5f58 PS |
369 | Tue Feb 8 00:32:28 1994 Peter Schauer ([email protected]) |
370 | ||
4dd4933e | 371 | * dis-buf.c, i386-dis.c: Include sysdep.h. |
5c9b5f58 PS |
372 | |
373 | Mon Feb 7 19:22:23 1994 Ian Lance Taylor ([email protected]) | |
374 | ||
375 | * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o. | |
376 | ||
377 | * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported | |
378 | by Motorola PowerPC 601 with PPC_OPCODE_601. | |
379 | * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): | |
380 | Disassemble Motorola PowerPC 601 instructions as well as normal | |
381 | PowerPC instructions. | |
382 | ||
9f80c72b JK |
383 | Sun Feb 6 07:45:17 1994 Jim Kingdon ([email protected]) |
384 | ||
385 | * i960-dis.c (reg, mem): Just use a static array instead of | |
386 | calling xmalloc. | |
387 | ||
e3960b96 JL |
388 | Sat Feb 5 00:04:02 1994 Jeffrey A. Law ([email protected]) |
389 | ||
0bb364c6 JL |
390 | * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the |
391 | condition name index if this is for a negated condition. | |
392 | ||
e59f3227 JL |
393 | * hppa-dis.c (print_insn_hppa): No space before 'H' operand. |
394 | Floating point format for 'H' operand is backwards from normal | |
395 | case (0 == double, 1 == single). For '4', '6', '7', '9', and '8' | |
396 | operands (fmpyadd and fmpysub), handle bizarre register | |
397 | translation correctly for single precision format. | |
398 | ||
e3960b96 JL |
399 | * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F' |
400 | or 'I' operands if the next format specifier is 'M' (fcmp | |
401 | condition completer). | |
402 | ||
403 | Feb 4 23:38:03 1994 Ian Lance Taylor ([email protected]) | |
1c214e4c ILT |
404 | |
405 | * ppc-opc.c (powerpc_operands): New operand type MBE to handle a | |
406 | single number giving a bitmask for the MB and ME fields of an M | |
407 | form instruction. Change NB to accept 32, and turn it into 0; | |
408 | also turn 0 into 32 when disassembling. Seperated SH from NB. | |
409 | (insert_mbe, extract_mbe): New functions. | |
410 | (insert_nb, extract_nb): New functions. | |
411 | (SC_MASK): Mask out SA and LK bits. | |
412 | (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT, | |
413 | RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark | |
414 | "bctr" and "bctrl" as accepted by POWER. Change "rlwimi", | |
415 | "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.", | |
416 | "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to | |
417 | use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions. | |
418 | (powerpc_macros): Define table of macro definitions. | |
419 | (powerpc_num_macros): Define. | |
420 | ||
421 | * ppc-dis.c (print_insn_powerpc): Don't skip optional operands | |
422 | if PPC_OPERAND_NEXT is set. | |
423 | ||
424 | Sat Jan 22 23:10:07 1994 Ian Lance Taylor ([email protected]) | |
425 | ||
426 | * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of | |
427 | char. Retrieve contents using bfd_getl32 instead of shifting. | |
428 | ||
1211751d ILT |
429 | Fri Jan 21 19:01:39 1994 Ian Lance Taylor ([email protected]) |
430 | ||
431 | * ppc-opc.c: New file. Opcode table for PowerPC, including | |
432 | opcodes for POWER (RS/6000). | |
433 | * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler. | |
434 | * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o. | |
435 | (CFILES): Add ppc-dis.c. | |
436 | (ppc-dis.o, ppc-opc.o): New targets. | |
437 | * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch. | |
438 | ||
f037e5b0 JL |
439 | Mon Jan 17 20:05:49 1994 Jeffrey A. Law ([email protected]) |
440 | ||
441 | * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template. | |
442 | No space before 'u', 'f', or 'N'. | |
443 | ||
a279b1f5 JK |
444 | Sun Jan 16 14:20:16 1994 Jim Kingdon ([email protected]) |
445 | ||
4baf1a8c JK |
446 | * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading |
447 | farther than we should. | |
448 | ||
a279b1f5 JK |
449 | * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS. |
450 | ||
451 | Thu Jan 6 12:38:05 1994 David J. Mackenzie ([email protected]) | |
452 | ||
453 | * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments. | |
454 | ||
455 | Wed Jan 5 11:56:21 1994 David J. Mackenzie ([email protected]) | |
456 | ||
457 | * i960-dis.c (print_insn_i960): Only read word2 if the instruction | |
458 | needs it, to prevent reading past the end of a section. | |
459 | ||
460 | Wed Nov 17 17:20:12 1993 Ian Lance Taylor ([email protected]) | |
461 | ||
462 | * mips-opc.h: Use macro for j instruction, to support SVR4 PIC. | |
463 | Removed t,A case for la; always use t,A(b) case. | |
464 | ||
465 | Mon Nov 8 12:37:36 1993 Ian Lance Taylor ([email protected]) | |
466 | ||
467 | From Ted Lemen <[email protected]> | |
468 | * mips-dis.c (print_insn_arg): Handle 'k'. | |
469 | * mips-opc.c: Make cache use k, not t. | |
470 | ||
ba936a2e PS |
471 | Sun Nov 7 23:52:34 1993 Peter Schauer ([email protected]) |
472 | ||
473 | * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add | |
474 | FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct | |
475 | FLOAT_FORMAT_CODE to put out floating point register names. | |
476 | ||
477 | Mon Nov 1 18:17:51 1993 Ian Lance Taylor ([email protected]) | |
478 | ||
479 | * mips-opc.c: Use macros for jal variants, to support SVR4 PIC. | |
480 | ||
bf04fba0 JK |
481 | Thu Oct 28 17:42:23 1993 Ian Lance Taylor ([email protected]) |
482 | ||
483 | * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x. | |
484 | ||
70643dbc ILT |
485 | Wed Oct 27 11:48:01 1993 Ian Lance Taylor ([email protected]) |
486 | ||
487 | * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts | |
488 | larger than 32. Moved dsxx32 variants first for disassembler. | |
489 | ||
07bf1ce5 SC |
490 | Mon Oct 25 11:33:14 1993 Steve Chamberlain ([email protected]) |
491 | ||
492 | * z8kgen.c, z8k-opc.h: Add full lda information. | |
493 | ||
494 | Tue Oct 19 12:39:25 1993 Jeffrey A Law ([email protected]) | |
495 | ||
496 | * hppa-dis.c (print_insn_hppa): Do not emit a space after | |
497 | movb instructions. Any necessary space will be emitted by | |
498 | the code to handle nullification completers. | |
499 | ||
500 | Wed Oct 13 16:19:07 1993 Ian Lance Taylor ([email protected]) | |
501 | ||
502 | * mips-opc.c: Moved l.d down so that it disassembles as ldc1. | |
503 | ||
bb959d0a PS |
504 | Fri Oct 8 02:34:21 1993 Peter Schauer ([email protected]) |
505 | ||
506 | * alpha-opc.h: Add ldl_l, fix typo for ldq_u. | |
507 | * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE. | |
508 | ||
9978cd4d ILT |
509 | Tue Oct 5 17:47:53 1993 Ian Lance Taylor ([email protected]) |
510 | ||
511 | * mips-opc.c: Correct lwu opcode value (book had it wrong). | |
512 | ||
513 | Thu Sep 30 11:26:18 1993 Steve Chamberlain ([email protected]) | |
514 | ||
515 | * z8k-dis.c (FETCH_DATA): get just the right amount of data. | |
516 | (unpack_instr): Cope with ARG_IMM4M1 type instructions. | |
517 | ||
cb79d01d RP |
518 | Wed Sep 29 16:24:49 1993 K. Richard Pixley ([email protected]) |
519 | ||
520 | * m88k-dis.c (m88kdis): comment change. Remove space after | |
521 | printing mnemonic. | |
522 | (printop): handle new arg types DEC and XREG for m88110. | |
523 | ||
a0ad6c0f JK |
524 | Tue Sep 28 19:20:16 1993 Jeffrey A Law ([email protected]) |
525 | ||
526 | * hppa-dis.c (print_insn_hppa): Handle 'z' operand | |
527 | type for absolute branch addresses. Delete special | |
528 | "ble" and "be" code in 'W' operand code. | |
529 | ||
530 | Fri Sep 24 14:08:33 1993 Ian Lance Taylor ([email protected]) | |
531 | ||
532 | * mips-opc.c: Set hazard information correctly for branch | |
533 | likely instructions. | |
534 | ||
535 | Fri Sep 17 04:41:17 1993 Peter Schauer ([email protected]) | |
536 | ||
537 | * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use | |
538 | info->fprintf_func for printing and info->print_address_func for | |
539 | address output. | |
540 | ||
541 | Wed Sep 15 12:12:07 1993 Ian Lance Taylor ([email protected]) | |
542 | ||
543 | * mips-opc.c: Set INSN_TRAP for tXX instructions. | |
544 | ||
545 | Thu Sep 9 10:11:27 1993 Ian Lance Taylor ([email protected]) | |
546 | ||
547 | * mips-opc.c: From [email protected] (David Johnson): | |
548 | Corrected second case of "b" for disassembler. | |
549 | ||
44647fcc ILT |
550 | Tue Sep 7 14:25:15 1993 Ian Lance Taylor ([email protected]) |
551 | ||
552 | * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls | |
553 | to BFD swapping routines to correspond to BFD name changes. | |
554 | ||
a9c686ad ILT |
555 | Thu Sep 2 10:35:25 1993 Ian Lance Taylor ([email protected]) |
556 | ||
547998d2 ILT |
557 | * mips-opc.c: Change div machine instruction to be z,s,t rather |
558 | than s,t. Change div macro to be d,v,t rather than d,s,t. | |
559 | Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu, | |
560 | rem and remu which generates only the corresponding div | |
561 | instruction. This is for compatibility with the MIPS assembler, | |
562 | which only generates the simple machine instruction when an | |
563 | explicit destination of $0 is used. | |
564 | * mips-dis.c (print_insn_arg): Handle 'z' (always register zero). | |
a9c686ad | 565 | |
a5ba0d3f ILT |
566 | Thu Aug 26 17:41:44 1993 Ian Lance Taylor ([email protected]) |
567 | ||
568 | * mips-opc.c: From [email protected] (David Johnson): Set | |
569 | WR_31 hazard for bal, bgezal, bltzal. | |
570 | ||
571 | Thu Aug 26 17:20:02 1993 Jim Kingdon ([email protected]) | |
572 | ||
573 | * hppa-dis.c (print_insn_hppa): Use print function | |
574 | from within the disassemble_info, not fprintf_filtered. | |
575 | ||
576 | Wed Aug 25 13:51:40 1993 Ken Raeburn ([email protected]) | |
577 | ||
578 | * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff | |
579 | Law, [email protected].) | |
580 | ||
320cdccf ILT |
581 | Mon Aug 23 12:44:05 1993 Ian Lance Taylor ([email protected]) |
582 | ||
583 | * mips-opc.c ("absu"): Removed. | |
584 | ("dabs"): Added. | |
585 | ||
2bef2d3e ILT |
586 | Fri Aug 20 10:52:52 1993 Ian Lance Taylor ([email protected]) |
587 | ||
588 | * mips-opc.c: Added r6000 and r4000 instructions and macros. | |
589 | Changed hazard information to distinguish between memory load | |
590 | delays and coprocessor load delays. | |
591 | ||
45b14705 ILT |
592 | Wed Aug 18 15:39:23 1993 Ian Lance Taylor ([email protected]) |
593 | ||
594 | * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s. | |
595 | ||
ed2fe80f DM |
596 | Tue Aug 17 09:44:42 1993 David J. Mackenzie ([email protected]) |
597 | ||
598 | * configure.in: Don't pass cpu to config.bfd. | |
599 | ||
e9a30357 ILT |
600 | Tue Aug 17 12:23:52 1993 Ian Lance Taylor ([email protected]) |
601 | ||
602 | * m88k-dis.c (m88kdis): Make class unsigned. | |
603 | ||
604 | Thu Aug 12 15:08:18 1993 Ian Lance Taylor ([email protected]) | |
605 | ||
606 | * alpha-dis.c (print_insn_alpha): One branch format case was | |
607 | missing the instruction name. | |
608 | ||
609 | Wed Aug 11 19:29:39 1993 David J. Mackenzie ([email protected]) | |
610 | ||
611 | * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS. | |
612 | Add the arch-specific auxiliary files. | |
613 | (OFILES): Remove the arch-specific auxiliary files | |
614 | and use BFD_MACHINES instead of DIS_LIBS. | |
615 | * configure.in: Set BFD_MACHINES based on --with-targets option. | |
616 | ||
786e4f1a ILT |
617 | Thu Aug 12 12:04:53 1993 Ian Lance Taylor ([email protected]) |
618 | ||
619 | * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly | |
620 | for swc1. | |
621 | ||
622 | Sun Aug 8 15:09:30 1993 Jim Kingdon ([email protected]) | |
623 | ||
624 | * sparc-opc.c: Change CONST to const to deal with gcc | |
625 | -Dconst=__const -traditional. | |
626 | ||
11a0aaa7 ILT |
627 | Fri Aug 6 10:58:55 1993 Ian Lance Taylor ([email protected]) |
628 | ||
629 | * mips-opc.c: From [email protected] (David Johnson): Took | |
630 | coprocessor instructions out of #if 0, and made them use new | |
631 | argument type "C". | |
632 | ||
071689e1 JK |
633 | Thu Aug 5 17:11:06 1993 Jim Kingdon ([email protected]) |
634 | ||
635 | * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h. | |
636 | ||
637 | Fri Jul 30 18:48:15 1993 John Gilmore ([email protected]) | |
638 | ||
639 | * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch | |
640 | instruction, for use by the disassembler. | |
641 | ||
642 | * sparc-dis.c (SEX): Add sign extension macro. Replace many | |
643 | hand-coded sign extensions that depended on 32-bit host ints. | |
644 | FIXME, we still depend on big-endian host bitfield ordering. | |
645 | (sparc_print_insn): Set the insn_info_valid field, and the | |
646 | other fields that describe the instruction being printed. | |
647 | ||
648 | Tue Jul 27 17:04:58 1993 Jim Wilson ([email protected]) | |
649 | ||
650 | * sparc-opc.c (call): Accept all 6 addressing modes valid for | |
651 | `jmp' instead of just one of them. | |
652 | ||
4d135f1c JK |
653 | Wed Jul 21 11:43:32 1993 Jim Kingdon ([email protected]) |
654 | ||
071689e1 JK |
655 | * hppa-dis.c: Move floating registers from reg_names to fp_reg_names. |
656 | (fput_fp_reg_r): Renamed from fput_reg_r. | |
657 | (fput_fp_reg): New function. | |
658 | (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate. | |
659 | ||
4d135f1c JK |
660 | * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards. |
661 | ||
662 | * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD. | |
663 | ||
17068960 JK |
664 | Mon Jul 19 13:52:21 1993 Jim Kingdon ([email protected]) |
665 | ||
b2ad2e64 JK |
666 | * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'. |
667 | ||
981b3a27 JK |
668 | * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n', |
669 | don't output a space. | |
670 | ||
17068960 JK |
671 | * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad. |
672 | ||
32d2052a JK |
673 | Sun Jul 18 16:30:02 1993 Jim Kingdon ([email protected]) |
674 | ||
675 | * mips-opc.c: New file, containing opcode table from | |
676 | ../include/opcode/mips.h. | |
677 | * Makefile.in: Add it. | |
678 | ||
a4c01299 ILT |
679 | Thu Jul 15 12:37:05 1993 Ian Lance Taylor ([email protected]) |
680 | ||
681 | * m88k-dis.c: New file, moved in from gdb and changed to use the | |
682 | new dis-asm.h disassembler interface. | |
683 | * Makefile.in (DIS_LIBS): Added m88k-dis.o. | |
684 | (m88k-dis.o): New target. | |
685 | ||
37609724 ILT |
686 | Tue Jul 13 10:04:16 1993 Ian Lance Taylor ([email protected]) |
687 | ||
688 | * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to | |
689 | argument string const char * to correspond to opcode/mips.h. | |
690 | ||
fde326fb ILT |
691 | Tue Jul 6 15:18:37 1993 Ian Lance Taylor ([email protected]) |
692 | ||
693 | * mips-dis.c: Updated to account for name changes in new version | |
694 | of opcode/mips.h. | |
695 | * Makefile.in: Added header file dependencies. | |
696 | ||
a5b5f81d DE |
697 | Sat Jul 3 23:47:56 1993 Doug Evans ([email protected]) |
698 | ||
699 | * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction. | |
700 | ||
701 | Thu Jul 1 12:23:38 1993 Jim Kingdon ([email protected]) | |
702 | ||
703 | * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign | |
704 | extend, rather than shifts. | |
705 | ||
706 | Sun Jun 20 20:56:56 1993 Ken Raeburn ([email protected]) | |
707 | ||
708 | * Makefile.in: Undo 15 June change. | |
709 | ||
5b6c6336 PB |
710 | Fri Jun 18 14:15:15 1993 Per Bothner ([email protected]) |
711 | ||
712 | * m68k-dis.c (print_insn_arg): Change return value to byte count | |
713 | or error code. | |
714 | * m68k-dis.c: Re-write to detect invalid operands before | |
715 | printing anything, so we can handle this the same way we | |
716 | handle invalid opcodes. | |
717 | ||
219cf232 SC |
718 | Thu Jun 17 15:01:36 1993 Steve Chamberlain ([email protected]) |
719 | ||
720 | * sh-dis.c, sh-opc.h: Understand some more opcodes. | |
721 | ||
91ea6ab0 ILT |
722 | Wed Jun 16 13:48:05 1993 Ian Lance Taylor ([email protected]) |
723 | ||
724 | * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other | |
725 | header files. | |
726 | ||
0a3c15c3 KR |
727 | Tue Jun 15 21:45:26 1993 Ken Raeburn ([email protected]) |
728 | ||
729 | * sparc-dis.c: Don't declare qsort, since sysdep.h might. | |
730 | ||
731 | * configure.in: Do make sysdep.h link. | |
732 | * Makefile.in: Search ../include. Don't search ../bfd. | |
733 | ||
5aef7c67 SG |
734 | Tue Jun 15 13:36:10 1993 Stu Grossman ([email protected]) |
735 | ||
736 | Changes from Jeff Law, [email protected]: | |
737 | * hppa-dis.c: Fix typo. 'a' and 'd' were reversed. | |
738 | Do not print a space before the completers specified by | |
739 | 'a' and 'd'. | |
740 | ||
112087ed KR |
741 | Fri Jun 11 18:40:21 1993 Ken Raeburn ([email protected]) |
742 | ||
998f2ef3 KR |
743 | * mips-dis.c: No longer need to bomb out if HOST_64_BIT is |
744 | defined, since gdb has been fixed. | |
745 | ||
112087ed KR |
746 | Changes from Jeff Law, [email protected]: |
747 | * hppa-dis.c (print_insn_hppa): Last argument to fput_reg, | |
748 | fput_reg_r, fput_creg, fput_const, and fputs_filtered should | |
749 | be a *disassemble_info, not a *FILE. | |
750 | * hppa-dis.c: Support 'd', '!', and 'a'. | |
751 | * hppa-dis.c: Support 's' to extract a 2 bit space register. | |
752 | * hppa-dis.c: Delete cases which are no longer needed. | |
753 | ||
e6fb7139 JK |
754 | Fri Jun 11 07:53:48 1993 Jim Kingdon ([email protected]) |
755 | ||
756 | * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes. | |
757 | ||
758 | Tue Jun 8 12:25:01 1993 Steve Chamberlain ([email protected]) | |
759 | ||
760 | * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with | |
761 | H8/300-H opcodes. | |
762 | ||
e0a8bcfb PB |
763 | Mon Jun 7 12:58:49 1993 Per Bothner ([email protected]) |
764 | ||
765 | * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h. | |
766 | * configure.in: No longer need to configure to get sysdep.h. | |
767 | ||
768 | Thu Jun 3 15:56:49 1993 Stu Grossman ([email protected]) | |
769 | ||
770 | * Patches from Jeffrey Law <[email protected]>. | |
771 | * hppa-dis.c: Support 'I', 'J', and 'K' in output | |
772 | templates for 1.1 FP computational instructions. | |
773 | ||
774 | Tue May 25 13:05:48 1993 Ken Raeburn ([email protected]) | |
775 | ||
776 | * h8500-dis.c (print_insn_h8500): Address argument is type | |
777 | bfd_vma. | |
778 | * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002): | |
779 | Ditto. | |
780 | ||
781 | * h8500-opc.h (addr_class_type): No comma at end of enumerator. | |
782 | * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto. | |
783 | ||
784 | * sparc-dis.c (compare_opcodes): Move static declaration to | |
785 | top-level. | |
786 | ||
787 | Fri May 21 14:17:37 1993 Peter Schauer ([email protected]) | |
788 | ||
789 | * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp | |
790 | instruction, remove unimp hack from 'l' argument. | |
791 | ||
792 | Wed May 19 15:35:54 1993 Stu Grossman ([email protected]) | |
793 | ||
794 | * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's | |
795 | happy. | |
796 | ||
797 | Fri May 14 15:22:46 1993 Ian Lance Taylor ([email protected]) | |
798 | ||
799 | * Based on patches from [email protected] (David Johnson): | |
800 | * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor | |
801 | instructions. | |
802 | ||
cfa8d061 KR |
803 | Fri May 14 00:09:14 1993 Ken Raeburn ([email protected]) |
804 | ||
d698222b KR |
805 | * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some |
806 | arrays of string pointers to 2-d arrays of chars, to save | |
807 | space. | |
cfa8d061 KR |
808 | |
809 | Thu May 6 20:51:17 1993 Fred Fish ([email protected]) | |
810 | ||
811 | * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c: | |
812 | Cast second arg to read_memory_func to "bfd_byte *", as necessary. | |
813 | ||
814 | Tue May 4 20:31:10 1993 Ken Raeburn ([email protected]) | |
815 | ||
816 | * hppa-dis.c: New file from Utah, adapted to new disassembler | |
817 | calling interface. | |
818 | * Makefile.in: Include it. | |
819 | ||
820 | Mon Apr 26 18:17:42 1993 Steve Chamberlain ([email protected]) | |
821 | ||
822 | * sh-dis.c, sh-opc.h: New files. | |
823 | ||
824 | Fri Apr 23 18:51:22 1993 Steve Chamberlain ([email protected]) | |
825 | ||
826 | * alpha-dis.c, alpha-opc.h: New files. | |
827 | ||
828 | Tue Apr 6 12:54:08 1993 Peter Schauer ([email protected]) | |
829 | ||
830 | * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed | |
831 | value. | |
832 | ||
d802b948 JG |
833 | Mon Apr 5 17:37:37 1993 John Gilmore ([email protected]) |
834 | ||
835 | * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias. | |
836 | ||
837 | Fri Apr 2 07:24:27 1993 Ian Lance Taylor ([email protected]) | |
838 | ||
839 | * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than | |
840 | const. | |
841 | ||
720b3aed JK |
842 | Thu Apr 1 11:20:43 1993 Jim Kingdon ([email protected]) |
843 | ||
844 | * sparc-dis.c: Use fprintf_func a few places where I forgot, | |
845 | and double percent signs a few places. | |
846 | ||
847 | * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils. | |
848 | ||
849 | * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c: | |
850 | Use info->print_address_func not print_address. | |
851 | ||
852 | * dis-buf.c (generic_print_address): New function. | |
853 | ||
f7ed13c7 JK |
854 | Wed Mar 31 10:07:04 1993 Jim Kingdon ([email protected]) |
855 | ||
856 | * Makefile.in: Add sparc-dis.c. | |
857 | sparc-dis.c: New file, merges binutils and gdb versions as follows: | |
858 | From GDB: | |
859 | Add `add' instruction to the set that get checked | |
860 | for a preceding `sethi' in order to print an absolute address. | |
861 | * (print_insn): Disassembly prefers real instructions. | |
862 | (is_delayed_branch): Speed up. | |
863 | * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables. | |
864 | Still missing some float ops, and needs testing. | |
865 | * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by | |
866 | F_ALIAS. Use printf, not fprintf, when not passing a file | |
867 | pointer... | |
868 | (compare_opcodes): Check that identical instructions have | |
869 | identical opcodes, complain otherwise. | |
870 | From binutils: | |
871 | * New 'm' arg. | |
872 | * Include reg_names. | |
873 | From neither: | |
874 | Use dis-asm.h/read_memory_func interface. | |
875 | ||
05545edc RP |
876 | Wed Mar 31 20:49:06 1993 K. Richard Pixley ([email protected]) |
877 | ||
878 | * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data): | |
879 | deliberately return non-zero to setjmp from longjmp. Otherwise | |
880 | this code fails to compile. | |
881 | ||
cbe61cc6 SG |
882 | Wed Mar 31 17:04:31 1993 Stu Grossman ([email protected]) |
883 | ||
884 | * m68k-dis.c: Fix prototype for fetch_arg(). | |
885 | ||
5d0734a7 JK |
886 | Wed Mar 31 10:07:04 1993 Jim Kingdon ([email protected]) |
887 | ||
888 | * dis-buf.c: New file, for new read_memory_func interface. | |
889 | Makefile.in (OFILES): Include it. | |
890 | m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c: | |
891 | Use new read_memory_func interface. | |
892 | ||
893 | Mon Mar 29 14:02:17 1993 Steve Chamberlain ([email protected]) | |
894 | ||
895 | * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right. | |
896 | * h8500-opc.h: Fix couple of opcodes. | |
897 | ||
898 | Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
899 | ||
900 | * Makefile.in: add dvi & installcheck targets | |
901 | ||
2cb563e6 JG |
902 | Mon Mar 22 18:55:04 1993 John Gilmore ([email protected]) |
903 | ||
904 | * Makefile.in: Update for h8500-dis.c. | |
905 | ||
337110ea SC |
906 | Fri Mar 19 14:27:17 1993 Steve Chamberlain ([email protected]) |
907 | ||
908 | * h8500-dis.c, h8500-opc.h: New files | |
909 | ||
c840244e PB |
910 | Thu Mar 18 14:12:37 1993 Per Bothner ([email protected]) |
911 | ||
912 | * mips-dis.c, z8k-dis.c: Converted to use interface defined in | |
913 | ../include/dis-asm.h. | |
914 | * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c | |
915 | and ../gdb/m68k-pinsn.c). | |
916 | * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c | |
917 | and ../gdb/i386-pinsn.c). | |
918 | * m68881-ext.c: New file. Moved definition of | |
919 | ext_format ext_format_68881 from ../gdb/m68k-tdep.c. | |
920 | * Makefile.in: Adjust for new files. | |
921 | * i386-dis.c: Patches from John Hassey ([email protected]). | |
922 | * m68k-dis.c: Recognize '9' placement code, so (say) pflush | |
923 | can be dis-assembled. | |
924 | ||
925 | Wed Feb 17 09:19:47 1993 Ken Raeburn ([email protected]) | |
926 | ||
927 | * mips-dis.c (print_insn_arg): Now returns void. | |
928 | ||
929 | Mon Jan 11 16:09:16 1993 Fred Fish ([email protected]) | |
930 | ||
931 | * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h | |
932 | files that use the macros. | |
933 | ||
934 | Thu Jan 7 13:15:17 1993 Ian Lance Taylor ([email protected]) | |
935 | ||
936 | * mips-dis.c: New file, from gdb/mips-pinsn.c. | |
937 | * Makefile.in (DIS_LIBS): Added mips-dis.o. | |
938 | (CFILES): Added mips-dis.c. | |
939 | ||
940 | Thu Jan 7 07:36:33 1993 Steve Chamberlain ([email protected]) | |
941 | ||
942 | * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines | |
943 | * z8kgen.c, z8k-opc.h: fix sizes of some shifts. | |
944 | ||
945 | Tue Dec 22 15:42:44 1992 Per Bothner ([email protected]) | |
946 | ||
947 | * Makefile.in: Improve *clean rules. | |
948 | * configure.in: Allow a default host. | |
949 | ||
950 | Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
951 | ||
952 | * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep | |
953 | files include other sysdep files | |
954 | ||
955 | Thu Nov 12 16:10:37 1992 Steve Chamberlain ([email protected]) | |
956 | ||
957 | * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint | |
958 | ||
959 | Fri Oct 9 04:56:05 1992 John Gilmore ([email protected]) | |
960 | ||
961 | * configure.in: For host support, use ../bfd/configure.host | |
962 | so it stays in sync with the ../bfd/hosts database. | |
963 | ||
d5dcef63 DZ |
964 | Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
965 | ||
966 | * configure.in: use cpu-vendor-os triple instead of nested cases | |
967 | ||
0843ea63 MW |
968 | Wed Sep 30 16:09:20 1992 Michael Werner ([email protected]) |
969 | ||
970 | * z8k-dis.c (unparse_instr): fix bug where opcode returned was | |
971 | *always* the wrong one. | |
972 | ||
b31a1f81 SC |
973 | Wed Sep 30 07:42:17 1992 Steve Chamberlain ([email protected]) |
974 | ||
975 | * z8kgen.c: added copyright info | |
976 | ||
447bbbea SC |
977 | Tue Sep 29 12:20:21 1992 Steve Chamberlain ([email protected]) |
978 | ||
979 | * z8k-dis.c (unparse_instr): prettier tabs | |
980 | * z8kgen.c -> z8k-opc.h: bug fixes in tables | |
981 | ||
57cae454 SG |
982 | Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com) |
983 | ||
984 | * configure.in: Add ncr* configuration. | |
985 | * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make | |
986 | picayune ANSI compilers happy. | |
987 | ||
988 | Sep 20 08:50:55 1992 Fred Fish ([email protected]) | |
989 | ||
990 | * configure.in (i386): Make i386 and i486 synonymous for now. | |
991 | * configure.in (i[34]86-*-sysv4): Add my_host definition. | |
992 | ||
3a157902 KR |
993 | Fri Sep 18 17:01:23 1992 Ken Raeburn ([email protected]) |
994 | ||
995 | * Makefile.in (install): Fix typo. | |
996 | ||
68ca3238 JG |
997 | Fri Sep 18 02:04:24 1992 John Gilmore ([email protected]) |
998 | ||
999 | * Makefile.in (make): Remove obsolete crud. | |
1000 | (sparc-opc.o): Avoid Sun Make VPATH bug. | |
1001 | ||
e5bc6aaf RP |
1002 | Tue Sep 8 17:29:27 1992 K. Richard Pixley ([email protected]) |
1003 | ||
1004 | * Makefile.in: since there are no SUBDIRS, remove rule and | |
68ca3238 | 1005 | references of subdir_do. |
e5bc6aaf | 1006 | |
794a16b0 KR |
1007 | Tue Sep 8 17:02:58 1992 Ken Raeburn ([email protected]) |
1008 | ||
1009 | * Makefile.in (install): Get the library name right here too. | |
1010 | Don't install bfd.h, since it's unrelated to this library. No | |
1011 | subdirs to recurse into, either. | |
1012 | (CFILES): The source file has a .c suffix, not .o. | |
1013 | ||
1014 | * sparc-opc.c: New file, moved from BFD. | |
1015 | * Makefile.in (OFILES): Build it. | |
1016 | ||
1017 | Thu Sep 3 16:59:20 1992 Michael Werner ([email protected]) | |
1018 | ||
1019 | * z8k-dis.c: fixed forward refferences of some declarations. | |
1020 | ||
1021 | Mon Aug 31 16:09:45 1992 Michael Werner ([email protected]) | |
1022 | ||
1023 | * Makefile.in: get the name of the library right | |
1024 | ||
a4ccc310 SC |
1025 | Mon Aug 31 13:47:35 1992 Steve Chamberlain ([email protected]) |
1026 | ||
add1fb05 | 1027 | * z8k-dis.c: knows how to disassemble z8k stuff |
a4ccc310 SC |
1028 | * z8k-opc.h: new file full of z8000 opcodes |
1029 | ||
9a458b67 ILT |
1030 | \f |
1031 | Local Variables: | |
1032 | version-control: never | |
1033 | End: |