aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/run.c
AgeCommit message (Collapse)AuthorFilesLines
1996-11-20 * run.c: Deleted, use one in ../common now.David Edelsohn1-157/+0
* Makefile.in: Delete everything that's been moved to ../common/Make-common.in. (SIM_OBJS): Define. * configure.in: Simplify using macros in ../common/aclocal.m4. * configure: Regenerated. * config.in: New file. * armos.c: #include config.h. * wrapper.c (mem_size): Value is in bytes now. (sim_callback): New global. (arm_sim_set_profile{,_size}): Delete. (arm_sim_set_mem_size): Rename to sim_size. (sim_do_command): Call printf_filtered via callback. (sim_set_callbacks): Record callback.
1995-12-15 * run.c (main): Use new bfd_big_endian macro.Ian Lance Taylor1-1/+1
1995-11-21 * run.c: Include "getopt.h".David Edelsohn1-23/+26
(verbose): Delete. (usage): Make static. (main): Call arm_sim_set_verbosity. Only load sections marked SEC_LOAD. * wrapper.c (mem_size, verbosity): New static global. (arm_sim_set_mem_size): Renamed from sim_size. Callers updated (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
1995-11-18 * armdefs.h (ARMul_State): New member `verbose'.David Edelsohn1-1/+1
* armrdi.c (ARMul_ConsolePrint): Add missing va_end. * run.c (verbose): Make global. * wrapper.c (init): Set state->verbose. (ARMul_ConsolePrint): Don't print anything if !verbose.
1995-09-07 (Try to) Update to new bfd autoconf scheme.David Edelsohn1-1/+0
* run.c: Don't include sysdep.h. * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value. (CC, CFLAGS, AR, RANLIB): Likewise. (HDEFINES, TDEFINES): Define. (CC_FOR_BUILD): Delete. (host_makefile_frag): Delete. (Makefile): Don't depend on frags. * configure.in (sysdep.h): Don't create symlink. (host_makefile_frag, frags): Deleted. (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values. * configure: Regenerated.
1995-08-02Update FSF address.Fred Fish1-1/+1
1995-06-08 * run.c (main): Grab return value from right register.Steve Chamberlain1-3/+3
1995-05-24Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-0/+155
* New.