2013-12-02 Sterling Augustine <saugustine@google.com>
* dwarf2out.c (output_pubnames): Use comp_unit_die ()->die_offset
when there isn't a skeleton die.
From-SVN: r205603
+2013-12-02 Sterling Augustine <saugustine@google.com>
+
+ * dwarf2out.c (output_pubnames): Use comp_unit_die ()->die_offset
+ when there isn't a skeleton die.
+
2013-12-02 Marek Polacek <polacek@redhat.com>
PR sanitizer/59353
if (type_node != NULL)
die_offset = (type_node->skeleton_die != NULL
? type_node->skeleton_die->die_offset
- : 0);
+ : comp_unit_die ()->die_offset);
}
output_pubname (die_offset, pub);