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