diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2006-11-04 08:37:24 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2006-11-04 08:37:24 +0000 |
commit | 8b9e3a1523b9e01e996ff276be2cb35b67543284 (patch) | |
tree | 22b6f0f6c8bb14d0a82a97d9a190902aa2990442 /gdb/ChangeLog | |
parent | f4f5eb403fecae6b3e46b1cff6b403af5c3ddc00 (diff) | |
download | gdb-8b9e3a1523b9e01e996ff276be2cb35b67543284.zip gdb-8b9e3a1523b9e01e996ff276be2cb35b67543284.tar.gz gdb-8b9e3a1523b9e01e996ff276be2cb35b67543284.tar.bz2 |
2006-11-04 Vladimir Prus <vladimir@codesourcery.com>
* serial.c (serial_open): Strip leading spaces from program
name when opening pipe.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4b7720a..65b808a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-11-04 Vladimir Prus <vladimir@codesourcery.com> + + * serial.c (serial_open): Strip leading spaces from program + name when opening pipe. + 2006-11-03 Jim Blandy <jimb@codesourcery.com> * dwarf2loc.c (dwarf_expr_read_reg): Use frame_unwind_register |