summaryrefslogtreecommitdiffstats
path: root/ld/ldsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r--ld/ldsym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldsym.c b/ld/ldsym.c
index 81a1a8c0fc..d2914a9b43 100644
--- a/ld/ldsym.c
+++ b/ld/ldsym.c
@@ -219,7 +219,7 @@ lang_input_statement_type *f;
else
{
asection *s;
- if (true || option_longmap) {
+ if (option_longmap) {
for (s = f->the_bfd->sections;
s != (asection *)NULL;
s = s->next) {
OpenPOWER on IntegriCloud