From: Michael Snyder Date: Fri, 4 Mar 2011 20:02:50 +0000 (+0000) Subject: 2011-03-04 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a17d146e2e387b160d4c331f7ce8268eb2e348d7;p=binutils-gdb.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 7634ec4f8b2..46f35ee1642 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 c55db1a9967..8c4176c93e3 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)