Introduce objfile::intern
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index 4965b552b32ffe52fd469dd179a3a1ab92aad3f5..84cb44277a4a4a9984cefcd6386d0fc9218eb4f8 100644 (file)
@@ -120,7 +120,7 @@ buildsym_compunit::get_macro_table ()
 {
   if (m_pending_macros == nullptr)
     m_pending_macros = new_macro_table (&m_objfile->per_bfd->storage_obstack,
-                                       &m_objfile->per_bfd->macro_cache,
+                                       &m_objfile->per_bfd->string_cache,
                                        m_compunit_symtab);
   return m_pending_macros;
 }
This page took 0.024704 seconds and 4 git commands to generate.