* run.c: Include "getopt.h".
[external/binutils.git] / sim / arm / ChangeLog
1 Mon Nov 20 17:40:38 1995  Doug Evans  <dje@canuck.cygnus.com>
2
3         * run.c: Include "getopt.h".
4         (verbose): Delete.
5         (usage): Make static.
6         (main): Call arm_sim_set_verbosity.
7         Only load sections marked SEC_LOAD.
8         * wrapper.c (mem_size, verbosity): New static global.
9         (arm_sim_set_mem_size): Renamed from sim_size.
10         Callers updated
11         (arm_sim_set_profile{,_size}): Renamed from sim_foo.  Callers updated.
12         
13 Fri Nov 17 19:35:11 1995  Doug Evans  <dje@canuck.cygnus.com>
14
15         * armdefs.h (ARMul_State): New member `verbose'.
16         * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
17         * run.c (verbose): Make global.
18         * wrapper.c (init): Set state->verbose.
19         (ARMul_ConsolePrint): Don't print anything if !verbose.
20
21 Fri Oct 13 15:30:30 1995  Doug Evans  <dje@canuck.cygnus.com>
22
23         * armos.c: #include dbg_rdi.h.
24         (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
25         * armos.h (SWI_Breakpoint): Define.
26         * wrapper.c: #include armemu.h, dbg_rdi.h.
27         (rc): Delete.
28         (sim_resume): Use state->EndCondition to record stop state.
29         Call FLUSHPIPE before returning.
30         (sim_stop_reason): Determine reason from state->EndCondition.
31
32 Fri Oct 13 15:04:05 1995  steve chamberlain  <sac@slash.cygnus.com>
33
34         * wrapper.c (sim_set_callbacks): New.
35
36 Thu Sep 28 19:45:56 1995  Doug Evans  <dje@deneb.cygnus.com>
37
38         * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
39         number of bytes not read/written (or -1).
40
41 Wed Sep 20 13:35:54 1995  Ian Lance Taylor  <ian@cygnus.com>
42
43         * Makefile.in (maintainer-clean): New synonym for realclean.
44
45 Fri Sep  8 14:27:20 1995  Ian Lance Taylor  <ian@cygnus.com>
46
47         * configure.in: Remove AC_PROG_INSTALL.
48         * configure: Rebuild.
49         * Makefile.in (INSTALL): Revert to using install.sh.
50         (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
51         (INSTALL_XFORM, INSTALL_XFORM1): Restore.
52         (mostlyclean): Make the same as clean, not distclean.
53         (clean): Remove config.log.
54         (install): Don't install in $(tooldir).
55
56 Thu Sep  7 12:00:17 1995  Doug Evans  <dje@canuck.cygnus.com>
57
58         (Try to) Update to new bfd autoconf scheme.
59         * run.c: Don't include sysdep.h.
60         * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
61         (CC, CFLAGS, AR, RANLIB): Likewise.
62         (HDEFINES, TDEFINES): Define.
63         (CC_FOR_BUILD): Delete.
64         (host_makefile_frag): Delete.
65         (Makefile): Don't depend on frags.
66         * configure.in (sysdep.h): Don't create symlink.
67         (host_makefile_frag, frags): Deleted.
68         (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
69         * configure: Regenerated.
70
71 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
72
73         * Update all FSF addresses except those in COPYING* files.
74
75 Wed Jul  5 16:15:54 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
76
77         * Makefile.in (clean): Remove run, libsim.a.
78
79         * Makefile.in, configure.in: converted to autoconf.
80         * configure: New file, generated with autconf 2.4.
81
82         * arm.mt: Removed.
83
84 Fri Jun 30 16:49:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
85
86         * wrapper.c (sim_do_command): New function.
87
88 Tue Jun 13 10:57:32 1995  Steve Chamberlain  <sac@slash.cygnus.com>
89
90         * armos.c (ARMul_OSHandleSWI): New version to work with
91         newlib simply.
92
93 Thu Jun  8 14:37:14 1995  Steve Chamberlain  <sac@slash.cygnus.com>
94
95         * run.c (main): Grab return value from right register.
96
97 Wed May 24 14:37:31 1995  Steve Chamberlain  <sac@slash.cygnus.com>
98
99         * New.
100
101