aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index d7a7fd6..17b869e 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -3182,8 +3182,7 @@ aout_link_add_symbols (abfd, info)
else
copy = true;
- if ((abfd->flags & DYNAMIC) != 0
- && aout_backend_info (abfd)->add_dynamic_symbols != NULL)
+ if (aout_backend_info (abfd)->add_dynamic_symbols != NULL)
{
if (! ((*aout_backend_info (abfd)->add_dynamic_symbols)
(abfd, info, &syms, &sym_count, &strings)))