mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 05:14:18 +08:00
revert hunk that belongs to a future patchset
This commit is contained in:
11
ld/ldmisc.c
11
ld/ldmisc.c
@ -477,14 +477,11 @@ info_assert (const char *file, unsigned int line)
|
|||||||
void
|
void
|
||||||
minfo (const char *fmt, ...)
|
minfo (const char *fmt, ...)
|
||||||
{
|
{
|
||||||
if (config.map_file != NULL)
|
va_list arg;
|
||||||
{
|
|
||||||
va_list arg;
|
|
||||||
|
|
||||||
va_start (arg, fmt);
|
va_start (arg, fmt);
|
||||||
vfinfo (config.map_file, fmt, arg, FALSE);
|
vfinfo (config.map_file, fmt, arg, FALSE);
|
||||||
va_end (arg);
|
va_end (arg);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user