Commit 35ae04ba by David Edelsohn Committed by David Edelsohn

rs6000-c.c (rs6000_cpu_cpp_builtins): Define __LONGDOUBLE128 on AIX.

        * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
        __LONGDOUBLE128 on AIX.

From-SVN: r79268
parent f7b48371
2004-03-10 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
__LONGDOUBLE128 on AIX.
2004-03-10 Andrew Haley <aph@redhat.com>
PR optimization/14381
......
......@@ -113,7 +113,11 @@ rs6000_cpu_cpp_builtins (cpp_reader *pfile)
RS6000_CPU_CPP_ENDIAN_BUILTINS();
if (TARGET_LONG_DOUBLE_128)
builtin_define ("__LONG_DOUBLE_128__");
{
builtin_define ("__LONG_DOUBLE_128__");
if (TARGET_AIX && TARGET_XCOFF)
builtin_define ("__LONGDOUBLE128");
}
switch (rs6000_current_abi)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment