diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 54c37ab..dd25f6a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2013-09-14 Pierre Muller <muller@sourceware.org> + Tom Tromey <tromey@redhat.com> + Pedro Alves <palves@redhat.com> + + * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e" + mode if operating system doesn't know O_CLOEXEC. + 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com> Code cleanup. |