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