OSDN Git Service

* run.1: Document --sysroot=filepath.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 8 Dec 2004 00:40:30 +0000 (00:40 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Wed, 8 Dec 2004 00:40:30 +0000 (00:40 +0000)
commit2ed08ae296aefe2e1815145212cf55cf79ee7a61
tree2cb7178b870ce3f0edbd3380159e9784ef4c7a0b
parent794eadb4bf3808ba0849e88f68877cf5b5334436
* 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.
sim/common/ChangeLog
sim/common/nrun.c
sim/common/run.1
sim/common/sim-config.h
sim/common/sim-options.c
sim/common/syscall.c