summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/symtab.h')
-rw-r--r--binutils-2.25/gold/symtab.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/binutils-2.25/gold/symtab.h b/binutils-2.25/gold/symtab.h
index 7984dd6f..9413360f 100644
--- a/binutils-2.25/gold/symtab.h
+++ b/binutils-2.25/gold/symtab.h
@@ -1,6 +1,6 @@
// symtab.h -- the gold symbol table -*- C++ -*-
-// Copyright (C) 2006-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of gold.
@@ -604,10 +604,8 @@ class Symbol
if (parameters->options().in_dynamic_list(this->name()))
return true;
- // If the user used -Bsymbolic or provided a --dynamic-list script,
- // then nothing (else) is preemptible.
- if (parameters->options().Bsymbolic()
- || parameters->options().have_dynamic_list())
+ // If the user used -Bsymbolic, then nothing (else) is preemptible.
+ if (parameters->options().Bsymbolic())
return false;
// If the user used -Bsymbolic-functions, then functions are not