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