forked from Imagelibrary/binutils-gdb
* MAINTAINERS: Update my email address
* nm.c (print_symbol_info_bsd): Use a simple printf string.
This commit is contained in:
@@ -1475,10 +1475,9 @@ print_symbol_info_bsd (info, abfd)
|
||||
if (bfd_is_undefined_symclass (info->type))
|
||||
{
|
||||
#ifdef BFD64
|
||||
printf ("%*s", 16, "");
|
||||
#else
|
||||
printf ("%*s", 8, "");
|
||||
printf (" ");
|
||||
#endif
|
||||
printf (" ");
|
||||
}
|
||||
else
|
||||
print_value (info->value);
|
||||
|
||||
Reference in New Issue
Block a user