This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PING x 2 patch]: libiberty pex for _WIN64
- From: Christopher Faylor <cgf-use-the-mailinglist-please at sourceware dot org>
- To: Ian Lance Taylor <iant at google dot com>, gdb-patches at sourceware dot org, binutils at sourceware dot org, gcc-patches at gcc dot gnu dot org, Kai Tietz <Kai dot Tietz at onevision dot com>
- Date: Thu, 23 Aug 2007 23:50:37 -0400
- Subject: Re: [PING x 2 patch]: libiberty pex for _WIN64
- References: <OF43C53DEA.3E5076D3-ONC1257340.002DBB5E-C1257340.002E0B8E@onevision.de>
On Thu, Aug 23, 2007 at 10:22:55AM +0200, Kai Tietz wrote:
>Hi Ian,
>
>> Kai Tietz <Kai.Tietz@onevision.com> writes:
>>
>> > 2007-08-03 Kai Tietz <kai.tietz@onevision.com>
>> >
>> > * pex-common.h: (pex_funcs): Retyped wait and exec_child to
>pid_t.
>> > * pex-djgpp.c: Likewise.
>> > * pex-msdos.c: Likewise.
>> > * pex-unix.c: Likewise.
>> > * pex-win32.c: Likewise.
>>
>> This is OK if it passes bootstrap on a Unix or GNU/Linux system.
>
>It passes bootstrap on cygwin, x86_64 mingw, and i386 linux.
>There was a bug that if configure detects the 'sys/types.h' defines the
>pid_t, it was not included to define it. I added the include for it by
>using the config.h define HAVE_SYS_TYPES_H.
>
>Is this patch OK to be applied ?
>
>Cheers,
> i.A. Kai Tietz
>
>PS: I can just check it in on binutils and gcc repository. On the other
>repositories I can't.
AFAIK, those are only two repositories that this would be applicable to.
gdb, newlib, and cygwin all share a repository with binutils.
cgf