Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@redhat.com>
To: gdb-patches@sources.redhat.com, gcc-patches@gcc.gnu.org,
	binutils@sources.redhat.com, cagney@gnu.org
Subject: [PATCH] rda - add break to switch.
Date: Fri, 09 Jul 2004 19:35:00 -0000	[thread overview]
Message-ID: <40EEF380.30205@redhat.com> (raw)

[-- 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;
      }
  }
  

             reply	other threads:[~2004-07-09 19:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-09 19:35 Michael Snyder [this message]
2004-07-10 15:18 ` Andrew Cagney
2004-07-13 20:04   ` Michael Snyder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40EEF380.30205@redhat.com \
    --to=msnyder@redhat.com \
    --cc=binutils@sources.redhat.com \
    --cc=cagney@gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox