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