Approved by Jim Blandy:
[deliverable/binutils-gdb.git] / gdb / dwarfread.c
index 6eb0a0b06ed3d7350537d89ccacaea195a4969a5..3fdfd1ce375ca3d1e22895e15a0392cf50010109 100644 (file)
@@ -1147,7 +1147,7 @@ read_structure_scope (struct dieinfo *dip, char *thisdie, char *enddie,
   struct symbol *sym;
 
   type = struct_type (dip, thisdie, enddie, objfile);
-  if (!(TYPE_FLAGS (type) & TYPE_FLAG_STUB))
+  if (!TYPE_STUB (type))
     {
       sym = new_symbol (dip, objfile);
       if (sym != NULL)
This page took 0.04794 seconds and 4 git commands to generate.