aboutsummaryrefslogtreecommitdiff
path: root/sim/common/gentmap.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-07 * gentmap.c: Fix compile time warning.Thiemo Seufer1-0/+1
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-1/+1
Update accordingly.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+125
1999-04-16Initial creation of sourceware repositoryStan Shebs1-102/+0
1996-11-20 * run.c: #include ../common/config.h, tconfig.h.David Edelsohn1-0/+102
(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.