Commit efb496b5 by Jan Hubicka Committed by Jan Hubicka

* symtab.c (dump_symtab_base): Revert accidental checkin.

From-SVN: r186619
parent aa5889c3
2012-04-19 Jan Hubicka <jh@suse.cz>
* symtab.c (dump_symtab_base): Revert accidental checkin.
2012-04-20 Alan Modra <amodra@gmail.com>
PR target/53040
......
......@@ -378,8 +378,6 @@ dump_symtab_base (FILE *f, symtab_node node)
fprintf (f, " in_other_partition");
if (node->symbol.used_from_other_partition)
fprintf (f, " used_from_other_partition");
if (node->symbol.force_output)
fprintf (f, " force_output");
if (node->symbol.resolution != LDPR_UNKNOWN)
fprintf (f, " %s",
ld_plugin_symbol_resolution_names[(int)node->symbol.resolution]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment