[Bug gprof/13325] gprof doesn't work when there are histogram data before the first symbol

2011-10-26 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13325 --- Comment #9 from Nick Clifton nickc at redhat dot com 2011-10-26 09:53:05 UTC --- Hi Carrot, I think the comment /* PR gprof/13325: Make sure that J does not go below I. */ should be changed to /* PR gprof/13325: Make sure that K

[Bug gprof/13325] gprof doesn't work when there are histogram data before the first symbol

2011-10-25 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13325 --- Comment #4 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-10-25 08:38:58 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2011-10-25 08:38:50 Modified files: gprof

[Bug gprof/13325] gprof doesn't work when there are histogram data before the first symbol

2011-10-25 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13325 Nick Clifton nickc at redhat dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug gprof/13325] gprof doesn't work when there are histogram data before the first symbol

2011-10-25 Thread carrot at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13325 --- Comment #6 from Wei Guozhi carrot at google dot com 2011-10-25 16:34:21 UTC --- (In reply to comment #5) Hi Carrot, You are right - your patch is better. So I have checked it in along with this changelog entry. Cheers Nick

[Bug gprof/13325] gprof doesn't work when there are histogram data before the first symbol

2011-10-25 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13325 --- Comment #7 from Nick Clifton nickc at redhat dot com 2011-10-25 16:47:55 UTC --- Hi Carrot, It looks you have checked in your first patch. Doh! Sorry - this should be fixed now. Cheers Nick -- Configure bugmail:

[Bug gprof/13325] gprof doesn't work when there are histogram data before the first symbol

2011-10-25 Thread carrot at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13325 --- Comment #8 from Wei Guozhi carrot at google dot com 2011-10-25 22:02:57 UTC --- (In reply to comment #7) Hi Carrot, It looks you have checked in your first patch. Doh! Sorry - this should be fixed now. I think the comment /*

[Bug gprof/13325] gprof doesn't work when there are histogram data before the first symbol

2011-10-24 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13325 --- Comment #1 from Nick Clifton nickc at redhat dot com 2011-10-24 14:14:36 UTC --- Created attachment 6026 -- http://sourceware.org/bugzilla/attachment.cgi?id=6026 Prevent wraparound of j -- Configure bugmail:

[Bug gprof/13325] gprof doesn't work when there are histogram data before the first symbol

2011-10-24 Thread carrot at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13325 --- Comment #3 from Wei Guozhi carrot at google dot com 2011-10-24 21:59:42 UTC --- (In reply to comment #2) Hi Wei, I believe that the uploaded patch should take care of this problem. Please could you let me know what you think.