* 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

@ -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".

View 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>

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