[PATCH 3/4] Add missing break statement

Daniel Black daniel.black@au1.ibm.com
Thu Feb 23 00:37:00 GMT 2017


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



More information about the Binutils mailing list