2010-01-06 Tristan Gingold <gingold@adacore.com>
* nm.c (usage): Remove extra blanks. Update copyright.
This commit is contained in:
parent
62dfdd4d1c
commit
d2ca6b5b42
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-01-06 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* nm.c (usage): Remove extra blanks.
|
||||
Update copyright.
|
||||
|
||||
2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* objcopy.c: Update copyright.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* nm.c -- Describe symbol table of a rel file.
|
||||
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
||||
2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
|
||||
2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Binutils.
|
||||
|
@ -246,7 +246,7 @@ usage (FILE *stream, int status)
|
|||
--plugin NAME Load the specified plugin\n"));
|
||||
#endif
|
||||
fprintf (stream, _("\
|
||||
-S, --print-size Print size of defined symbols\n \
|
||||
-S, --print-size Print size of defined symbols\n\
|
||||
-s, --print-armap Include index for symbols from archive members\n\
|
||||
--size-sort Sort symbols by size\n\
|
||||
--special-syms Include special symbols in the output\n\
|
||||
|
|
Loading…
Reference in a new issue