David Edelsohn
e01714ccda
* run.c: Deleted, use one in ../common now.
...
* 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.
1996-11-20 09:10:22 +00:00
Jason Molenda
445289655a
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
...
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.
1996-06-26 03:22:34 +00:00
Ian Lance Taylor
e924127a4f
* run.c (main): Use new bfd_big_endian macro.
1995-12-15 21:28:11 +00:00
David Edelsohn
c3ccc15e43
minor cleanup
1995-11-21 01:45:07 +00:00
David Edelsohn
6d8e15cbaf
* run.c: Include "getopt.h".
...
(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-21 01:44:50 +00:00
David Edelsohn
e47e480588
* armdefs.h (ARMul_State): New member `verbose'.
...
* 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-11-18 03:39:17 +00:00
Steve Chamberlain
a325a02e36
Add sim_set_callbacks.
1995-10-13 22:06:30 +00:00
Ian Lance Taylor
602677ad44
add maintainer-clean Makefile targets
1995-09-20 17:38:13 +00:00
Ian Lance Taylor
c64dfabd07
* configure.in: Remove AC_PROG_INSTALL.
...
* 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-08 18:29:22 +00:00
David Edelsohn
24691f5599
(Try to) Update to new bfd autoconf scheme.
...
* 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-09-07 19:08:15 +00:00
Fred Fish
6c9638b444
Update FSF address.
1995-08-02 03:41:12 +00:00
J.T. Conklin
80c5739dbe
forgot to check this in
1995-07-05 23:51:30 +00:00
J.T. Conklin
982744ff4c
* Makefile.in, configure.in: converted to autoconf.
...
* configure: New file, generated with autconf 2.4.
1995-07-05 23:39:33 +00:00
J.T. Conklin
d1709457d9
* arm.mt: Removed.
1995-07-05 23:18:25 +00:00
Stan Shebs
1a0e5dd043
* wrapper.c (sim_do_command): New function.
1995-06-30 23:59:46 +00:00
Steve Chamberlain
5cb74cfef5
* armos.c (ARMul_OSHandleSWI): New version to work with
...
newlib simply.
1995-06-13 17:57:26 +00:00
Steve Chamberlain
c8aea29bd6
* run.c (main): Grab return value from right register.
1995-06-08 21:37:35 +00:00
Steve Chamberlain
d32033ad35
Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
...
* Makefile.in: Support ARM.
* configure.in: Ditto.
1995-05-24 21:49:24 +00:00
Steve Chamberlain
2494eaf6fd
Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
...
* New.
1995-05-24 21:45:01 +00:00