* run.c: #include ../common/config.h, tconfig.h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 20 Nov 1996 09:20:55 +0000 (09:20 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 20 Nov 1996 09:20:55 +0000 (09:20 +0000)
commit58b72d7e20508573cd2499c53e8505e3f64f9e09
treee9a17495599ec3e4905500dfaadf846f325bbd3e
parente01714ccdabefedf2b6b2524c688d7994ca3f652
* run.c: #include ../common/config.h, tconfig.h.
(myname): New static global.
(main): Recognize new options -a, -c.  Also recognize -h if h8/300.
Only process -c ifdef SIM_HAVE_SIMCACHE.
Only process -p/-s ifdef SIM_HAVE_PROFILE.
Parse program name from argv[0] and use in error messages.
Pass sim_args to sim_open.  Pass prog_args to sim_create_inferior.
Add support for incomplete h8/300 termination indicators.
(usage): Make more verbose.
* aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
* Makefile.in,Make-common.in,callback.c: New files.
* nltvals.def,gentmap.c,gentvals.sh: New files.
sim/common/Makefile.in [new file with mode: 0644]
sim/common/configure.in [new file with mode: 0644]
sim/common/gentmap.c [new file with mode: 0644]
sim/common/gentvals.sh [new file with mode: 0644]
sim/common/tconfig.in [new file with mode: 0644]