diff options
author | Nick Clifton <nickc@redhat.com> | 2009-09-25 09:57:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-09-25 09:57:50 +0000 |
commit | c34f4fc672e56b1bcd89a108e2b799437ce2241a (patch) | |
tree | 0a1bce7cfcd6d7a2b380743fa26f263271848364 /gprof/ChangeLog | |
parent | b7c313290aec759532d0f6f93b594b79c9059fea (diff) | |
download | gdb-c34f4fc672e56b1bcd89a108e2b799437ce2241a.zip gdb-c34f4fc672e56b1bcd89a108e2b799437ce2241a.tar.gz gdb-c34f4fc672e56b1bcd89a108e2b799437ce2241a.tar.bz2 |
PR 10656
* readelf.c: Remove duplicate declaration of variable do_wide.
* dwarf.h: Add export of do_wide.
* hist.h: Move declaration of histograms and num_histograms
variables from here to...
* hist.c: ...here.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 8908440..1f0b8cb 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,10 @@ +2009-09-25 Dimitry Gorbachev <d.g.gorbachev@gmail.com> + + PR 10656 + * hist.h: Move declaration of histograms and num_histograms + variables from here to... + * hist.c: ...here. + 2009-09-23 Nick Clifton <nickc@redhat.com> * po/vi.po: Updated Vietnamese translation. |