2001-06-24 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / binutils / nm.c
index f1219eb7e6d3e59011159e7bde3d589b1046839e..79283751a182d4ef5701485e9e02dd143d581b97 100644 (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
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+   2001
    Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
@@ -1473,13 +1474,10 @@ print_symbol_info_bsd (info, abfd)
 {
   if (bfd_is_undefined_symclass (info->type))
     {
-      printf ("%*s",
 #ifdef BFD64
-             16,
-#else
-             8,
+      printf ("        ");
 #endif
-             "");
+      printf ("        ");
     }
   else
     print_value (info->value);
This page took 0.02328 seconds and 4 git commands to generate.