* MAINTAINERS: Update my email address
authorAlan Modra <amodra@gmail.com>
Wed, 11 Apr 2001 07:07:29 +0000 (07:07 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 11 Apr 2001 07:07:29 +0000 (07:07 +0000)
* nm.c (print_symbol_info_bsd): Use a simple printf string.

binutils/ChangeLog
binutils/MAINTAINERS
binutils/nm.c

index 1156614..4073d0b 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-10  Alan Modra  <amodra@one.net.au>
+
+       * MAINTAINERS: Update my email address
+       * nm.c (print_symbol_info_bsd): Use a simple printf string.
+
 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
 
        * readelf.c (display_debug_lines): Fix typo for "Prologue".
index 6f66f4c..a532ad0 100644 (file)
@@ -17,7 +17,7 @@ Ian Taylor <ian@zembu.com>
 Jeff Law <law@redhat.com>
 Jim Wilson <wilson@redhat.com>
 DJ Delorie <dj@redhat.com>
-Alan Modra <alan@linuxcare.com.au>
+Alan Modra <amodra@one.net.au>
 Michael Meissner <meissner@redhat.com>
 
                    --------- Maintainers ---------
@@ -36,10 +36,10 @@ other maintainers.
 ARM            Nick Clifton <nickc@redhat.com>
 AVR            Denis Chertykov <denisc@overta.ru>
 CRIS           Hans-Peter Nilsson <hp@axis.com>
-HPPA elf32     Alan Modra <alan@linuxcare.com.au>
+HPPA elf32     Alan Modra <amodra@one.net.au>
 IA64           Jim Wilson <wilson@redhat.com>
 i860           Jason Eckhardt <jle@redhat.com>
-ix86           Alan Modra <alan@linuxcare.com.au>
+ix86           Alan Modra <amodra@one.net.au>
 ix86 COFF,PE   DJ Delorie <dj@redhat.com>
 ix86           H.J.Lu <hjl@gnu.org>
 ix86 INTEL MODE Diego Novillo <dnovillo@redhat.com>
index 9a10e95..7928375 100644 (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);