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 f26dc3f..69a3975 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2001-07-16 Eli Zaretskii <eliz@is.elta.co.il> + + * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the + call to chdir on this symbol rather than on __DJGPP__. + (CANT_FORK) [__MSDOS__]: Move from here... + * defs.h (CANT_FORK) [__MSDOS__]: ...to here. + (GLOBAL_CURDIR) [__MSDOS__]: Define. + 2001-07-16 Orjan Friberg <orjanf@axis.com> * configure.tgt: Recognise the CRIS architecture. |