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