diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-30 00:44:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-30 00:44:58 +0000 |
commit | 58cfbc4b9735a4c19a93cc8055c120b53fb25e15 (patch) | |
tree | 05fe13423c54d74c05133f34bd3863dd69dc9443 /www/seamonkey2/files/patch-xptcall-ia64 | |
parent | 8426fb5ae16ffee5bf7737e1cfaac795f09a9489 (diff) |
- Add seamonkey
This is the current release of the Seamonkey open source web browser. It should
be fully compliant with all W3C standards, including HTML, CSS, XML, XSL,
JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with
the use of the FreeBSD native Java plug-in.
This is the latest bleeding edge release. Beware that you'll probably find
bugs here, so if you value stability, try www/mozilla.
WWW: http://www.mozilla.org/projects/seamonkey/
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=149984
Diffstat (limited to 'www/seamonkey2/files/patch-xptcall-ia64')
-rw-r--r-- | www/seamonkey2/files/patch-xptcall-ia64 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/seamonkey2/files/patch-xptcall-ia64 b/www/seamonkey2/files/patch-xptcall-ia64 index 9cd07f7ddbb2..7d33a8693cc8 100644 --- a/www/seamonkey2/files/patch-xptcall-ia64 +++ b/www/seamonkey2/files/patch-xptcall-ia64 @@ -17,8 +17,8 @@ .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 +--- xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s.orig Tue May 24 11:30:54 2005 ++++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s Fri Sep 16 15:50:20 2005 @@ -6,6 +6,7 @@ // Section has executable code .section .text, "ax","progbits" @@ -33,6 +33,6 @@ -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 + // 10 arguments, first 8 are the input arguments of previous + // function call. The 9th one is methodIndex and the 10th is the + // pointer to the remaining input arguments. The last two arguments |