summaryrefslogtreecommitdiff
path: root/ld/ldlang.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-02-11 02:07:19 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-02-11 02:07:19 +0000
commit48e86e30dec0e1e70c071c16fd93bd07d2afec94 (patch)
treeded41a355e1d10f53975c8be70e5c3a24b41c542 /ld/ldlang.c
parent6aa505eb2a26e7bd0494d8a3f2f8d550bb07ac6f (diff)
downloadbinutils-redhat-48e86e30dec0e1e70c071c16fd93bd07d2afec94.tar.gz
* ldlang.c (get_init_priority): Comment typo.
(lang_finish): Free link_info.hash and lang_definedness_table. (lang_end): Delete lang_definedness_table comment.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r--ld/ldlang.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c
index 01c12df2c5..65d8bbdfb6 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -387,7 +387,7 @@ get_init_priority (const char *name)
decimal numerical value of the init_priority attribute.
The order of execution in .init_array is forward and
.fini_array is backward.
- 2: .ctors.NNNN/.ctors.NNNN: Where NNNN is 65535 minus the
+ 2: .ctors.NNNN/.dtors.NNNN: Where NNNN is 65535 minus the
decimal numerical value of the init_priority attribute.
The order of execution in .ctors is backward and .dtors
is forward.
@@ -1240,6 +1240,8 @@ lang_init (void)
void
lang_finish (void)
{
+ bfd_link_hash_table_free (link_info.output_bfd, link_info.hash);
+ bfd_hash_table_free (&lang_definedness_table);
output_section_statement_table_free ();
}
@@ -5817,9 +5819,6 @@ lang_end (void)
}
}
}
-
- /* Don't bfd_hash_table_free (&lang_definedness_table);
- map file output may result in a call of lang_track_definedness. */
}
/* This is a small function used when we want to ignore errors from