mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* gprof.c (main): Fix option string for -r and -R.
This commit is contained in:
parent
8621d6a944
commit
4ce7dc1561
@ -1,3 +1,7 @@
|
||||
2006-10-17 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* gprof.c (main): Fix option string for -r and -R.
|
||||
|
||||
2006-10-16 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
|
||||
|
@ -200,7 +200,7 @@ main (int argc, char **argv)
|
||||
expandargv (&argc, &argv);
|
||||
|
||||
while ((ch = getopt_long (argc, argv,
|
||||
"aA::bBcC::d::De:E:f:F:hiI:J::k:lLm:n:N:O:p::P::q::Q::st:Tvw:xyzZ::",
|
||||
"aA::bBcC::d::De:E:f:F:hiI:J::k:lLm:n:N:O:p::P::q::Q::rR:st:Tvw:xyzZ::",
|
||||
long_options, 0))
|
||||
!= EOF)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user