]> git.ipfire.org Git - thirdparty/gcc.git/commit - include/demangle.h
demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS...
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 17 Jul 2009 19:09:54 +0000 (19:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 17 Jul 2009 19:09:54 +0000 (19:09 +0000)
commit23b1a789fd78c9a5bd2957d2375fad585bb5e060
tree35a27ed8e0c745eb394b8267477a628113ffd7f3
parenta0ce0e6e57acacb2fb3ccbc1179dd5247401ea40
demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>) (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>): New.

include
2009-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>

* demangle.h
(enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
(enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>):
New.
libiberty
2009-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>

* cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
(d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
(d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
(d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
(d_demangle_callback): The variable type is now declared as enum.
Replace parser of _GLOBAL_ symbols by a d_make_comp call.

From-SVN: r149756
include/ChangeLog
include/demangle.h
libiberty/ChangeLog
libiberty/cp-demangle.c