From 884ff5ce127e1262c1f1756b4a6e83433610db82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Chigot?= Date: Thu, 26 Mar 2020 14:20:42 -0500 Subject: [PATCH] gcc/config/rs6000: fix long double builtins for AIX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Descritpion: * This patch fixes the implicit call made by some C long double builtins when long doubles are on 64bit for AIX. Tests: * AIX 7.2, 7.1, 6.1: Build/Tests: OK Changelog: 2020-04-27 Clément Chigot