This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [s390] Revert TPF C++ library changes


On 06/05/2015 04:40 PM, DJ Delorie wrote:
IBM made changes to no longer require 2 versions of libstdc++, so this
patch changes things back to the previous (compatible) way.

Also, TPF debuggers don't support discriminators, despite what GAS
supports, so disable them.

Ok?

	* config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
	(LIB_SPEC): Add.
	(SUPPORTS_DISCRIMINATOR): Define.
But don't we need to support the older system (with 2 libstdc++s) and the newer system (just one libstdc++)? Which implies these changes need to be conditional, right?

The SUPPORTS_DISCRIMINATOR change seems independent and is OK as-is.

jeff




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]