public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Daniel Black <daniel.black@au1.ibm.com>
To: binutils@sourceware.org
Cc: Daniel Black <daniel.black@au1.ibm.com>
Subject: [PATCH 3/4] Add missing break statement
Date: Thu, 23 Feb 2017 00:37:00 -0000	[thread overview]
Message-ID: <1487810145-3339-3-git-send-email-daniel.black@au.ibm.com> (raw)
In-Reply-To: <1487810145-3339-1-git-send-email-daniel.black@au.ibm.com>

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
---
 binutils/stabs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/binutils/stabs.c b/binutils/stabs.c
index 48d7633..eb023b0 100644
--- a/binutils/stabs.c
+++ b/binutils/stabs.c
@@ -3432,6 +3432,7 @@ stab_xcoff_builtin_type (void *dhandle, struct stab_handle *info,
     case 9:
       name = "unsigned";
       rettype = debug_make_int_type (dhandle, 4, TRUE);
+      break;
     case 10:
       name = "unsigned long";
       rettype = debug_make_int_type (dhandle, 4, TRUE);
-- 
2.7.4

  reply	other threads:[~2017-02-23  0:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-23  0:37 [PATCH 1/4] Fix format-overflow errors Daniel Black
2017-02-23  0:37 ` Daniel Black [this message]
2017-02-27 12:50   ` [PATCH 3/4] Add missing break statement Nick Clifton
2017-02-23  0:37 ` [PATCH 2/4] Fix incorrect indirection Daniel Black
2017-02-27 12:49   ` Nick Clifton
2017-02-27 22:07     ` Daniel Black
2017-02-28 23:57       ` Alan Modra
2017-02-23  0:37 ` [PATCH 4/4] fix fallthough statements to allow gcc-7 compile Daniel Black
2017-02-27 12:54   ` Nick Clifton
2017-02-27 12:47 ` [PATCH 1/4] Fix format-overflow errors Nick Clifton

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=1487810145-3339-3-git-send-email-daniel.black@au.ibm.com \
    --to=daniel.black@au1.ibm.com \
    --cc=binutils@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).