[PATCH 3/4] Add missing break statement

Nick Clifton nickc@redhat.com
Mon Feb 27 12:50:00 GMT 2017


Hi Daniel,

> +++ 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:

This has already been fixed by commit 2b804145

Cheers
  Nick



More information about the Binutils mailing list