re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin when appro...
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 27 Feb 2008 17:29:58 +0000 (18:29 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 27 Feb 2008 17:29:58 +0000 (18:29 +0100)
commitc92712d17a180ab55c4f3cb75b44e4856f40ce9a
treeec78261e34e333fcc51cf441a827cbcd2bbe14ab
parenta8bafc433ca3957e3388b51ad340c6dffdda68f5
re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin when appropriate)

        PR target/25477
        * config/darwin-ppc-ldouble-patch.def (BUILT_IN_NANL): Add.
        (BUILT_IN_NEXTTOWARD): Remove.
        (BUILT_IN_NEXTTOWARDF): Ditto.
        * config/darwin.c (darwin_patch_builtin): Use ACONCAT instead of
        alloca/strcpy/strcat.  Remove commented-out code.  Fix whitespace.

From-SVN: r132723
gcc/ChangeLog
gcc/config/darwin-ppc-ldouble-patch.def
gcc/config/darwin.c