aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-05-22 10:57:12 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-05-22 10:57:12 +0000
commit23776285b76dc215c60997f27ed37f37dbc63165 (patch)
treeecac6677086b1ea40e77ec61b32537a6877aad32 /gdb/ChangeLog
parent0e9517a90d502269cd2b16ce646580dbb6a79033 (diff)
downloadgdb-23776285b76dc215c60997f27ed37f37dbc63165.zip
gdb-23776285b76dc215c60997f27ed37f37dbc63165.tar.gz
gdb-23776285b76dc215c60997f27ed37f37dbc63165.tar.bz2
gdb/:
* ser-unix.c (show_serial_hwflow): New function. (hardwire_raw): Add hardware flow control support. (_initialize_ser_hardwire): Add "set/show remoteflow". * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h). * NEWS: Document the new command. gdb/doc/: * gdb.texinfo (Remote Configuration): Document "set/show remoteflow".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6847009f..d24db0b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2007-05-22 Chris Dearman <chris@mips.com>
+ Maciej W. Rozycki <macro@mips.com>
+
+ * ser-unix.c (show_serial_hwflow): New function.
+ (hardwire_raw): Add hardware flow control support.
+ (_initialize_ser_hardwire): Add "set/show remoteflow".
+ * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
+ * NEWS: Document the new command.
+
2007-05-21 Ulrich Weigand <uweigand@de.ibm.com>
* config/i386/tm-linux.h (sys_quotactl): Do not define.