From: msnyder Date: Sat, 5 Mar 2011 05:02:50 +0000 (+0000) Subject: 2011-03-04 Michael Snyder X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=06b18cac8cc9f2857f6258157895c9422ac7fc70;p=pf3gnuchains%2Fsourceware.git 2011-03-04 Michael Snyder * remote.c (putpkt_binary): Document that case stmt falls through. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7634ec4f8b..46f35ee164 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-04 Michael Snyder + + * remote.c (putpkt_binary): Document that case stmt falls through. + 2011-03-04 Thiago Jung Bauermann * breakpointc (print_it_typical): Move NULL check from here... diff --git a/gdb/remote.c b/gdb/remote.c index c55db1a996..8c4176c93e 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -6848,6 +6848,7 @@ putpkt_binary (char *buf, int cnt) case '-': if (remote_debug) fprintf_unfiltered (gdb_stdlog, "Nak\n"); + /* FALLTHROUGH */ case SERIAL_TIMEOUT: tcount++; if (tcount > 3)