diff options
author | Jeff Law <law@redhat.com> | 2000-07-27 01:49:21 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-07-27 01:49:21 +0000 |
commit | ddf49f6ed4c8073c5368e1850b560a8a5b32dc7e (patch) | |
tree | 9a24c51979b073f330a3f720998aceeb3bfa2146 /libiberty/ChangeLog | |
parent | b2fe545704f0331ebb24692fc98f4d5f8ed8df26 (diff) | |
download | gdb-ddf49f6ed4c8073c5368e1850b560a8a5b32dc7e.tar.gz |
* pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
__DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
Cast program to 'char *' in errmsg_arg assignment.
(PWAIT_ERROR): Define.
(pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
to DJGPP's WIF* macros.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9acd322846c..d8cada80147 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,12 @@ +2000-07-26 Mark Elbrecht <snowball3@bigfoot.com> + + * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to + __DJGPP__. Use P_WAIT instead of constant in the spawnv* call. + Cast program to 'char *' in errmsg_arg assignment. + (PWAIT_ERROR): Define. + (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform + to DJGPP's WIF* macros. + 2000-07-27 RodneyBrown <RodneyBrown@pmsc.com> Jeff Law <law@cygnus.com> |