projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a8fe7
)
* gprof.c (main): Fix option string for -C, -n and -N.
author
Bob Wilson
<bob.wilson@acm.org>
Tue, 17 Oct 2006 04:45:32 +0000
(
04:45
+0000)
committer
Bob Wilson
<bob.wilson@acm.org>
Tue, 17 Oct 2006 04:45:32 +0000
(
04:45
+0000)
gprof/ChangeLog
patch
|
blob
|
history
gprof/gprof.c
patch
|
blob
|
history
diff --git
a/gprof/ChangeLog
b/gprof/ChangeLog
index ebaa99318b2a9df8f8a2048826302a67de255ee8..336ef07248920d3e4cf4de7e48e735939ad7d973 100644
(file)
--- a/
gprof/ChangeLog
+++ b/
gprof/ChangeLog
@@
-1,3
+1,7
@@
+2006-10-16 Bob Wilson <bob.wilson@acm.org>
+
+ * gprof.c (main): Fix option string for -C, -n and -N.
+
2006-09-26 Thiemo Seufer <ths@networkno.de>
* gprof.texi: Fix install failure.
diff --git
a/gprof/gprof.c
b/gprof/gprof.c
index b2d6bafdef1671d969d2601ca230b82a20a113e6..92468ad5abd599751c73b3e4f24ea0214da227a8 100644
(file)
--- a/
gprof/gprof.c
+++ b/
gprof/gprof.c
@@
-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::st:Tvw:xyzZ::",
long_options, 0))
!= EOF)
{