aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-07-27 01:49:21 +0000
committerJeff Law <law@redhat.com>2000-07-27 01:49:21 +0000
commita9f34fb65256ba2a8fd363f31397aee1f4a208c9 (patch)
treeef43eaa0c7702c5338814555ec68483b94d2b604 /libiberty/ChangeLog
parent6e8008398d2a0f767f9cecc72f4d93e508d9faf8 (diff)
downloadgdb-a9f34fb65256ba2a8fd363f31397aee1f4a208c9.zip
gdb-a9f34fb65256ba2a8fd363f31397aee1f4a208c9.tar.gz
gdb-a9f34fb65256ba2a8fd363f31397aee1f4a208c9.tar.bz2
* 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/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 9acd322..d8cada8 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>