diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2002-03-22 05:03:22 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2002-03-22 05:03:22 +0000 |
commit | 349b409f683480775135af0a0c2450b8fe34d914 (patch) | |
tree | 970de4440b9924e63036c62850b573b3c4fc37b2 /gdb/ChangeLog | |
parent | 815b453c05b4444af0e84260c4fe539595889423 (diff) | |
download | gdb-349b409f683480775135af0a0c2450b8fe34d914.zip gdb-349b409f683480775135af0a0c2450b8fe34d914.tar.gz gdb-349b409f683480775135af0a0c2450b8fe34d914.tar.bz2 |
* win32-nat.c (child_create_inferior): Check for proper shell to use here, in
case the user changes it on the fly.
(_initialize_inftarg): Remove shell path considerations.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 00ef225..5ae09a1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-03-22 Christopher Faylor <cgf@redhat.com> + + * win32-nat.c (child_create_inferior): Check for proper shell to use + here, in case the user changes it on the fly. + (_initialize_inftarg): Remove shell path considerations. + 2002-03-21 Elena Zannoni <ezannoni@redhat.com> * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value |