merge from gcc

This commit is contained in:
DJ Delorie
2002-02-03 13:12:31 +00:00
parent a4139c1259
commit c6e163358d
2 changed files with 9 additions and 0 deletions

View File

@ -127,6 +127,11 @@ cplus_demangle_name_to_style PARAMS ((const char *name));
extern char*
cplus_demangle_v3 PARAMS ((const char* mangled));
/* V3 ABI demangling entry points, defined in cp-demangle.c. Also
demagle types. */
extern char*
cplus_demangle_v3_type PARAMS ((const char* mangled));
extern char*
java_demangle_v3 PARAMS ((const char* mangled));