Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] rda - add break to switch.
@ 2004-07-09 19:35 Michael Snyder
  2004-07-10 15:18 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Snyder @ 2004-07-09 19:35 UTC (permalink / raw)
  To: gdb-patches, gcc-patches, binutils, cagney

[-- Attachment #1: Type: text/plain, Size: 37 bytes --]

Obvious, quiets a compiler warning.


[-- Attachment #2: diff1 --]
[-- Type: text/plain, Size: 630 bytes --]

2004-07-09  Michael Snyder  <msnyder@redhat.com>

	* lib/gdbserv-state.c (gdbserv_fromclient_break): Add break 
	statement to default.

Index: gdbserv-state.c
===================================================================
RCS file: /cvs/cvsfiles/devo/rda/lib/gdbserv-state.c,v
retrieving revision 1.31
diff -p -r1.31 gdbserv-state.c
*** gdbserv-state.c	31 Oct 2003 17:41:21 -0000	1.31
--- gdbserv-state.c	9 Jul 2004 19:22:58 -0000
*************** gdbserv_fromclient_break (struct gdbserv
*** 165,170 ****
--- 165,171 ----
           same time as it stops itself */
        break;
      default:
+       break;
      }
  }
  

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-07-13 20:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-09 19:35 [PATCH] rda - add break to switch Michael Snyder
2004-07-10 15:18 ` Andrew Cagney
2004-07-13 20:04   ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox