projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa5889c
)
* symtab.c (dump_symtab_base): Revert accidental checkin.
author
Jan Hubicka
<jh@suse.cz>
Fri, 20 Apr 2012 09:46:25 +0000
(11:46 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 20 Apr 2012 09:46:25 +0000
(09:46 +0000)
From-SVN: r186619
gcc/ChangeLog
patch
|
blob
|
history
gcc/symtab.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 0a90509422cb572cb1b4de5a85a711d53198452a..4c8825d59cd5ac30ae29fb2e19d19bda816ab684 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+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
diff --git
a/gcc/symtab.c
b/gcc/symtab.c
index 75078b089bac9744bd83089600dd72268816c111..458075c01c7b9ca046db4cba552ea16071deb560 100644
(file)
--- a/
gcc/symtab.c
+++ b/
gcc/symtab.c
@@
-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]);