mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
PowerPC64 add_symbol_adjust
* elf64-ppc.c (add_symbol_adjust): Delete dead code.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2016-12-03 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* elf64-ppc.c (add_symbol_adjust): Correct order of tests for
|
* elf64-ppc.c (add_symbol_adjust): Correct order of tests for
|
||||||
|
@ -5195,14 +5195,6 @@ ppc64_elf_before_check_relocs (bfd *ibfd, struct bfd_link_info *info)
|
|||||||
p = &eh->u.next_dot_sym;
|
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
|
/* We need to fix the undefs list for any syms we have twiddled to
|
||||||
undefweak. */
|
undefweak. */
|
||||||
if (htab->twiddled_syms)
|
if (htab->twiddled_syms)
|
||||||
|
Reference in New Issue
Block a user