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

2015-07-01 Thread DJ Delorie
> Ah, then approved. Thanks, committed.

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

2015-06-29 Thread Jeff Law
On 06/29/2015 07:00 PM, DJ Delorie wrote: 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 CPP2 configuration was never shipped to TPF customers, so there's no need to ret

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

2015-06-29 Thread DJ Delorie
> 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 CPP2 configuration was never shipped to TPF customers, so there's no need to retain both ways.

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

2015-06-25 Thread Jeff Law
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/t

[s390] Revert TPF C++ library changes

2015-06-05 Thread DJ Delorie
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. (