Use the vendor's 2.11.2 version of this file as in rev 1.4.

This commit is contained in:
David E. O'Brien 2001-06-26 17:45:23 +00:00
parent 515082a3ff
commit bfdc8ef812
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78836

View file

@ -1,5 +1,6 @@
/* nm.c -- Describe symbol table of a rel file.
Copyright 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001
Free Software Foundation, Inc.
This file is part of GNU Binutils.
@ -1476,10 +1477,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);