Makefile.in: Add gen-zero-r0 option.
[deliverable/binutils-gdb.git] / gdb / solib-sunos.c
index 0f81d05efa45747b53916d97b450046d039f92f7..374ec253a018453baf58c3b0c33451a23cbae950 100644 (file)
@@ -137,6 +137,8 @@ allocate_rt_common_objfile (void)
   objfile->md = NULL;
   obstack_specify_allocation (&objfile->psymbol_cache.cache, 0, 0,
                              xmalloc, xfree);
+  obstack_specify_allocation (&objfile->macro_cache.cache, 0, 0,
+                             xmalloc, xfree);
   obstack_specify_allocation (&objfile->psymbol_obstack, 0, 0, xmalloc,
                              xfree);
   obstack_specify_allocation (&objfile->symbol_obstack, 0, 0, xmalloc,
This page took 0.024652 seconds and 4 git commands to generate.