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