* elf64-ppc.c (add_symbol_adjust): Delete dead code.
+2016-12-03 Alan Modra <amodra@gmail.com>
+
+ * elf64-ppc.c (add_symbol_adjust): Delete dead code.
+
2016-12-03 Alan Modra <amodra@gmail.com>
* elf64-ppc.c (add_symbol_adjust): Correct order of tests for
p = &eh->u.next_dot_sym;
}
- /* Clear the list for non-ppc64 input files. */
- p = &htab->dot_syms;
- while ((eh = *p) != NULL)
- {
- *p = NULL;
- p = &eh->u.next_dot_sym;
- }
-
/* We need to fix the undefs list for any syms we have twiddled to
undefweak. */
if (htab->twiddled_syms)