Use the vendor's 2.11.2 version of this file as in rev 1.4.
This commit is contained in:
parent
ca9b927b43
commit
39dad63694
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user