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