diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-05-19 11:55:01 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-05-19 11:55:01 +0200 |
commit | 73fb6a9d96d1213ad90da2723c5fbb4f9da97c45 (patch) | |
tree | 5893b5b6e3eb1f9125f7042d940bd22a9d1dba55 | |
parent | 969ac969c73cb605e208337c7b5a7c6a040fe7aa (diff) | |
download | gcc-73fb6a9d96d1213ad90da2723c5fbb4f9da97c45.zip gcc-73fb6a9d96d1213ad90da2723c5fbb4f9da97c45.tar.gz gcc-73fb6a9d96d1213ad90da2723c5fbb4f9da97c45.tar.bz2 |
Move ChangeLog entry to the right file.
PR other/61321
PR other/61233
* demangle.h (enum demangle_component_type)
<DEMANGLE_COMPONENT_CONVERSION>: New value.
From-SVN: r236449
-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 |