Replace xmalloc/xfree with vector in jit.c
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 0c044582e437f4e1b3ff89d05598c07b44719e2c..1601cfe591f0b4d7031555e9d67f0b2faac0dd7b 100644 (file)
@@ -244,11 +244,11 @@ struct objfile_per_bfd_storage
 
   /* Byte cache for file names.  */
 
-  struct bcache filename_cache;
+  gdb::bcache filename_cache;
 
   /* Byte cache for macros.  */
 
-  struct bcache macro_cache;
+  gdb::bcache macro_cache;
 
   /* The gdbarch associated with the BFD.  Note that this gdbarch is
      determined solely from BFD information, without looking at target
This page took 0.039156 seconds and 4 git commands to generate.