* demangle.h (cplus_demangle_v3): Add "options" parm.
(cplus_demangle_v3_type): Remove prototype. (DMGL_VERBOSE): New macro. (DMGL_TYPES): New macro. * cplus-dem.c (flags): Add DMGL_VERBOSE (cplus_demangle_v3_p): Remove. (demangle_it): Add DMGL_TYPES to passed flags. * cp-demangle.c (cplus_demangle_v3_all): Remove. (cplus_demangle_v3_type): Remove. (cplus_demangle_v3): Add options parm. * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49525 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 37 additions, 19 deletionsgcc/ChangeLog
- gcc/collect2.c 1 addition, 1 deletiongcc/collect2.c
- include/ChangeLog 7 additions, 0 deletionsinclude/ChangeLog
- include/demangle.h 3 additions, 6 deletionsinclude/demangle.h
- libiberty/ChangeLog 9 additions, 0 deletionslibiberty/ChangeLog
- libiberty/cp-demangle.c 5 additions, 18 deletionslibiberty/cp-demangle.c
- libiberty/cplus-dem.c 4 additions, 7 deletionslibiberty/cplus-dem.c
Loading
Please register or sign in to comment