diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5aa2f11..a809135 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2001-02-06 Andrew Cagney <ac131313@redhat.com> + * sol-thread.c (restore_inferior_pid): Save the PID in a freshly + allocated buffer. + (save_inferior_pid): Restore the PID from that tempoary + buffer. Delete the buffer. + * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD. + +2001-02-06 Andrew Cagney <ac131313@redhat.com> + * MAINTAINERS: Add ``The Obvious Fix Rule''. 2001-02-06 Andrew Cagney <ac131313@redhat.com> |