]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
include/
authorVladimir Prus <vladimir@codesourcery.com>
Wed, 31 Jan 2007 18:49:42 +0000 (18:49 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Wed, 31 Jan 2007 18:49:42 +0000 (18:49 +0000)
commit53d7966f2a986dbd964fb20d4b9a02e64e7819b1
treec4722a4490983e21069486b80770d1f584a36f4e
parent3c50d7b90e06fe57f391c314ff5239f22c7973cf
    include/
        * libiberty.h (PEX_STDERR_TO_PIPE): New define.
        (PEX_BINARY_ERROR): New define.
        (pex_read_err): New function.

        libiberty/
        * pex-common.h (struct pex_obj): New fields
        stderr_pipe and read_err.
        * pex-common.c (pex_init_common): Initialize
        stderr_pipe.
        (pex_run_in_environment): Add error checking
        for PEX_STDERR_TO_PIPE.  Create a pipe
        for stderr if necessary.
        (pex_read_err): New.
        (pex_free): Close read_err.
        * pexecute.txh: Document changes.
        * functions.texi: Regenerated.
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/functions.texi
libiberty/pex-common.c
libiberty/pex-common.h
libiberty/pexecute.txh