OSDN Git Service

2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Tue, 22 Jul 2003 15:52:44 +0000 (15:52 +0000)
committerH.J. Lu <hjl@lucon.org>
Tue, 22 Jul 2003 15:52:44 +0000 (15:52 +0000)
* elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
weak symbols.

bfd/ChangeLog
bfd/elflink.c

index 9eb4109..b3617b2 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-22  H.J. Lu <hongjiu.lu@intel.com>
+
+       * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
+       weak symbols.
+
 2003-07-22  Nick Clifton  <nickc@redhat.com>
 
        * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
index 322bb3d..ea0b8d0 100644 (file)
@@ -2519,10 +2519,6 @@ _bfd_elf_dynamic_symbol_p (h, info, ignore_protected)
       break;
 
     default:
-      /* With STV_DEFAULT, weak symbols do not bind locally.  */
-      if (h->root.type == bfd_link_hash_undefweak
-          || h->root.type == bfd_link_hash_defweak)
-       return TRUE;
       break;
     }