aboutsummaryrefslogtreecommitdiff
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
commitbb02f434acf46a33f9ccdf2345e8c84520d5788a (patch)
treef1fad43f85040dc267c45b6b106cf30060543cee /gprof/ChangeLog
parent54b3292ad14c86347e2f09db4061f9fc25b6cf00 (diff)
downloadbinutils-bb02f434acf46a33f9ccdf2345e8c84520d5788a.zip
binutils-bb02f434acf46a33f9ccdf2345e8c84520d5788a.tar.gz
binutils-bb02f434acf46a33f9ccdf2345e8c84520d5788a.tar.bz2
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 ccad012..863eb8a 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.