aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-05-08 14:35:18 +0000
committerDJ Delorie <dj@redhat.com>2001-05-08 14:35:18 +0000
commit457161bf174a1079e05270c6d8ef5d5238c74ab4 (patch)
tree12e38a5b1a6a44cb3489e62c38b70a59f27909c2 /libiberty/ChangeLog
parent5c65dbc1ca90fc1851e812dfcfbc186ca4a8915f (diff)
downloadgdb-457161bf174a1079e05270c6d8ef5d5238c74ab4.zip
gdb-457161bf174a1079e05270c6d8ef5d5238c74ab4.tar.gz
gdb-457161bf174a1079e05270c6d8ef5d5238c74ab4.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 29f8856..d4f294c 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,11 @@
+2001-05-07 Zack Weinberg <zackw@stanford.edu>
+
+ * cp-demangle.c (demangle_v3_with_details,
+ is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
+ function definition.
+ * ternary.c: Use K+R style function definitions. Use PTR, not
+ void *. Make arguments constant where possible.
+
2001-05-07 Mark Mitchell <mark@codesourcery.com>
* splay-tree.h (splay_tree_max): New function.