* dbxread.c, dwarfread.c: Re-enable experimental code to

automatically select demangling style.
	* demangle.c (DEFAULT_DEMANGLING_STYLE):  Rename from simply
	DEMANGLING_STYLE, to make more descriptive.  Revert back to
	"auto" as default.  Comment use.
	* Makefile.in (DEMANGLING_STYLE, DEMANGLE_OPTS):  Remove.
	* Makefile.in (${DEMANGLER}.o) Remove target and special
	compilation rule.
This commit is contained in:
Fred Fish
1992-07-15 19:33:21 +00:00
parent 781fa085cb
commit d23639b2ec
4 changed files with 72 additions and 54 deletions

View File

@@ -1577,7 +1577,7 @@ handle_producer (producer)
is not auto. We also leave the demangling style alone if we find a
gcc (cc1) producer, as opposed to a g++ (cc1plus) producer. */
#if 0 /* Works, but is disabled for now. -fnf */
#if 1 /* Works, but is experimental. -fnf */
if (current_demangling_style == auto_demangling)
{
if (STREQN (producer, GPLUS_PRODUCER, strlen (GPLUS_PRODUCER)))