diff options
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index 468898c..5e628b8 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -2144,7 +2144,7 @@ lang_one_common (h, info) /* Increase the size of the section. */ section->_raw_size += size; - if (write_map && config.map_file != NULL) + if (config.map_file != NULL) fprintf (config.map_file, "Allocating common %s: %lx at %lx %s\n", h->root.string, (unsigned long) size, (unsigned long) h->u.def.value, section->owner->filename); |