* cplus-dem.c (main): Handle gnat_demangling.

From-SVN: r37679
This commit is contained in:
H.J. Lu 2000-11-22 23:57:50 +00:00 committed by Hans-Peter Nilsson
parent 6e1b44bce7
commit 3b3bd9a786
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-11-22 H.J. Lu <hjl@gnu.org>
* cplus-dem.c (main): Handle gnat_demangling.
2000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
* aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.

View File

@ -5099,6 +5099,7 @@ main (argc, argv)
case arm_demangling:
case java_demangling:
case edg_demangling:
case gnat_demangling:
valid_symbols = standard_symbol_characters ();
break;
case hp_demangling: