[PATCH 18/57][Arm][GAS] Add support for MVE instructions: vhcadd, vhadd, vhsub and...
[binutils-gdb.git] / gdb / objfiles.h
index 168f7fc275b4fdfa3e38820b6a02a6bdc5f9a7a4..e0ff8343439d40542a8cfd4967a21e7ed39be687 100644 (file)
@@ -615,7 +615,7 @@ struct objfile
      Very few blocks have a static link, so it's more memory efficient to
      store these here rather than in struct block.  Static links must be
      allocated on the objfile's obstack.  */
-  htab_t static_links {};
+  htab_up static_links;
 };
 
 /* Declarations for functions defined in objfiles.c */