From b685715bd70fc6717c0eb00f0c4c393a2b4278ab Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 19 Jun 2009 15:05:23 +0000 Subject: * ar.c (usage): Do not use #ifdef inside _("...). * nm.c (usage): Likewise. --- binutils/nm.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'binutils/nm.c') diff --git a/binutils/nm.c b/binutils/nm.c index 51f67d1431..7ca691daa4 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -240,11 +240,13 @@ usage (FILE *stream, int status) -o Same as -A\n\ -p, --no-sort Do not sort the symbols\n\ -P, --portability Same as --format=posix\n\ - -r, --reverse-sort Reverse the sense of the sort\n" + -r, --reverse-sort Reverse the sense of the sort\n")); #if BFD_SUPPORTS_PLUGINS -" --plugin NAME Load the specified plugin\n" + fprintf (stream, _("\ + --plugin NAME Load the specified plugin\n")); #endif -" -S, --print-size Print size of defined symbols\n\ + fprintf (stream, _("\ + -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\ -- cgit v1.2.1