merge from gcc

This commit is contained in:
DJ Delorie 2001-02-17 00:11:29 +00:00
parent d696208fa8
commit a9db032a7a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-02-16 Loren J. Rittle <ljrittle@acm.org>
* cplus-dem.c (main): Initialize style.
2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
Add support for Java demangling under the v3 ABI:

View file

@ -5050,7 +5050,7 @@ main (argc, argv)
char *result;
int c;
const char *valid_symbols;
enum demangling_styles style;
enum demangling_styles style = auto_demangling;
program_name = argv[0];