summaryrefslogtreecommitdiff
path: root/ld/ldmisc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-04-19 10:55:25 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-04-19 10:55:25 +0000
commitdc3b4b14d124593fe80173aac70c393c8046ed80 (patch)
treedb858d65c25bfae0553d6eb53ea048672490ad2e /ld/ldmisc.c
parentdccddd3964e6ec1ca02f600fc025182c1d33f0c0 (diff)
downloadbinutils-redhat-dc3b4b14d124593fe80173aac70c393c8046ed80.tar.gz
revert hunk that belongs to a future patchset
Diffstat (limited to 'ld/ldmisc.c')
-rw-r--r--ld/ldmisc.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/ld/ldmisc.c b/ld/ldmisc.c
index 9cf64a9858..8c42a1bfd6 100644
--- a/ld/ldmisc.c
+++ b/ld/ldmisc.c
@@ -477,14 +477,11 @@ info_assert (const char *file, unsigned int line)
void
minfo (const char *fmt, ...)
{
- if (config.map_file != NULL)
- {
- va_list arg;
+ va_list arg;
- va_start (arg, fmt);
- vfinfo (config.map_file, fmt, arg, FALSE);
- va_end (arg);
- }
+ va_start (arg, fmt);
+ vfinfo (config.map_file, fmt, arg, FALSE);
+ va_end (arg);
}
void