summaryrefslogtreecommitdiff
path: root/www/firefox35/files/patch-xptcall-ia64
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:54:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:54:48 +0000
commit2baa7640f44fe8d89a9ad6e64d5ba3b74669c658 (patch)
tree54f28b9dfc2bdb31427cdd5e14f71f5a5e0d06d1 /www/firefox35/files/patch-xptcall-ia64
parentAdd thunderbird-devel after a repocopy from ports/mail/thunderbird. (diff)
Add firefox-devel after a repocopy from ports/www/firefox. Firefox-devel
represents work in progress towards Firefox 1.5. See http://www.mozilla.org/products/firefox/releases/1.5.html for more details. Most of this work was done by ahze and mnag.
Diffstat (limited to 'www/firefox35/files/patch-xptcall-ia64')
-rw-r--r--www/firefox35/files/patch-xptcall-ia6440
1 files changed, 0 insertions, 40 deletions
diff --git a/www/firefox35/files/patch-xptcall-ia64 b/www/firefox35/files/patch-xptcall-ia64
deleted file mode 100644
index 65e17ebb6c12..000000000000
--- a/www/firefox35/files/patch-xptcall-ia64
+++ /dev/null
@@ -1,40 +0,0 @@
-$FreeBSD$
-
---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ipf64.s.orig Sun Jul 20 00:05:32 2003
-+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ipf64.s Sun Jul 20 00:06:37 2003
-@@ -8,6 +8,7 @@
- // Section has executable code
- .section .text, "ax","progbits"
- // procedure named 'XPTC_InvokeByIndex'
-+ .global XPTC_InvokeByIndex
- .proc XPTC_InvokeByIndex
- // manual bundling
- .explicit
-@@ -24,7 +25,7 @@
-
- // XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
- // PRUint32 paramCount, nsXPTCVariant* params);
--XPTC_InvokeByIndex::
-+XPTC_InvokeByIndex:
- .prologue
- .save ar.pfs, r37
- // allocate 4 input args, 6 local args, and 8 output args
---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s.orig Sun Jul 20 00:02:02 2003
-+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s Sun Jul 20 00:02:40 2003
-@@ -6,6 +6,7 @@
- // Section has executable code
- .section .text, "ax","progbits"
- // procedure named 'SharedStub'
-+ .global SharedStub
- .proc SharedStub
- // manual bundling
- .explicit
-@@ -14,7 +15,7 @@
- // .exclass PrepareAndDispatch, @fullyvisible
- .type PrepareAndDispatch,@function
-
--SharedStub::
-+SharedStub:
- // 9 arguments, first 8 are the input arguments of previous
- // function call. The last one is methodIndex, and is passed in memory
- .prologue