include/binutils-csl-palmsource-arm-prelinker-1_0-1
commit8b641d414553eff5f9f6948cfa01bb5820899b93
authorMark Shinwell <shinwell@codesourcery.com>
Thu, 28 Sep 2006 20:41:10 +0000 (28 20:41 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Thu, 28 Sep 2006 20:41:10 +0000 (28 20:41 +0000)
tree12c38f398f8d6cac4a661eb9385b6a1462846018
parent29c3dd9be3ab490cfeef2caab8555dd99cf57004
include/
* libiberty.h: Declare pex_run_in_environment.

libiberty/
* pex-common.c: New function pex_run_in_environment.
* pex-common.h: Add environment parameter to exec_child.
* pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
* pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
(pex_djgpp_exec_child): Pass environment to child process.
* pex-unix.c: Add environment parameter to pex_unix_exec_child.
(pex_unix_exec_child): Pass environment to child process.
* pex-win32.c: Add environment parameter to pex_win32_exec_child.
New function env_compare for comparing VAR=VALUE pairs.
(win32_spawn): Assemble environment block and pass to CreateProcess.
(spawn_script): Pass environment through to win32_spawn.
(pex_win32_exec_child): Pass environment through to spawn_script and
win32_spawn.
* functions.texi: Regenerate.
* pexecute.txh: Document pex_run_in_environment.
ChangeLog.csl
include/libiberty.h
libiberty/functions.texi
libiberty/pex-common.c
libiberty/pex-common.h
libiberty/pex-djgpp.c
libiberty/pex-msdos.c
libiberty/pex-unix.c
libiberty/pex-win32.c
libiberty/pexecute.txh