2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 8088830fca53d0fc895540f80161039ca1805367..2f671ca96c4902578b3df1ea23751a422896ef8f 100644 (file)
@@ -3952,7 +3952,7 @@ read_lexical_block_scope (struct die_info *die, struct dwarf2_cu *cu)
     }
   new = pop_context ();
 
-  if (local_symbols != NULL)
+  if (local_symbols != NULL || using_directives != NULL)
     {
       struct block *block
         = finish_block (0, &local_symbols, new->old_blocks, new->start_addr,
This page took 0.025425 seconds and 4 git commands to generate.