summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-xl
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-xl')
-rw-r--r--www/firefox/patches/patch-xl27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/firefox/patches/patch-xl b/www/firefox/patches/patch-xl
deleted file mode 100644
index c1e454ee9cf..00000000000
--- a/www/firefox/patches/patch-xl
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-xl,v 1.6 2014/02/20 13:19:03 ryoon Exp $
-
-NetBSD ppc xptcall support code. Originally from pkgsrc/www/mozilla.
-
---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_netbsd.s.orig 2014-02-12 21:29:26.000000000 +0000
-+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_netbsd.s
-@@ -20,15 +20,15 @@
-
- .section ".text"
- .align 2
-- .globl XPTC_InvokeByIndex
-- .type XPTC_InvokeByIndex,@function
-+ .globl NS_InvokeByIndex_P
-+ .type NS_InvokeByIndex_P,@function
-
- #
--# XPTC_InvokeByIndex(nsISupports* that, uint32_t methodIndex,
--# uint32_t paramCount, nsXPTCVariant* params)
-+# NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex,
-+# PRUint32 paramCount, nsXPTCVariant* params)
- #
-
--XPTC_InvokeByIndex:
-+NS_InvokeByIndex_P:
- stwu sp,-32(sp) # setup standard stack frame
- mflr r0 # save LR
- stw r3,8(sp) # r3 <= that