home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / opcodes / ChangeLog < prev    next >
Encoding:
Text File  |  1995-03-04  |  33.8 KB  |  985 lines

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