aboutsummaryrefslogtreecommitdiff
path: root/sim/common/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2001-03-20* mmap support for common simulatorsFrank Ch. Eigler1-1/+2
2001-03-16 Frank Ch. Eigler <fche@redhat.com> Add support for mmap-based memory regions. * sim-memopt.c (mmap_next_fd): New global. (sim_memory_init): Reinitialize it. (OPTION_MEMORY_MAPFILE, memory_option_handler): Support new "--memory-mapfile FILE" option. Check for some errors. (do_memopt_add): Conditionally do mmap instead of malloc for backing store of simulated memory. Check for more errors. (do_simopt_delete, sim_memory_uninstall): Corresponding cleanup. * sim-memopt.h (munmap_length): New member of _sim_memopt. * configure.in: Look for mmap/fstat related functions and headers. * config.in, configure: Regenerated.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+40
1999-04-16Initial creation of sourceware repositoryStan Shebs1-40/+0
1997-09-15Determine ARCHITECTURE from program if possible.Andrew Cagney1-2/+2
Rename common's generated config.h to cconfig.h.
1997-02-04 * Makefile.in (libcommon.a): Delete.David Edelsohn1-10/+0
(callback.o,targ-map.o): Delete, moved to Make-common.in. (gentmap,targ-vals.h,targ-map.c): Likewise. (run-autoconf): Delete. * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile. (common makefile fragment): Moved back into ... * Make-common.in: Resurrect. * configure.in (AC_LINK_FILES): Delete, unnecessary now. * configure: Regenerated.
1996-11-20 * run.c: #include ../common/config.h, tconfig.h.David Edelsohn1-0/+50
(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.