aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDouglas B Rupp <rupp@gnat.com>2009-07-27 17:20:32 +0000
committerDouglas Rupp <rupp@gcc.gnu.org>2009-07-27 17:20:32 +0000
commitb303ef51602ca6d21c2ec273303f6550084ff09d (patch)
tree831a8f2945ea5c84b01155eff333403462045de5 /libiberty/ChangeLog
parent5823ade173ca373e8af782cc3100ff67449f8016 (diff)
downloadgcc-b303ef51602ca6d21c2ec273303f6550084ff09d.zip
gcc-b303ef51602ca6d21c2ec273303f6550084ff09d.tar.gz
gcc-b303ef51602ca6d21c2ec273303f6550084ff09d.tar.bz2
pex-unix.c (vfork): Remove VMS specific definition (get from header file instead).
* pex-unix.c (vfork): Remove VMS specific definition (get from header file instead). (to_ptr32): New function. (pex_unix_exec_child): Use it. From-SVN: r150130
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 6033935..25c6cd1 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-27 Douglas B Rupp <rupp@gnat.com>
+
+ * pex-unix.c (vfork): Remove VMS specific definition (get from header
+ file instead).
+ (to_ptr32): New function.
+ (pex_unix_exec_child): Use it.
+
2009-07-24 Ian Lance Taylor <iant@google.com>
PR bootstrap/40854