]> Git Repo - binutils.git/blobdiff - gdb/dwarf2/read.h
Change dwarf2_per_objfile::type_unit_groups to htab_up
[binutils.git] / gdb / dwarf2 / read.h
index ac87258c664dd0eace2092b4c542d2aed8efc141..9e08cc1acde1db77133d8a5c93f33bfe3713a18a 100644 (file)
@@ -153,7 +153,7 @@ public:
 
   /* Table of struct type_unit_group objects.
      The hash key is the DW_AT_stmt_list value.  */
-  htab_t type_unit_groups {};
+  htab_up type_unit_groups;
 
   /* A table mapping .debug_types signatures to its signatured_type entry.
      This is NULL if the .debug_types section hasn't been read in yet.  */
This page took 0.025007 seconds and 4 git commands to generate.