mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
More changes, mostly cleanups from the last set.
Made some more progress in removing duplicate assembly opcode files. More improvements to how mipsread and to a lesser extent dbxread work. See the ChangeLog for details.
This commit is contained in:
@@ -1704,7 +1704,7 @@ read_type (pp)
|
||||
type = dbx_alloc_type (typenums);
|
||||
TYPE_CODE (type) = code;
|
||||
TYPE_NAME (type) = type_name;
|
||||
TYPE_CPLUS_SPECIFIC(type) = &cplus_struct_default;
|
||||
INIT_CPLUS_SPECIFIC(type);
|
||||
TYPE_FLAGS (type) |= TYPE_FLAG_STUB;
|
||||
|
||||
add_undefined_type (type);
|
||||
@@ -1921,7 +1921,7 @@ read_struct_type (pp, type)
|
||||
int nfn_fields = 0;
|
||||
|
||||
TYPE_CODE (type) = TYPE_CODE_STRUCT;
|
||||
TYPE_CPLUS_SPECIFIC(type) = &cplus_struct_default;
|
||||
INIT_CPLUS_SPECIFIC(type);
|
||||
|
||||
/* First comes the total size in bytes. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user