]> gcc.gnu.org Git - gcc.git/commit
re PR target/19019 (GCC ldouble format incompatibility with XLC long double)
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 15 Feb 2005 23:16:49 +0000 (23:16 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 15 Feb 2005 23:16:49 +0000 (18:16 -0500)
commit6f85d0c4797a5f39c061288e059c6c24cb9290f9
treea2b39d283a20de2dc6811714be5e809b36682898
parent342e3b23af9adadd2bb5378f19bb49aeadc56483
re PR target/19019 (GCC ldouble format incompatibility with XLC long double)

        PR target/19019
        * config/rs6000/darwin-ldouble.c (_xlqadd): Rename to __gcc_qadd.
        (_xlqsub): Rename to __gcc_qsub.
        (_xlqmul): Rename to __gcc_qmul.
        (_xlqdiv): Rename to __gcc_qdiv.
        Provide versioned symbol aliases with old names.
        * config/rs6000/libgcc-ppc64.ver: Rename symbols.
        * config/rs6000/rs6000.c (rs6000_init_libfuncs): Rename symbols.
        * config/rs6000/t-aix43 (LIB2FUNCS_EXTRA): New.
        * config/rs6000/t-aix52 (LIB2FUNCS_EXTRA): New.
        * config/rs6000/t-newas (LIB2FUNCS_EXTRA): New.

From-SVN: r95079
gcc/ChangeLog
gcc/config/rs6000/darwin-ldouble.c
gcc/config/rs6000/libgcc-ppc64.ver
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/t-aix43
gcc/config/rs6000/t-aix52
gcc/config/rs6000/t-newas
This page took 0.063604 seconds and 5 git commands to generate.