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