binutils-gdb/sim/common
Hans-Peter Nilsson 027e2a04f1 * run.1: Document --sysroot=filepath.
* sim-options.c (STANDARD_OPTIONS): New member OPTION_SYSROOT.
	(standard_options): Support --sysroot=<path>.
	(standard_option_handler): Handle OPTION_SYSROOT.
	* syscall.c (simulator_sysroot): Define, initialized empty.
	(get_path): Prepend simulator_sysroot to absolute file path.
	[HAVE_STRING_H]: Include string.h.
	[!HAVE_STRING_H && HAVE_STRINGS_H]: Include strings.h.
	* nrun.c [HAVE_UNISTD_H]: Include unistd.h.
	(main): If simulator_sysroot is not empty, chdir there.
	* sim-config.h (simulator_sysroot): Declare.
2004-12-08 00:40:30 +00:00
..
ChangeLog * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
Make-common.in * Make-common.in (sim-basics_h): Add $(callback_h). 2004-12-07 22:28:53 +00:00
Makefile.in Index: common/ChangeLog 2004-07-26 21:37:46 +00:00
acconfig.h
aclocal.m4 * aclocal.m4 (SIM_AC_OUTPUT): Substitute @cgen_breaks@ for "break 2004-12-07 23:37:35 +00:00
callback.c Bah, forgot to commit the trivial fix I pointed out myself after applying patch for previous change 2004-12-03 23:34:55 +00:00
cgen-accfp.c
cgen-cpu.h
cgen-defs.h 2004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 2004-10-08 15:33:09 +00:00
cgen-engine.h
cgen-fpu.c
cgen-fpu.h
cgen-mem.h
cgen-ops.h
cgen-par.c
cgen-par.h
cgen-run.c
cgen-scache.c
cgen-scache.h
cgen-sim.h
cgen-trace.c
cgen-trace.h
cgen-types.h
cgen-utils.c
cgen.sh * cgen.sh: New thirteenth parameter opcfile, defaulting to 2004-12-01 02:29:30 +00:00
config.in * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members 2004-12-03 19:36:53 +00:00
configure * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members 2004-12-03 19:36:53 +00:00
configure.in * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members 2004-12-03 19:36:53 +00:00
dv-core.c
dv-glue.c * dv-glue.c (hw_glue_finish): Cast result of sizeof to long before 2004-05-18 21:20:07 +00:00
dv-pal.c
dv-sockser.c
dv-sockser.h
gdbinit.in * aclocal.m4 (SIM_AC_OUTPUT): Substitute @cgen_breaks@ for "break 2004-12-07 23:37:35 +00:00
genmloop.sh
gennltvals.sh
gentmap.c
gentvals.sh
hw-alloc.c
hw-alloc.h
hw-base.c
hw-base.h
hw-device.c
hw-device.h
hw-events.c
hw-events.h
hw-handles.c
hw-handles.h
hw-instances.c
hw-instances.h
hw-main.h
hw-ports.c
hw-ports.h
hw-properties.c
hw-properties.h
hw-tree.c * hw-tree.c (parse_integer_property): Typo fix in comments. 2004-07-10 00:40:25 +00:00
hw-tree.h
nltvals.def
nrun.c * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
run-sim.h
run.1 * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
run.c Index: mn10200/ChangeLog 2004-06-29 00:54:00 +00:00
sim-abort.c
sim-alu.h
sim-arange.c
sim-arange.h
sim-assert.h
sim-base.h
sim-basics.h * callback.c: Update copyright dates. 2004-05-10 16:18:03 +00:00
sim-bits.c
sim-bits.h
sim-config.c * sim-config.c (sim_config): Recognize when a bfd has unspecified 2004-11-16 07:16:57 +00:00
sim-config.h * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
sim-core.c
sim-core.h
sim-cpu.c
sim-cpu.h
sim-endian.c
sim-endian.h
sim-engine.c
sim-engine.h
sim-events.c
sim-events.h
sim-fpu.c
sim-fpu.h
sim-hload.c
sim-hrw.c
sim-hw.c
sim-hw.h
sim-info.c
sim-inline.c
sim-inline.h
sim-io.c
sim-io.h
sim-load.c * sim-load.c (sim_load_file): Use bfd_get_section_size 2004-06-15 01:08:00 +00:00
sim-memopt.c
sim-memopt.h
sim-model.c
sim-model.h
sim-module.c
sim-module.h
sim-n-bits.h
sim-n-core.h
sim-n-endian.h
sim-options.c * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
sim-options.h
sim-profile.c
sim-profile.h
sim-reason.c
sim-reg.c
sim-resume.c
sim-run.c
sim-signal.c
sim-signal.h
sim-stop.c
sim-trace.c
sim-trace.h
sim-types.h
sim-utils.c
sim-utils.h
sim-watch.c
sim-watch.h
syscall.c * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
tconfig.in