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