]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/rs6000.c
re PR target/19019 (GCC ldouble format incompatibility with XLC long double)
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 13 Feb 2005 21:31:35 +0000 (21:31 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 13 Feb 2005 21:31:35 +0000 (16:31 -0500)
commitde17c25fdeaaf1349606d744b4e9b79e5f12af72
treebf91ebcde9a914d0a4787212474b788cb969d2b7
parent4fa0972f8e4d9ded2e62059c9c241b91e99bbe5e
re PR target/19019 (GCC ldouble format incompatibility with XLC long double)

        PR target/19019
        * config/rs6000/aix.h ({TARGET,MASK}_XL_CALL): Rename to
        {TARGET,MASK}_XL_COMPAT.
        (SUBTARGET_SWITCHES): Rename xl-call to xl-compat.  Use
        MASK_XL_COMPAT.
        * config/rs6000/beos.h ({TARGET,MASK}_XL_CALL): Remove.
        * config/rs6000/rs6000.c (function_arg): Change TARGET_XL_CALL to
        TARGET_XL_COMPAT.
        (rs6000_arg_partial_bytes): Same.
        (rs6000_generate_compare): Generate PARALLEL for compare if TFmode
        and XL compatibility enabled.
        * config/rs6000/rs6000.h (TARGET_XL_CALL): Rename to TARGET_XL_COMPAT.
        * config/rs6000/rs6000.md (cmptf_internal1): Add !TARGET_XL_COMPAT
        test to final condition.
        (cmptf_internal2): New.
        * doc/invoke.texi (RS/6000 Subtarget Options): Change xl-call to
        xl-compat.  Add TFmode information to description.

From-SVN: r94991
gcc/ChangeLog
gcc/config/rs6000/aix.h
gcc/config/rs6000/beos.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
gcc/doc/invoke.texi