diff options
author | DJ Delorie <dj@redhat.com> | 2001-05-08 14:35:18 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-05-08 14:35:18 +0000 |
commit | 457161bf174a1079e05270c6d8ef5d5238c74ab4 (patch) | |
tree | 12e38a5b1a6a44cb3489e62c38b70a59f27909c2 /include/ChangeLog | |
parent | 5c65dbc1ca90fc1851e812dfcfbc186ca4a8915f (diff) | |
download | gdb-457161bf174a1079e05270c6d8ef5d5238c74ab4.zip gdb-457161bf174a1079e05270c6d8ef5d5238c74ab4.tar.gz gdb-457161bf174a1079e05270c6d8ef5d5238c74ab4.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 24fb134..1cf2483 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2001-05-07 Zack Weinberg <zackw@stanford.edu> + + * demangle.h: Use PARAMS for all prototypes. + * ternary.h: Use PARAMS for all prototypes. 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. |