OSDN Git Service

* elflink.c (elf_link_input_bfd): Correct *pindex change in last
authoramodra <amodra>
Thu, 21 May 2009 14:32:28 +0000 (14:32 +0000)
committeramodra <amodra>
Thu, 21 May 2009 14:32:28 +0000 (14:32 +0000)
commit.

bfd/ChangeLog
bfd/elflink.c

index 68443df..8bbd37d 100644 (file)
@@ -1,5 +1,10 @@
 2009-05-21  Alan Modra  <amodra@bigpond.net.au>
 
+       * elflink.c (elf_link_input_bfd): Correct *pindex change in last
+       commit.
+
+2009-05-21  Alan Modra  <amodra@bigpond.net.au>
+
        * elf-bfd.h (struct elf_backend_data
        <elf_backend_link_output_symbol_hook>): Return an int.
        * elf64-ppc.c (ppc64_elf_output_symbol_hook): Return 2 to drop
index 61c510f..5e36d12 100644 (file)
@@ -9065,8 +9065,6 @@ elf_link_input_bfd (struct elf_final_link_info *finfo, bfd *input_bfd)
       if (osym.st_shndx == SHN_BAD)
        return FALSE;
 
-      *pindex = bfd_get_symcount (output_bfd);
-
       /* ELF symbols in relocatable files are section relative, but
         in executable files they are virtual addresses.  Note that
         this code assumes that all ELF sections have an associated