mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 18:36:32 +00:00
2011-02-28 Michael Snyder <msnyder@vmware.com>
* stabsread.c (rs6000_builtin_type): Missing break statement.
This commit is contained in:
parent
ab8b8acaef
commit
89acf84dce
@ -1,5 +1,7 @@
|
||||
2011-02-28 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* stabsread.c (rs6000_builtin_type): Missing break statement.
|
||||
|
||||
* dbxread.c (process_one_symbol): Discard unused value.
|
||||
|
||||
* coffread.c (coff_end_symtab): Delete unused variable.
|
||||
|
@ -2124,6 +2124,7 @@ rs6000_builtin_type (int typenum, struct objfile *objfile)
|
||||
case 9:
|
||||
rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
|
||||
"unsigned", objfile);
|
||||
break;
|
||||
case 10:
|
||||
rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
|
||||
"unsigned long", objfile);
|
||||
|
Loading…
Reference in New Issue
Block a user