diff options
Diffstat (limited to 'bfd/i386linux.c')
-rw-r--r-- | bfd/i386linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/i386linux.c b/bfd/i386linux.c index 6403e1c..84ae477 100644 --- a/bfd/i386linux.c +++ b/bfd/i386linux.c @@ -353,7 +353,7 @@ linux_add_one_symbol (info, abfd, name, flags, section, value, string, insert = FALSE; - if (! info->relocateable + if (! info->relocatable && linux_hash_table (info)->dynobj == NULL && strcmp (name, SHARABLE_CONFLICTS) == 0 && (flags & BSF_CONSTRUCTOR) != 0 |