diff options
author | Alan Modra <amodra@gmail.com> | 2007-04-19 10:55:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-04-19 10:55:25 +0000 |
commit | ec5fb24f940f412e437fe643470ef10c74a90bed (patch) | |
tree | d3e70c41a0d39821f6edc35ff9b8d51ef5d67db7 /ld | |
parent | a33e055d81f1779a4d8dbb0cb16348ee491e76d7 (diff) | |
download | binutils-ec5fb24f940f412e437fe643470ef10c74a90bed.zip binutils-ec5fb24f940f412e437fe643470ef10c74a90bed.tar.gz binutils-ec5fb24f940f412e437fe643470ef10c74a90bed.tar.bz2 |
revert hunk that belongs to a future patchset
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ldmisc.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/ld/ldmisc.c b/ld/ldmisc.c index 9cf64a9..8c42a1b 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 |