projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33e055
)
revert hunk that belongs to a future patchset
author
Alan Modra
<amodra@gmail.com>
Thu, 19 Apr 2007 10:55:25 +0000
(10:55 +0000)
committer
Alan Modra
<amodra@gmail.com>
Thu, 19 Apr 2007 10:55:25 +0000
(10:55 +0000)
ld/ldmisc.c
patch
|
blob
|
history
diff --git
a/ld/ldmisc.c
b/ld/ldmisc.c
index 9cf64a98585974473f921a00e1c0df6c81a5c692..8c42a1bfd675232d12737bb4d6319084a48220cd 100644
(file)
--- 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