On Thu, Jun 21, 2018 at 01:26:19PM -0400, Michael Meissner wrote: > On Thu, Jun 21, 2018 at 12:09:12PM -0500, Segher Boessenkool wrote: > > > * config.gcc (powerpc64le*): Remove multilib support for IEEE and > > > IBM long double. > > > * config/rs6000/rs6000.c (rs6000_option_override_internal): > > > Likewise. > > > * config/rs6000/rs6000.h (TARGET_IEEEQUAD_MULTILIB): Likewise. > > > * config/rs6000/t-ldouble-linux64le-ibm: Delete, IEEE/IBM long > > > double multilib no longer supported. > > > * config/rs6000/t-ldouble-linux64le-ieee: Likewise. > > > * doc/install.texi (PowerPC options): Delete information about > > > IEEE/IBM long double multilibs. > > > > This reverts r256775 (the commit message should say), except the linux64.h > > parts, and it seems you just missed those? > > No it only reverts part of r256775. The main part of the r256775 change is to > add support for --with-long-double-format={ieee,ibm} which we need to keep.
That is r256558 as far as I see? Segher