]> Git Repo - binutils.git/blob - sim/arm/ChangeLog
* interp.c (simopen): Add support for LSI MiniRISC PMON vectors.
[binutils.git] / sim / arm / ChangeLog
1 Thu Jan 23 11:46:23 1997  Stu Grossman  ([email protected])
2
3         * configure configure.in Makefile.in:  Update to new configure
4         scheme which is more compatible with WinGDB builds.
5         * configure.in:  Improve comment on how to run autoconf.
6         * configure:  Re-run autoconf to get new ../common/aclocal.m4.
7         * Makefile.in:  Use autoconf substitution to install common
8         makefile fragment.
9
10 Wed Nov 20 01:05:10 1996  Doug Evans  <[email protected]>
11
12         * run.c: Deleted, use one in ../common now.
13         * Makefile.in: Delete everything that's been moved to
14         ../common/Make-common.in.
15         (SIM_OBJS): Define.
16         * configure.in: Simplify using macros in ../common/aclocal.m4.
17         * configure: Regenerated.
18         * config.in: New file.
19         * armos.c: #include config.h.
20         * wrapper.c (mem_size): Value is in bytes now.
21         (sim_callback): New global.
22         (arm_sim_set_profile{,_size}): Delete.
23         (arm_sim_set_mem_size): Rename to sim_size.
24         (sim_do_command): Call printf_filtered via callback.
25         (sim_set_callbacks): Record callback.
26
27 Thu Oct  3 16:10:27 1996  Jason Molenda  ([email protected])
28
29         * Makefile.in (mostlyclean): Remove config.log.
30
31 Wed Jun 26 12:17:24 1996  Jason Molenda  ([email protected])
32
33         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
34         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
35         (docdir): Removed.
36         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
37         (AC_PROG_INSTALL): Added.
38         * configure: Rebuilt.
39
40 Wed Feb 21 12:14:31 1996  Ian Lance Taylor  <[email protected]>
41
42         * configure: Regenerate with autoconf 2.7.
43
44 Fri Dec 15 16:27:30 1995  Ian Lance Taylor  <[email protected]>
45
46         * run.c (main): Use new bfd_big_endian macro.
47
48 Mon Nov 20 17:40:38 1995  Doug Evans  <[email protected]>
49
50         * run.c: Include "getopt.h".
51         (verbose): Delete.
52         (usage): Make static.
53         (main): Call arm_sim_set_verbosity.
54         Only load sections marked SEC_LOAD.
55         * wrapper.c (mem_size, verbosity): New static global.
56         (arm_sim_set_mem_size): Renamed from sim_size.  Callers updated.
57         (arm_sim_set_profile{,_size}): Renamed from sim_foo.  Callers updated.
58         
59 Fri Nov 17 19:35:11 1995  Doug Evans  <[email protected]>
60
61         * armdefs.h (ARMul_State): New member `verbose'.
62         * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
63         * run.c (verbose): Make global.
64         * wrapper.c (init): Set state->verbose.
65         (ARMul_ConsolePrint): Don't print anything if !verbose.
66
67 Fri Oct 13 15:30:30 1995  Doug Evans  <[email protected]>
68
69         * armos.c: #include dbg_rdi.h.
70         (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
71         * armos.h (SWI_Breakpoint): Define.
72         * wrapper.c: #include armemu.h, dbg_rdi.h.
73         (rc): Delete.
74         (sim_resume): Use state->EndCondition to record stop state.
75         Call FLUSHPIPE before returning.
76         (sim_stop_reason): Determine reason from state->EndCondition.
77
78 Fri Oct 13 15:04:05 1995  steve chamberlain  <[email protected]>
79
80         * wrapper.c (sim_set_callbacks): New.
81
82 Thu Sep 28 19:45:56 1995  Doug Evans  <[email protected]>
83
84         * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
85         number of bytes not read/written (or -1).
86
87 Wed Sep 20 13:35:54 1995  Ian Lance Taylor  <[email protected]>
88
89         * Makefile.in (maintainer-clean): New synonym for realclean.
90
91 Fri Sep  8 14:27:20 1995  Ian Lance Taylor  <[email protected]>
92
93         * configure.in: Remove AC_PROG_INSTALL.
94         * configure: Rebuild.
95         * Makefile.in (INSTALL): Revert to using install.sh.
96         (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
97         (INSTALL_XFORM, INSTALL_XFORM1): Restore.
98         (mostlyclean): Make the same as clean, not distclean.
99         (clean): Remove config.log.
100         (install): Don't install in $(tooldir).
101
102 Thu Sep  7 12:00:17 1995  Doug Evans  <[email protected]>
103
104         (Try to) Update to new bfd autoconf scheme.
105         * run.c: Don't include sysdep.h.
106         * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
107         (CC, CFLAGS, AR, RANLIB): Likewise.
108         (HDEFINES, TDEFINES): Define.
109         (CC_FOR_BUILD): Delete.
110         (host_makefile_frag): Delete.
111         (Makefile): Don't depend on frags.
112         * configure.in (sysdep.h): Don't create symlink.
113         (host_makefile_frag, frags): Deleted.
114         (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
115         * configure: Regenerated.
116
117 Thu Aug  3 10:45:37 1995  Fred Fish  <[email protected]>
118
119         * Update all FSF addresses except those in COPYING* files.
120
121 Wed Jul  5 16:15:54 1995  J.T. Conklin  <[email protected]>
122
123         * Makefile.in (clean): Remove run, libsim.a.
124
125         * Makefile.in, configure.in: converted to autoconf.
126         * configure: New file, generated with autconf 2.4.
127
128         * arm.mt: Removed.
129
130 Fri Jun 30 16:49:47 1995  Stan Shebs  <[email protected]>
131
132         * wrapper.c (sim_do_command): New function.
133
134 Tue Jun 13 10:57:32 1995  Steve Chamberlain  <[email protected]>
135
136         * armos.c (ARMul_OSHandleSWI): New version to work with
137         newlib simply.
138
139 Thu Jun  8 14:37:14 1995  Steve Chamberlain  <[email protected]>
140
141         * run.c (main): Grab return value from right register.
142
143 Wed May 24 14:37:31 1995  Steve Chamberlain  <[email protected]>
144
145         * New.
146
147
This page took 0.033956 seconds and 4 git commands to generate.