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
12 * run.c: Deleted, use one in ../common now.
13 * Makefile.in: Delete everything that's been moved to
14 ../common/Make-common.in.
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.
29 * Makefile.in (mostlyclean): Remove config.log.
33 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
34 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
36 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
37 (AC_PROG_INSTALL): Added.
42 * configure: Regenerate with autoconf 2.7.
46 * run.c (main): Use new bfd_big_endian macro.
50 * run.c: Include "getopt.h".
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.
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.
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.
74 (sim_resume): Use state->EndCondition to record stop state.
75 Call FLUSHPIPE before returning.
76 (sim_stop_reason): Determine reason from state->EndCondition.
80 * wrapper.c (sim_set_callbacks): New.
84 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
85 number of bytes not read/written (or -1).
89 * Makefile.in (maintainer-clean): New synonym for realclean.
93 * configure.in: Remove AC_PROG_INSTALL.
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).
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.
119 * Update all FSF addresses except those in COPYING* files.
123 * Makefile.in (clean): Remove run, libsim.a.
125 * Makefile.in, configure.in: converted to autoconf.
126 * configure: New file, generated with autconf 2.4.
132 * wrapper.c (sim_do_command): New function.
136 * armos.c (ARMul_OSHandleSWI): New version to work with
141 * run.c (main): Grab return value from right register.