* dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
2011-03-01 Michael Snyder <msnyder@vmware.com>
+ * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
+
* cli/cli-dump.c (restore_binary_file): Validate ftell return value.
* ada-lang.c (ada_make_symbol_completion_list): Replace malloc
xfree (prefixed_name);
}
else
- fputs_unfiltered (name ? name : "", buf);
+ fputs_unfiltered (name, buf);
/* Template parameters may be specified in the DIE's DW_AT_name, or
as children with DW_TAG_template_type_param or