diff options
Diffstat (limited to 'bfd/sparclinux.c')
-rw-r--r-- | bfd/sparclinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sparclinux.c b/bfd/sparclinux.c index e48550b..7632dbf 100644 --- a/bfd/sparclinux.c +++ b/bfd/sparclinux.c @@ -314,7 +314,7 @@ linux_add_one_symbol (struct bfd_link_info *info, insert = FALSE; - if (! info->relocatable + if (! bfd_link_relocatable (info) && linux_hash_table (info)->dynobj == NULL && strcmp (name, SHARABLE_CONFLICTS) == 0 && (flags & BSF_CONSTRUCTOR) != 0 |