summaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-26 19:40:53 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-26 19:40:53 +0000
commit1ee5f21eb87c04c98b04b6f4a521dfaa8eae38e1 (patch)
treee4c02d190d4e8578032c6cced3fb1fae2a0c5905 /gprof/ChangeLog
parentc31622397f147249ff5fc281a3729f0eeb6006bf (diff)
downloadbinutils-redhat-1ee5f21eb87c04c98b04b6f4a521dfaa8eae38e1.tar.gz
2004-05-26 Andrew Cagney <cagney@gnu.org>
* corefile.c (core_create_line_syms): Per ISO C '90, move vma_high's declaration to the function's start.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index ccad012f1f..863eb8a02d 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-26 Andrew Cagney <cagney@gnu.org>
+
+ * corefile.c (core_create_line_syms): Per ISO C '90, move
+ vma_high's declaration to the function's start.
+
2004-05-26 Ben Elliston <bje@au.ibm.com>
* gprof.c (main): Clean up some more.