]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/ChangeLog
pex-common.c: New file.
authorIan Lance Taylor <ian@airs.com>
Tue, 29 Mar 2005 02:08:46 +0000 (02:08 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 29 Mar 2005 02:08:46 +0000 (02:08 +0000)
commita584cf65fa83edcdbcf903b479414b04ddcd07ee
tree26b232669dd7ed86ad0e9e62006f8dd008a03e14
parentf78c1452ea50e6f950bc0d6f3d64ba43be1cf021
pex-common.c: New file.

libiberty:
* pex-common.c: New file.
* pex-one.c: New file.
* pexecute.c: New file.
* pex-common.h: Include <stdio.h>.
(struct pex_obj): Define.
(struct pex_funcs): Define.
(pex_init_common): Declare.
* pex-unix.c: Rewrite.
* pex-win32.c: Rewrite.
* pex-djgpp.c: Rewrite.
* pex-msdos.c: Rewrite.
* testsuite/text-pexecute.c: New file.
* pexecute.txh: Rewrite.
* configure.ac: Check for wait3 and wait4.  Set CHECK to
really-check rather than check-cplus-dem.
* functions.texi: Rebuild.
* Makefile.in: Rebuild dependencies.
(CFILES): Add pexecute.c, pex-common.c, pex-one.c.
(REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
* testsuite/Makefile.in (really-check): New target.
(check-pexecute, test-pexecute): New targets.
* configure: Rebuild.
include:
* libiberty.h: Include <stdio.h>.
(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
(pex_init, pex_run, pex_read_output): Declare.
(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
(struct pex_time): Define.

From-SVN: r97148
18 files changed:
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/configure
libiberty/configure.ac
libiberty/functions.texi
libiberty/pex-common.c [new file with mode: 0644]
libiberty/pex-common.h
libiberty/pex-djgpp.c
libiberty/pex-msdos.c
libiberty/pex-one.c [new file with mode: 0644]
libiberty/pex-unix.c
libiberty/pex-win32.c
libiberty/pexecute.c [new file with mode: 0644]
libiberty/pexecute.txh
libiberty/testsuite/Makefile.in
libiberty/testsuite/test-pexecute.c [new file with mode: 0644]