* MAINTAINERS: Update my email address

* nm.c (print_symbol_info_bsd): Use a simple printf string.
This commit is contained in:
Alan Modra
2001-04-11 07:07:29 +00:00
parent c114dcd5b7
commit 21211521db
3 changed files with 10 additions and 6 deletions

View File

@@ -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);