Re: [PATCH] Merge glibc ieee128 ldbl redirect support into cdefs.h

2021-01-05 Thread Paul E Murphy
On 1/5/21 3:18 PM, Paul Eggert wrote: years. I installed the attached patch to try to do that. A good chunk of it is simple reindenting, and you can use "git diff -w" to narrow it down. -#if defined __LONG_DOUBLE_MATH_OPTIONAL && defined __NO_LONG_DOUBLE_MATH +#if __LDOUBLE_REDIRECTS_TO_FLOA

Re: [PATCH] Merge glibc ieee128 ldbl redirect support into cdefs.h

2021-01-04 Thread Paul E Murphy
On 1/4/21 12:27 PM, Bruno Haible wrote: Paul E Murphy wrote: We ran into the following: In file included from /home/tuliom/opt/at-next-15.0-0-alpha/include/stdio.h:871, from ./stdio.h:43, from /home/tuliom/tmp/at-build-tray/at15.0-0-alpha.redhat

Re: [PATCH] Merge glibc ieee128 ldbl redirect support into cdefs.h

2021-01-04 Thread Paul E Murphy
On 1/1/21 1:49 PM, Bruno Haible wrote: Hi, Paul Murphy wrote in : While trying to build gdb with ldbl == ieee128 on ppc64le, we found out gnulib's copy of cdefs.h needs to be synchronized with upstream glibc. The only nota

[PATCH] Merge glibc ieee128 ldbl redirect support into cdefs.h

2020-12-10 Thread Paul E Murphy
While trying to build gdb with ldbl == ieee128 on ppc64le, we found out gnulib's copy of cdefs.h needs to be synchronized with upstream glibc. The only notable divergence is to ensure __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI is always defined as this macro is fairly recent. ---8<--- * lib/cdefs.h [__