aboutsummaryrefslogtreecommitdiff
path: root/sim/common/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2000-07-27* Usability improvementFrank Ch. Eigler1-1/+1
2000-07-27 Frank Ch. Eigler <fche@redhat.com> From Maciej W. Rozycki <macro@ds2.pg.gda.pl> * Makefile.in (install): Install run.1 man page.
2000-07-272000-06-23 Doug Evans <dje@casey.transmeta.com>Andrew Cagney1-8/+5
* Makefile.in (headers,nltvals.def): Merge.
2000-06-24* build cleanliness fixFrank Ch. Eigler1-1/+1
2000-06-24 Frank Ch. Eigler <fche@redhat.com> From Maciej W. Rozycki <macro@ds2.pg.gda.pl>: * Makefile.in (distclean): Clean cconfig.h also.
1999-07-19import gdb-1999-07-19 snapshotJason Molenda1-2/+2
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+139
1999-04-16Initial creation of sourceware repositoryStan Shebs1-172/+0
1996-11-20 * run.c: #include ../common/config.h, tconfig.h.David Edelsohn1-0/+172
(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.