aboutsummaryrefslogtreecommitdiff
path: root/sim/common/run.1
AgeCommit message (Collapse)AuthorFilesLines
2004-12-08 * run.1: Document --sysroot=filepath.Hans-Peter Nilsson1-1/+13
* 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.
2000-11-30Add GNU Free Documentation LicenseNick Clifton1-15/+371
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+107
1999-04-16Initial creation of sourceware repositoryStan Shebs1-107/+0
1995-09-28Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-0/+107
* run.c, run.1: From sh directory.