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