6593022e89
release of the Firebird web browser with a new name to avoid conflicts with the Firebird database. This is version 0.8. http://www.mozilla.org/products/firefox/releases/ * Update to 0.8 and change name to firefox [1] * Make PLIST from a fake installation [1] * Restore original credit and portname in Makefile [1] * Optionally install headers and IDL files [2] * Use PERL instead of REINPLACE_CMD in a few places [1] * Use OPTIONS * Enable the Inspector extension * Fix another possible esound related problem * Enable basic optimizations if WITH_DEBUG is not specified PR: 62631 [2] Submitted by: trevor [1] [2]
40 lines
1.4 KiB
Text
40 lines
1.4 KiB
Text
$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
|