aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
AgeCommit message (Collapse)AuthorFilesLines
1996-06-26 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda1-1/+2
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
1995-12-15 * run.c (main): Use new bfd_big_endian macro.Ian Lance Taylor1-1/+1
1995-11-21minor cleanupDavid Edelsohn1-2/+1
1995-11-21 * run.c: Include "getopt.h".David Edelsohn2-23/+57
(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-10-13 Add sim_set_callbacks.Steve Chamberlain2-0/+268
1995-09-20add maintainer-clean Makefile targetsIan Lance Taylor1-0/+4
1995-09-08 * configure.in: Remove AC_PROG_INSTALL.Ian Lance Taylor3-16/+20
* configure: Rebuild. * Makefile.in (INSTALL): Revert to using install.sh. (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL). (INSTALL_XFORM, INSTALL_XFORM1): Restore. (mostlyclean): Make the same as clean, not distclean. (clean): Remove config.log. (install): Don't install in $(tooldir).
1995-09-07 (Try to) Update to new bfd autoconf scheme.David Edelsohn5-38/+930
* 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-07-05forgot to check this inJ.T. Conklin1-22/+19
1995-07-05* Makefile.in, configure.in: converted to autoconf.J.T. Conklin3-0/+179
* configure: New file, generated with autconf 2.4.
1995-07-05* arm.mt: Removed.J.T. Conklin3-4/+4
1995-06-30 * wrapper.c (sim_do_command): New function.Stan Shebs1-0/+9
1995-06-13 * armos.c (ARMul_OSHandleSWI): New version to work withSteve Chamberlain1-2/+2
newlib simply.
1995-06-08 * run.c (main): Grab return value from right register.Steve Chamberlain2-3/+12
1995-05-24Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-0/+70
* Makefile.in: Support ARM. * configure.in: Ditto.
1995-05-24Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain23-0/+5310
* New.