Removal of MAIN code from libiberty/cplus-dem.c

Nick Clifton nickc@redhat.com
Thu Sep 12 03:42:00 GMT 2002
Hi Zack,

  Your recent patch:

    2002-09-11  Zack Weinberg  <zack@codesourcery.com>

	* cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
	* testsuite/Makefile.in: Adjust for test-demangle.
	* testsuite/regress-demangle: Deleted.
	* testsuite/test-demangle.c: New file.
	* testsuite/demangle-expected: Change \$ to $ throughout, now that
	this file is not being read by a shell script.

  has broken the building of cxxfilt in the binutils sources because
  it used to use the code contained inside #ifdef MAIN in cplus-dem.c.

  What was your intention in moving this code into GCC, and do you
  recommend that binutils should create its own version of the
  gcc/cp/cxxfilt.c file ?

Cheers
        Nick



More information about the Binutils mailing list