mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Missed some stuff last time.
Also, recognize constructors specially in gdb_mangle_name().
This commit is contained in:
@@ -907,7 +907,7 @@ DEFUN(struct_type, (dip, thisdie, enddie, objfile),
|
||||
/* No forward references created an empty type, so install one now */
|
||||
type = alloc_utype (dip -> dieref, NULL);
|
||||
}
|
||||
TYPE_CPLUS_SPECIFIC(type) = &cplus_struct_default;
|
||||
INIT_CPLUS_SPECIFIC(type);
|
||||
switch (dip -> dietag)
|
||||
{
|
||||
case TAG_structure_type:
|
||||
|
||||
Reference in New Issue
Block a user