* aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
[deliverable/binutils-gdb.git] / sim / arm / ChangeLog
CommitLineData
fbda74b1
DE
1Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
2
3 * configure: Regenerated to track ../common/aclocal.m4 changes.
4
64d20049
ILT
5Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
6
7 * COPYING: Update FSF address.
8
a35e91c3
AC
9Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10
11 * configure: Regenerated to track ../common/aclocal.m4 changes.
12
13Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14
15 * configure: Regenerated to track ../common/aclocal.m4 changes.
16
a77aa7ec
AC
17Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
18
19 * configure: Re-generate.
20
601fb8ae
MM
21Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
22
23 * configure: Regenerate to track ../common/aclocal.m4 changes.
24
a579d134
DE
25Thu Mar 13 12:38:56 1997 Doug Evans <dje@canuck.cygnus.com>
26
27 * wrapper.c (sim_open): Has result now.
28 (sim_*): New SIM_DESC argument.
29
30Tue Feb 4 13:22:21 1997 Doug Evans <dje@canuck.cygnus.com>
31
32 * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
33 COMMON_{PRE,POST}_CONFIG_FRAG instead.
34 * configure.in: sinclude ../common/aclocal.m4.
35 * configure: Regenerated.
36
295dbbe4
SG
37Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
38
39 * configure configure.in Makefile.in: Update to new configure
40 scheme which is more compatible with WinGDB builds.
41 * configure.in: Improve comment on how to run autoconf.
42 * configure: Re-run autoconf to get new ../common/aclocal.m4.
43 * Makefile.in: Use autoconf substitution to install common
44 makefile fragment.
45
46Wed Nov 20 01:05:10 1996 Doug Evans <dje@canuck.cygnus.com>
47
48 * run.c: Deleted, use one in ../common now.
49 * Makefile.in: Delete everything that's been moved to
50 ../common/Make-common.in.
51 (SIM_OBJS): Define.
52 * configure.in: Simplify using macros in ../common/aclocal.m4.
53 * configure: Regenerated.
54 * config.in: New file.
55 * armos.c: #include config.h.
56 * wrapper.c (mem_size): Value is in bytes now.
57 (sim_callback): New global.
58 (arm_sim_set_profile{,_size}): Delete.
59 (arm_sim_set_mem_size): Rename to sim_size.
60 (sim_do_command): Call printf_filtered via callback.
61 (sim_set_callbacks): Record callback.
62
63Thu Oct 3 16:10:27 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
64
65 * Makefile.in (mostlyclean): Remove config.log.
66
67Wed Jun 26 12:17:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
68
69 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
70 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
71 (docdir): Removed.
72 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
73 (AC_PROG_INSTALL): Added.
74 * configure: Rebuilt.
75
76Wed Feb 21 12:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
77
78 * configure: Regenerate with autoconf 2.7.
79
80Fri Dec 15 16:27:30 1995 Ian Lance Taylor <ian@cygnus.com>
81
82 * run.c (main): Use new bfd_big_endian macro.
83
6d8e15cb
DE
84Mon Nov 20 17:40:38 1995 Doug Evans <dje@canuck.cygnus.com>
85
86 * run.c: Include "getopt.h".
87 (verbose): Delete.
88 (usage): Make static.
89 (main): Call arm_sim_set_verbosity.
90 Only load sections marked SEC_LOAD.
91 * wrapper.c (mem_size, verbosity): New static global.
c3ccc15e 92 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
6d8e15cb
DE
93 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
94
95Fri Nov 17 19:35:11 1995 Doug Evans <dje@canuck.cygnus.com>
96
97 * armdefs.h (ARMul_State): New member `verbose'.
98 * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
99 * run.c (verbose): Make global.
100 * wrapper.c (init): Set state->verbose.
101 (ARMul_ConsolePrint): Don't print anything if !verbose.
102
103Fri Oct 13 15:30:30 1995 Doug Evans <dje@canuck.cygnus.com>
104
105 * armos.c: #include dbg_rdi.h.
106 (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
107 * armos.h (SWI_Breakpoint): Define.
108 * wrapper.c: #include armemu.h, dbg_rdi.h.
109 (rc): Delete.
110 (sim_resume): Use state->EndCondition to record stop state.
111 Call FLUSHPIPE before returning.
112 (sim_stop_reason): Determine reason from state->EndCondition.
113
a325a02e
SC
114Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
115
116 * wrapper.c (sim_set_callbacks): New.
117
118Thu Sep 28 19:45:56 1995 Doug Evans <dje@deneb.cygnus.com>
119
120 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
121 number of bytes not read/written (or -1).
122
602677ad
ILT
123Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
124
125 * Makefile.in (maintainer-clean): New synonym for realclean.
126
c64dfabd
ILT
127Fri Sep 8 14:27:20 1995 Ian Lance Taylor <ian@cygnus.com>
128
129 * configure.in: Remove AC_PROG_INSTALL.
130 * configure: Rebuild.
131 * Makefile.in (INSTALL): Revert to using install.sh.
132 (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
133 (INSTALL_XFORM, INSTALL_XFORM1): Restore.
134 (mostlyclean): Make the same as clean, not distclean.
135 (clean): Remove config.log.
136 (install): Don't install in $(tooldir).
137
24691f55
DE
138Thu Sep 7 12:00:17 1995 Doug Evans <dje@canuck.cygnus.com>
139
140 (Try to) Update to new bfd autoconf scheme.
141 * run.c: Don't include sysdep.h.
142 * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
143 (CC, CFLAGS, AR, RANLIB): Likewise.
144 (HDEFINES, TDEFINES): Define.
145 (CC_FOR_BUILD): Delete.
146 (host_makefile_frag): Delete.
147 (Makefile): Don't depend on frags.
148 * configure.in (sysdep.h): Don't create symlink.
149 (host_makefile_frag, frags): Deleted.
150 (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
151 * configure: Regenerated.
152
153Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
154
155 * Update all FSF addresses except those in COPYING* files.
156
d1709457
C
157Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
158
24691f55
DE
159 * Makefile.in (clean): Remove run, libsim.a.
160
982744ff
C
161 * Makefile.in, configure.in: converted to autoconf.
162 * configure: New file, generated with autconf 2.4.
163
d1709457
C
164 * arm.mt: Removed.
165
1a0e5dd0
SS
166Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
167
168 * wrapper.c (sim_do_command): New function.
169
170Tue Jun 13 10:57:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
171
172 * armos.c (ARMul_OSHandleSWI): New version to work with
173 newlib simply.
174
c8aea29b
SC
175Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
176
177 * run.c (main): Grab return value from right register.
178
179Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
180
181 * New.
182
183
This page took 0.084517 seconds and 4 git commands to generate.