Commit 3f417959 by Joseph Myers Committed by Joseph Myers

* lto-plugin.c: Fix typo.

From-SVN: r187982
parent 4ac1dacf
2012-05-29 Joseph Myers <joseph@codesourcery.com>
* lto-plugin.c: Fix typo.
2012-05-16 H.J. Lu <hongjiu.lu@intel.com> 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated. * configure: Regenerated.
......
...@@ -754,7 +754,7 @@ resolve_conflicts (struct plugin_symtab *t, struct plugin_symtab *conflicts) ...@@ -754,7 +754,7 @@ resolve_conflicts (struct plugin_symtab *t, struct plugin_symtab *conflicts)
conflicts->syms = xmalloc (sizeof (struct ld_plugin_symbol) * outlen); conflicts->syms = xmalloc (sizeof (struct ld_plugin_symbol) * outlen);
conflicts->aux = xmalloc (sizeof (struct sym_aux) * outlen); conflicts->aux = xmalloc (sizeof (struct sym_aux) * outlen);
/* Move all duplicate symbols into the auxillary conflicts table. */ /* Move all duplicate symbols into the auxiliary conflicts table. */
out = 0; out = 0;
for (i = 0; i < t->nsyms; i++) for (i = 0; i < t->nsyms; i++)
{ {
......
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