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