diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2007-09-25 19:53:15 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2007-09-25 19:53:15 +0000 |
commit | 0f0b0db5c0a418360fff95853a90019654df8829 (patch) | |
tree | 7e70e931d8f53fb1b13abf2168b40ae006ef17f3 /mozilla-1.7.3-xptcall-s390.patch | |
parent | - Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros (diff) | |
download | librewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.tar.gz librewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.tar.bz2 librewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.zip |
Killing some more dead patches
Diffstat (limited to 'mozilla-1.7.3-xptcall-s390.patch')
-rw-r--r-- | mozilla-1.7.3-xptcall-s390.patch | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/mozilla-1.7.3-xptcall-s390.patch b/mozilla-1.7.3-xptcall-s390.patch deleted file mode 100644 index 995d352..0000000 --- a/mozilla-1.7.3-xptcall-s390.patch +++ /dev/null @@ -1,100 +0,0 @@ -Index: xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390.cpp -=================================================================== -RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390.cpp,v -retrieving revision 1.1 -diff -u -p -r1.1 xptcinvoke_linux_s390.cpp ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390.cpp 27 Jan 2003 21:52:51 -0000 1.1 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390.cpp 14 Oct 2004 09:14:05 -0000 -@@ -184,6 +184,8 @@ invoke_copy_to_stack(PRUint32 paramCount - } - } - -+volatile register void* r14 asm("r14"); -+ - XPTC_PUBLIC_API(nsresult) - XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, - PRUint32 paramCount, nsXPTCVariant* params) -@@ -197,6 +199,8 @@ XPTC_InvokeByIndex(nsISupports* that, PR - PRUint32 overflow = invoke_count_words (paramCount, params); - PRUint32 result; - -+ volatile void* sav_r14 = r14; -+ - __asm__ __volatile__ - ( - "lr 7,15\n\t" -@@ -233,6 +237,8 @@ XPTC_InvokeByIndex(nsISupports* that, PR - "a" (method) - : "2", "3", "4", "5", "6", "7", "memory" - ); -+ -+ r14 = sav_r14; - - return result; - } -Index: xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390x.cpp -=================================================================== -RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390x.cpp,v -retrieving revision 1.1 -diff -u -p -r1.1 xptcinvoke_linux_s390x.cpp ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390x.cpp 27 Jan 2003 21:52:51 -0000 1.1 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390x.cpp 14 Oct 2004 09:14:12 -0000 -@@ -178,6 +178,8 @@ invoke_copy_to_stack(PRUint32 paramCount - } - } - -+volatile register void* r14 asm("r14"); -+ - XPTC_PUBLIC_API(nsresult) - XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, - PRUint32 paramCount, nsXPTCVariant* params) -@@ -191,6 +193,8 @@ XPTC_InvokeByIndex(nsISupports* that, PR - PRUint64 overflow = invoke_count_words (paramCount, params); - PRUint64 result; - -+ volatile void* sav_r14 = r14; -+ - __asm__ __volatile__ - ( - "lgr 7,15\n\t" -@@ -229,6 +233,8 @@ XPTC_InvokeByIndex(nsISupports* that, PR - "a" (method) - : "2", "3", "4", "5", "6", "7", "memory" - ); -+ -+ r14 = sav_r14; - - return result; - } -Index: xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390.cpp -=================================================================== -RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390.cpp,v -retrieving revision 1.1 -diff -u -p -r1.1 xptcstubs_linux_s390.cpp ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390.cpp 27 Jan 2003 21:52:52 -0000 1.1 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390.cpp 14 Oct 2004 09:14:22 -0000 -@@ -177,7 +177,7 @@ nsresult nsXPTCStubBase::Stub##n() \ - \ - __asm__ __volatile__ \ - ( \ -- "l %0,0(15)\n\t" \ -+ "lr %0,15\n\t" \ - "ahi %0,96\n\t" \ - "stm 3,6,0(%3)\n\t" \ - "std 0,%1\n\t" \ -Index: xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390x.cpp -=================================================================== -RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390x.cpp,v -retrieving revision 1.1 -diff -u -p -r1.1 xptcstubs_linux_s390x.cpp ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390x.cpp 27 Jan 2003 21:52:52 -0000 1.1 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390x.cpp 14 Oct 2004 09:14:26 -0000 -@@ -177,7 +177,7 @@ nsresult nsXPTCStubBase::Stub##n() \ - \ - __asm__ __volatile__ \ - ( \ -- "lg %0,0(15)\n\t" \ -+ "lgr %0,15\n\t" \ - "aghi %0,160\n\t" \ - "stmg 3,6,0(%5)\n\t"\ - "std 0,%1\n\t" \ |