mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* gprof.c (main): Fix option string for -r and -R.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user