OSDN Git Service

Initial revision
[pf3gnuchains/pf3gnuchains4x.git] / sim / w65 / ChangeLog
1 Sun Apr 26 15:31:55 1998  Tom Tromey  <tromey@creche>
2
3         * configure: Regenerated to track ../common/aclocal.m4 changes.
4         * config.in: Ditto.
5
6 Sun Apr 26 15:19:08 1998  Tom Tromey  <tromey@cygnus.com>
7
8         * acconfig.h: New file.
9         * configure.in: Reverted change of Apr 24; use sinclude again.
10         Don't call AC_C_CROSS.
11
12 Fri Apr 24 14:16:40 1998  Tom Tromey  <tromey@creche>
13
14         * configure: Regenerated to track ../common/aclocal.m4 changes.
15         * config.in: Ditto.
16
17 Fri Apr 24 11:17:46 1998  Tom Tromey  <tromey@cygnus.com>
18
19         * acconfig.h: Removed.
20         * configure.in: Call CY_GNU_GETTEXT.
21         * Makefile.in (INTLLIBS): New macro.
22         (INTLDEPS): Likewise.
23         ($(RUN_PROG)): Depend on INTLDEPS; link against INTLLIBS.
24         (top_builddir): New macro.
25
26 Wed Apr 22 14:29:50 1998  Michael Meissner  <meissner@cygnus.com>
27
28         * configure: Regenerate with autoconf 2.12.1.
29
30 Tue Feb 17 12:52:24 1998  Andrew Cagney  <cagney@b1.cygnus.com>
31
32         * run.c (main): Pass length into sim_fetch_register.
33
34         * interp.c (sim_store_register, sim_fetch_register): Pass in
35         length parameter. Return -1.
36
37 Tue Aug 26 10:43:11 1997  Andrew Cagney  <cagney@b1.cygnus.com>
38
39         * interp.c (sim_kill): Delete.
40         (sim_create_inferior): Add ABFD argument.  Set PC from same.
41
42 Mon Aug 25 16:34:33 1997  Andrew Cagney  <cagney@b1.cygnus.com>
43
44         * interp.c (sim_open): Add ABFD argument. Change ARGV to PARGV.
45
46 Tue May 20 10:24:54 1997  Andrew Cagney  <cagney@b1.cygnus.com>
47
48         * interp.c (sim_open): Add callback argument.
49
50 Tue Apr 15 14:55:10 1997  Ian Lance Taylor  <ian@cygnus.com>
51
52         * Makefile.in (INSTALL): Set to @INSTALL@.
53         (INSTALL_XFORM, INSTALL_XFORM1): Remove.
54         (install): Depend upon installdirs.  Use $(program_transform_name)
55         directly, rather than using $(INSTALL_XFORM) and
56         $(INSTALL_XFORM1).
57         (installdirs): New target.
58
59 Mon Apr 14 16:30:02 1997  Ian Lance Taylor  <ian@cygnus.com>
60
61         * Makefile.in (INSTALL): Change install.sh to install-sh.
62
63 Wed Apr  2 15:40:30 1997  Doug Evans  <dje@canuck.cygnus.com>
64
65         * interp.c (sim_open): New arg `kind'.  `name is now `argv'.
66
67 Thu Oct  3 16:17:59 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
68
69         * Makefile.in (mostlyclean): Move config.log to distclean.
70
71 Wed Jun 26 12:30:45 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
72
73         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
74         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
75         (docdir): Removed.
76         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
77         (AC_PROG_INSTALL): Added.
78         * configure: Rebuilt.
79
80 Wed Feb 21 12:17:04 1996  Ian Lance Taylor  <ian@cygnus.com>
81
82         * configure: Regenerate with autoconf 2.7.
83
84 Thu Oct 19 21:44:14 1995  Fred Fish  <fnf@cygnus.com>
85
86         * Makefile.in:  Remove tabs from otherwise empty line.
87         Confuses many older non-GNU versions of "make".
88
89 Tue Oct 10 11:13:01 1995  Fred Fish  <fnf@cygnus.com>
90
91         * Makefile.in (BISONFLAGS): Remove macro.
92
93 Wed Sep 20 13:35:43 1995  Ian Lance Taylor  <ian@cygnus.com>
94
95         * Makefile.in (maintainer-clean): New synonym for realclean.
96
97 Fri Sep  8 14:03:32 1995  Ian Lance Taylor  <ian@cygnus.com>
98
99         * configure.in: Convert to use autoconf.
100         * configure: New file, built by autoconf.
101         * acconfig.h: New file.
102         * config.in: New file, built by autoheader.
103         * Makefile.in: Various changes for new configure script.  Also:
104         (INSTALL): Go up two levels, not one.
105         (ALLOCA, MALLOC, OPCODES): Remove.
106         (gencode): Use $(CC_FOR_BUILD).
107         (case.o): Remove.
108         (run.o, interp.o): Depend upon config.h.
109         * interp.c: Include "config.h".  Don't include "sysdep.h".
110         Include <stdlib.h>, <time.h>, and <unistd.h> if they exist.
111         * run.c: Include "config.h".  Don't include "sysdep.h".  Include
112         <stdlib.h> if it exists.  Include "getopt.h".  Declare printf if
113         necessary.
114
115 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
116
117         * Update all FSF addresses except those in COPYING* files.
118
119 Wed Jul  5 16:12:53 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
120
121         * w65.mt: Removed.
122
123 Wed May 24 16:31:38 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
124
125         * configure.in: Fix typo in last change.
126
127 Mon Mar 27 10:32:34 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
128
129         * run.c: parse arguments with getopt().
130
131 Tue Feb 28 17:31:36 1995  Ian Lance Taylor  <ian@cygnus.com>
132
133         * configure.in: Use ../../bfd/hosts/std-host.h if specific
134         host unavailable.
135
136         * Started ChangeLog.