3 * run.c: Include "getopt.h".
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.
11 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
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.
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.
28 (sim_resume): Use state->EndCondition to record stop state.
29 Call FLUSHPIPE before returning.
30 (sim_stop_reason): Determine reason from state->EndCondition.
34 * wrapper.c (sim_set_callbacks): New.
38 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
39 number of bytes not read/written (or -1).
43 * Makefile.in (maintainer-clean): New synonym for realclean.
47 * configure.in: Remove AC_PROG_INSTALL.
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).
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.
73 * Update all FSF addresses except those in COPYING* files.
77 * Makefile.in (clean): Remove run, libsim.a.
79 * Makefile.in, configure.in: converted to autoconf.
80 * configure: New file, generated with autconf 2.4.
86 * wrapper.c (sim_do_command): New function.
90 * armos.c (ARMul_OSHandleSWI): New version to work with
95 * run.c (main): Grab return value from right register.