On 13 Oct 2011, at 23:22, Mike Stump wrote:
+/* Add $LDBL128 suffix to long double builtins for ppc darwin.  */

static void
-darwin_patch_builtin (int fncode)
+darwin_patch_builtin (enum built_in_function fncode)

This is a property of the target machine. DARWIN_PPC is a property of the target machine; maybe if (DARWIN_PPC) { } will do what you want?

yes, that should be right - there was no reason that this should have broken x86 darwin.


Reply via email to