Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 14 Mar 2016 15:13:12 -0500
From: Bobby Bingham <koorogi@...rogi.info>
To: musl@...ts.openwall.com
Subject: Re: long double on powerpc64

On Fri, Mar 11, 2016 at 02:04:35PM +0100, Szabolcs Nagy wrote:
> if long double is 64bit then the 128bit hw floats cannot be used
> with musl, because we don't want library support for __float128.
> 
> note that the glibc position is that for __float128 support the
> minimum required gcc version has to change to gcc-7 because it is
> abi and libc needs complex support (which will not be in gcc-6 yet).
> https://gcc.gnu.org/ml/gcc-patches/2015-12/msg02222.html
> https://sourceware.org/ml/libc-alpha/2016-03/msg00193.html
> 
> the problem with -ld64 suffix is that gcc-6 already has hardcoded
> dynamic linker names (i don't think we can change that now, before
> the gcc-6 release).
> 
> so i'd leave the dynlinker name as is, use 64bit ld for now and
> rediscuss the issue when ieee128 long double works in gcc-7

I'd forgotten about GCC needing to know the dynlinker name.  I agree
with your suggestions here.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.