rpms/firefox/FC-6 firefox-1.5-ppc64.patch,1.1.2.4,1.1.2.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 23 09:00:25 UTC 2006


Author: dwmw2

Update of /cvs/dist/rpms/firefox/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv6206

Modified Files:
      Tag: private-firefox-1_5_0_8-multilib-fix-branch
	firefox-1.5-ppc64.patch 
Log Message:
minor C++ code cleanup

firefox-1.5-ppc64.patch:
 mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc64_linux.s |  153 ++++++
 mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc64_linux.s  |  101 ++++
 xpcom/reflect/xptcall/src/md/unix/Makefile.in                          |    5 
 xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc64_linux.cpp           |  127 +++++
 xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc64_linux.cpp            |  247 ++++++++++
 5 files changed, 633 insertions(+)

Index: firefox-1.5-ppc64.patch
===================================================================
RCS file: /cvs/dist/rpms/firefox/FC-6/Attic/firefox-1.5-ppc64.patch,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- firefox-1.5-ppc64.patch	23 Nov 2006 08:42:26 -0000	1.1.2.4
+++ firefox-1.5-ppc64.patch	23 Nov 2006 09:00:23 -0000	1.1.2.5
@@ -175,7 +175,7 @@
 +	.section .note.GNU-stack, "", @progbits ; .previous
 --- mozilla.orig/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc64_linux.cpp	1970-01-01 01:00:00.000000000 +0100
 +++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc64_linux.cpp	2006-11-21 17:00:06.000000000 +0000
-@@ -0,0 +1,132 @@
+@@ -0,0 +1,127 @@
 +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 +/* ***** BEGIN LICENSE BLOCK *****
 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -248,13 +248,8 @@
 +                     nsXPTCVariant* s, 
 +                     PRUint64* d)
 +{
-+    PRUint64 gpr = 0;
-+    PRUint64 fpr = 0;
 +    PRUint64 tempu64;
-+    PRUint64* od = d;
-+    memset(gpregs, 0x5a, 8 * GPR_COUNT);
-+    memset(fpregs, 0xa5, 8 * FPR_COUNT);
-+    memset(d, 0, 6*8);
++
 +    for(uint32 i = 0; i < paramCount; i++, s++) {
 +        if(s->IsPtrData())
 +            tempu64 = (PRUint64) s->ptr;




More information about the fedora-cvs-commits mailing list