Re: [PATCH] gcc/config/rs6000: Add link with libc128 with -mlong-double-128 for AIX

2020-04-02 Thread David Edelsohn via Gcc-patches
On Thu, Apr 2, 2020 at 5:30 AM CHIGOT, CLEMENT  wrote:
>
> Description:
>  * AIX applications using 128-bit long double must be linked with
>libc128.a, in order to have 128-bit compatible routines.
>
> Tests:
>  * AIX 7.2, 7.1: Build/Tests: OK
>
> Changelog:
>  * config/rs6000/aix61.h (LIB_SPEC): Add -lc128 with -mlong-double-128.
>  * config/rs6000/aix71.h (LIB_SPEC: Likewise.
>  * config/rs6000/aix72.h (LIB_SPEC: Likewise.

The ChangeLog entries should include the date, name and email.  And
two of the entries contain a typo with no closing parentheses.

Okay with those changes.

Thanks, David


[PATCH] gcc/config/rs6000: Add link with libc128 with -mlong-double-128 for AIX

2020-04-02 Thread CHIGOT, CLEMENT via Gcc-patches
Description:
 * AIX applications using 128-bit long double must be linked with
   libc128.a, in order to have 128-bit compatible routines.

Tests:
 * AIX 7.2, 7.1: Build/Tests: OK

Changelog:
 * config/rs6000/aix61.h (LIB_SPEC): Add -lc128 with -mlong-double-128.
 * config/rs6000/aix71.h (LIB_SPEC: Likewise.
 * config/rs6000/aix72.h (LIB_SPEC: Likewise.

gcc-8.4.0-gcc-config-rs6000-add-link-with-libc128-with-mlong-d.patch
Description: gcc-8.4.0-gcc-config-rs6000-add-link-with-libc128-with-mlong-d.patch