[binutils-gdb] PowerPC64 add_symbol_adjust

Alan Modra amodra@sourceware.org
Sat Dec 3 10:55:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=35dc6e06960790cd60b890c14e45f82f110b898f

commit 35dc6e06960790cd60b890c14e45f82f110b898f
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Dec 3 20:57:50 2016 +1030

    PowerPC64 add_symbol_adjust
    
    	* elf64-ppc.c (add_symbol_adjust): Delete dead code.

Diff:
---
 bfd/ChangeLog   | 4 ++++
 bfd/elf64-ppc.c | 8 --------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7ec26b0..733735c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
 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
 	warning and indirect symbols.
 
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c
index d7d6adb..1256ead 100644
--- a/bfd/elf64-ppc.c
+++ b/bfd/elf64-ppc.c
@@ -5195,14 +5195,6 @@ ppc64_elf_before_check_relocs (bfd *ibfd, struct bfd_link_info *info)
       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)



More information about the Binutils-cvs mailing list