diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-20 09:46:25 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-20 09:46:25 +0000 |
commit | cae322a0572a2e4fff99cb5e7791696804240036 (patch) | |
tree | 23f616f38539b15bd4ee15670be3b3b8d59fbb54 | |
parent | 99835293fa5eea2a7e2dce30dbf8f55f4ee64747 (diff) | |
download | gcc-cae322a0572a2e4fff99cb5e7791696804240036.tar.gz |
* symtab.c (dump_symtab_base): Revert accidental checkin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186619 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/symtab.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a90509422c..4c8825d59cd 100644 --- 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 75078b089ba..458075c01c7 100644 --- 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]); |