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