diff options
author | DJ Delorie <dj@redhat.com> | 2009-07-27 19:01:17 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-07-27 19:01:17 +0000 |
commit | 9fef968a22987b67182642f1a1bf70aaaab7a6b2 (patch) | |
tree | ca8a6feb0d067d38f6ae06856c110c0aa0de40fa /libiberty/ChangeLog | |
parent | d2fcac5caac9875cf9a8039b2061bf0b3895b9bc (diff) | |
download | gdb-9fef968a22987b67182642f1a1bf70aaaab7a6b2.zip gdb-9fef968a22987b67182642f1a1bf70aaaab7a6b2.tar.gz gdb-9fef968a22987b67182642f1a1bf70aaaab7a6b2.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
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 |