diff options
Diffstat (limited to 'time/sunbird/patches/patch-cb')
-rw-r--r-- | time/sunbird/patches/patch-cb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/time/sunbird/patches/patch-cb b/time/sunbird/patches/patch-cb deleted file mode 100644 index 702326176ac..00000000000 --- a/time/sunbird/patches/patch-cb +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-cb,v 1.1.1.1 2006/02/05 21:56:27 ghen Exp $ - ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_netbsd.cpp.orig 2006-02-02 16:57:57.000000000 +0100 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_netbsd.cpp -@@ -104,8 +104,10 @@ invoke_copy_to_stack(PRUint32* d, - if ((PRUint32) d & 4) d++; // doubles are 8-byte aligned on stack - *((double*) d) = s->val.d; - d += 2; -+#if __GXX_ABI_VERSION < 100 - if (gpr < GPR_COUNT) - gpr += 2; -+#endif - } - } - else if (!s->IsPtrData() && s->type == nsXPTType::T_FLOAT) { -@@ -114,8 +116,10 @@ invoke_copy_to_stack(PRUint32* d, - else { - *((float*) d) = s->val.f; - d += 1; -+#if __GXX_ABI_VERSION < 100 - if (gpr < GPR_COUNT) - gpr += 1; -+#endif - } - } - else if (!s->IsPtrData() && (s->type == nsXPTType::T_I64 |