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