diff options
-rw-r--r-- | include/ChangeLog | 7 | ||||
-rw-r--r-- | libiberty/ChangeLog | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index f82f797..180a739 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -58,6 +58,13 @@ * libiberty.h (dupargv): Change arg to char * const *. (writeargv, countargv): Likewise. +2015-11-27 Pedro Alves <palves@redhat.com> + + PR other/61321 + PR other/61233 + * demangle.h (enum demangle_component_type) + <DEMANGLE_COMPONENT_CONVERSION>: New value. + 2015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ && diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 0a0e510..289617b2 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -107,8 +107,6 @@ PR other/61321 PR other/61233 - * demangle.h (enum demangle_component_type) - <DEMANGLE_COMPONENT_CONVERSION>: New value. * cp-demangle.c (d_demangle_callback, d_make_comp): Handle DEMANGLE_COMPONENT_CONVERSION. (is_ctor_dtor_or_conversion): Handle DEMANGLE_COMPONENT_CONVERSION |