diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-27 10:56:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-27 10:56:20 +0000 |
commit | 20c0b65dabb957af97e0998f3a203d00137a3fd8 (patch) | |
tree | 806bf7a5a57f2684a3ebcd5b01e01db0d29a9a54 | |
parent | ee1a7ae44068868a9351a2eef5d4be107bb8d024 (diff) | |
download | gdb-20c0b65dabb957af97e0998f3a203d00137a3fd8.zip gdb-20c0b65dabb957af97e0998f3a203d00137a3fd8.tar.gz gdb-20c0b65dabb957af97e0998f3a203d00137a3fd8.tar.bz2 |
* ar.c (usage): Mention -t command line switch.
* doc/binutils.texi (ranlib): Document -t command line switch.
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/ar.c | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 63e104b..33ed0e6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net> + Nick Clifton <nickc@redhat.com> + + * ar.c (usage): Mention -t command line switch. + * doc/binutils.texi (ranlib): Document -t command line switch. + 2008-02-26 Nick Clifton <nickc@redhat.com> * objdump.c (objdump_print_addr): If displaying file offsets, show diff --git a/binutils/ar.c b/binutils/ar.c index 14358b4..10e8889 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -1,6 +1,6 @@ /* ar.c - Archive modify and extract. Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -255,8 +255,9 @@ usage (int help) fprintf (s, _(" Generate an index to speed access to archives\n")); fprintf (s, _(" The options are:\n\ @<file> Read options from <file>\n\ + -t Update the archive's symbol map timestamp\n\ -h --help Print this help message\n\ - -V --version Print version information\n")); + -v --version Print version information\n")); } list_supported_targets (program_name, s); |