diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/cxxfilt.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 90fae1d..526fb12 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2003-11-28 Ian Lance Taylor <ian@wasabisystems.com> + + * cxxfilt.c (usage): Mention new -p/--no-params options. + 2003-11-28 Alan Modra <amodra@bigpond.net.au> * Makefile.am (install-exec-local): Remove common term from string diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c index b909510..1b297fd 100644 --- a/binutils/cxxfilt.c +++ b/binutils/cxxfilt.c @@ -73,7 +73,8 @@ static void usage (FILE *stream, int status) { fprintf (stream, "\ -Usage: %s [-_] [-n] [--strip-underscores] [--no-strip-underscores] \n", +Usage: %s [-_] [-n] [--strip-underscores] [--no-strip-underscores]\n\ + [-p] [--no-params]\n", program_name); fprintf (stream, "\ |