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