daily update
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index d7f59e5e2545a75b3653f82b205f950cc3a52d06..af2011ec96b52921661d4a40335419bd5b164e99 100644 (file)
@@ -1,7 +1,5 @@
 /* Intel 80386/80486-specific support for 32-bit ELF
-   Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -2368,13 +2366,8 @@ elf_i386_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
 
          for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
            {
-             /* Don't update reloc count if there are any non
-                pc-relative relocs.  */
-             if (!h->pointer_equality_needed)
-               {
-                 p->count -= p->pc_count;
-                 p->pc_count = 0;
-               }
+             p->count -= p->pc_count;
+             p->pc_count = 0;
              if (p->count == 0)
                *pp = p->next;
              else
This page took 0.023674 seconds and 4 git commands to generate.