Skip to content

Commit

Permalink
* MAINTAINERS: Update my email address
Browse files Browse the repository at this point in the history
	* nm.c (print_symbol_info_bsd): Use a simple printf string.
  • Loading branch information
amodra committed Apr 11, 2001
1 parent c114dcd commit 2121152
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions binutils/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2001-04-10 Alan Modra <[email protected]>

* MAINTAINERS: Update my email address
* nm.c (print_symbol_info_bsd): Use a simple printf string.

2001-04-05 Hans-Peter Nilsson <[email protected]>

* readelf.c (display_debug_lines): Fix typo for "Prologue".
Expand Down
6 changes: 3 additions & 3 deletions binutils/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Ian Taylor <[email protected]>
Jeff Law <[email protected]>
Jim Wilson <[email protected]>
DJ Delorie <[email protected]>
Alan Modra <[email protected].au>
Alan Modra <[email protected].au>
Michael Meissner <[email protected]>

--------- Maintainers ---------
Expand All @@ -36,10 +36,10 @@ other maintainers.
ARM Nick Clifton <[email protected]>
AVR Denis Chertykov <[email protected]>
CRIS Hans-Peter Nilsson <[email protected]>
HPPA elf32 Alan Modra <[email protected].au>
HPPA elf32 Alan Modra <[email protected].au>
IA64 Jim Wilson <[email protected]>
i860 Jason Eckhardt <[email protected]>
ix86 Alan Modra <[email protected].au>
ix86 Alan Modra <[email protected].au>
ix86 COFF,PE DJ Delorie <[email protected]>
ix86 H.J.Lu <[email protected]>
ix86 INTEL MODE Diego Novillo <[email protected]>
Expand Down
5 changes: 2 additions & 3 deletions binutils/nm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2121152

Please sign in to comment.