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