summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird/files/patch-xptcall-ia64
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-05 09:54:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-05 09:54:30 +0800
commit402280641e12cd2518eb34831246ccd67387dca6 (patch)
tree25a924bc751ae461bbff3b4caff766bff1e30e83 /mail/thunderbird/files/patch-xptcall-ia64
parent8873c153d07a5669df16174aa06e9d969dfd5722 (diff)
downloadmarcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar
marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.gz
marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.bz2
marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.lz
marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.xz
marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.zst
marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.zip
Thunderbird needs the same freetype2 lovin' that firefox got.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3807 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird/files/patch-xptcall-ia64')
-rw-r--r--mail/thunderbird/files/patch-xptcall-ia6438
1 files changed, 38 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-xptcall-ia64 b/mail/thunderbird/files/patch-xptcall-ia64
new file mode 100644
index 000000000..9cd07f7dd
--- /dev/null
+++ b/mail/thunderbird/files/patch-xptcall-ia64
@@ -0,0 +1,38 @@
+--- 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