diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-24 18:42:39 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-24 18:42:39 +0000 |
commit | 55faa696b120f75362e8a63d85ce1ec7c177981f (patch) | |
tree | 255b5e7b2d2a4d3242d0430894c77aac9fc7ca58 /libiberty/ChangeLog | |
parent | ae74ae32ba4ecafb8f3d13a0c83e965b56c81df1 (diff) | |
download | gcc-55faa696b120f75362e8a63d85ce1ec7c177981f.tar.gz |
* cp-demangle.c (d_encoding): Add top_level parameter. Change all
callers.
(print_usage): Display new -p option.
(long_options): Add --no-params.
(main): Accept and handle -p.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73884 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cc5699ff0a8..1dbf7eda979 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +2003-11-22 Ian Lance Taylor <ian@wasabisystems.com> + + * cp-demangle.c (d_encoding): Add top_level parameter. Change all + callers. + (print_usage): Display new -p option. + (long_options): Add --no-params. + (main): Accept and handle -p. + 2003-11-21 Ian Lance Taylor <ian@wasabisystems.com> * cp-demangle.c (has_return_type): Skip qualifiers when checking |