diff options
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r-- | ld/ldsym.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |