2011-12-05 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.c
index e95f74866ccd27e48be7e4477da3c49f30c362a2..76f5e84f53fa903547e08504fab5682a8fa3450c 100644 (file)
@@ -313,7 +313,7 @@ dwarf2_flush_pending_lines (symbolS *label)
       struct line_entry *e;
 
       if (!label)
-       label = symbol_temp_new (now_seg, 0, frag_now);
+       label = symbol_temp_new_now ();
 
       for (e = pending_lines; e; e = e->next)
        e->label = label;
This page took 0.023132 seconds and 4 git commands to generate.