diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-30 00:52:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-30 00:52:24 +0000 |
commit | 2769f0eabcca687c1930f449b1136e79e1ce4bca (patch) | |
tree | 4dfacb46d2c8ba9f6177f06da87686f3a8ce058b /deskutils/sunbird/files/patch-xptcall-ia64 | |
parent | - Add seamonkey (diff) |
- Add sunbird
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.
WWW: http://www.mozilla.org/projects/calendar/sunbird.html
Note: This is still in the beta stages and you will probably run in to
a few bugs.
Notes
Notes:
svn path=/head/; revision=149986
Diffstat (limited to 'deskutils/sunbird/files/patch-xptcall-ia64')
-rw-r--r-- | deskutils/sunbird/files/patch-xptcall-ia64 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/sunbird/files/patch-xptcall-ia64 b/deskutils/sunbird/files/patch-xptcall-ia64 new file mode 100644 index 000000000000..3e05a5c704b3 --- /dev/null +++ b/deskutils/sunbird/files/patch-xptcall-ia64 @@ -0,0 +1,19 @@ +--- 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 Mon Nov 7 23:10:28 2005 +@@ -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: + // 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 |