This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch: libiberty pex for _WIN64


Ian,

I prepared a patch for pex using pid_t instead of the type 'long' for 
system handles. This is necessary for _WIN64, because the long type isn't 
wide enougth to hold a pointer for this ABI The type pid_t is always 
defined by the configure in config.h if not defined by the header-set. 
Therefore it seems to be the best way to make this run.

ChangeLog:

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.

Cheers,
 i.A. Kai Tietz

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------------------
  OneVision Software Entwicklungs GmbH & Co. KG
  Dr.-Leo-Ritter-StraÃe 9 - 93049 Regensburg
  Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
  Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
  Handelsregister: HRA 6744, Amtsgericht Regensburg
  KomplementÃrin: OneVision Software Entwicklungs Verwaltungs GmbH
  Dr.-Leo-Ritter-StraÃe 9 â 93049 Regensburg
  Handelsregister: HRB 8932, Amtsgericht Regensburg - GeschÃftsfÃhrer: 
Ulrike DÃhler, Manuela Kluger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]