rpms/frysk/F-8 frysk-0.2.1-ppc-build.patch, NONE, 1.1 .cvsignore, 1.52, 1.53 frysk.spec, 1.126, 1.127 sources, 1.52, 1.53

Andrew Cagney (cagney) fedora-extras-commits at redhat.com
Fri Apr 4 20:45:10 UTC 2008


Author: cagney

Update of /cvs/pkgs/rpms/frysk/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22379

Modified Files:
	.cvsignore frysk.spec sources 
Added Files:
	frysk-0.2.1-ppc-build.patch 
Log Message:
* Fri Apr 4 2008 Andrew Cagney <cagney at rdhat.com> -  0.2.1-0
- import frysk-0.2.1.tar.bz2
- add patch11, frysk-0.2.1-ppc-build.patch.
- drop patch9, frysk-elfutils-src.patch.


frysk-0.2.1-ppc-build.patch:

--- NEW FILE frysk-0.2.1-ppc-build.patch ---
diff -up frysk-0.2.1/frysk-core/frysk/pkglibdir/funit-watchpoint.S.ppc-build frysk-0.2.1/frysk-core/frysk/pkglibdir/funit-watchpoint.S
--- frysk-0.2.1/frysk-core/frysk/pkglibdir/funit-watchpoint.S.ppc-build	2008-04-04 14:54:26.000000000 -0400
+++ frysk-0.2.1/frysk-core/frysk/pkglibdir/funit-watchpoint.S	2008-04-04 14:58:26.000000000 -0400
@@ -51,8 +51,8 @@ FUNCTION_BEGIN(main,0)
 MAIN_PROLOGUE(0)
 NOP
 
-// Load source variables address into GPR 1
-LOAD_IMMED_BYTE (REG1, source)
+// Load source variables word-sized address into GPR 1
+LOAD_IMMED_WORD (REG1, source)
 
 // Load the literal value 0x77 into GPR3. The value isn't important
 // the actual writing of the data is.
@@ -76,10 +76,9 @@ MAIN_EPILOGUE(0)
 FUNCTION_RETURN(main,0)
 FUNCTION_END(main,0)
 
-// Declare a global variable source. One byte and populate it
+// Declare a global variable source. One word and populate it
 .data
 .globl source
 source:						// Set up memory locations
-	.byte 0x99
-
-
+	.word 0x99
+.size source, .-source


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/frysk/F-8/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- .cvsignore	25 Mar 2008 18:08:22 -0000	1.52
+++ .cvsignore	4 Apr 2008 20:44:32 -0000	1.53
@@ -1 +1 @@
-frysk-0.0.1.2008.03.19.rh1.tar.bz2
+frysk-0.2.1.tar.bz2


Index: frysk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/frysk/F-8/frysk.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- frysk.spec	25 Mar 2008 18:08:22 -0000	1.126
+++ frysk.spec	4 Apr 2008 20:44:32 -0000	1.127
@@ -1,7 +1,8 @@
 Summary:	Frysk execution analysis and debugging tools
 Name:		frysk
-Version:	0.0.1.2008.03.19.rh1
-Release:	1%{?dist}
+Version:	0.2.1
+Release:	0%{?dist}
+
 # antlrv2 is Public Domain; antlrv3 is BSD.
 # cdtparser is EPL
 # getopt is GPLv2 with exception
@@ -13,16 +14,11 @@
 License:	GPLv2 with exceptions and BSD and CPL and Public Domain and EPL
 Group:		Development/System
 URL:		http://sourceware.org/frysk
-# The source for this package was pulled from upstream's vcs.  Use the
-# following commands, which brand the file with the contents of version.in,
-# to generate the tarball:
-#  cvs -d:pserver:anoncvs at sourceware.org:/cvs/frysk export -D YYYY-MM-DD-gmt
-#  mv frysk frysk-`cat frysk/common/version.in`
-#  tar cf - frysk-`cat frysk/common/version.in` | bzip2 -9 > frysk-`cat frysk/common/version.in`.tar.bz2
-Source:		%{name}-%{version}.tar.bz2
 
-Patch9:		frysk-elfutils-crc.patch
+Source:		ftp://sourceware.org/pub/frysk/%{name}-%{version}.tar.bz2
+
 Patch10:	frysk-0.0.1.2008.03.19.rh1-fparser8.patch
+Patch11:	frysk-0.2.1-ppc-build.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -111,8 +107,8 @@
 
 %setup -q -n %{name}-%{version}
 pwd
-%patch9 -p1 -b .elfutils-src
 %patch10 -p1 -b .fparser8
+%patch11 -p1 -b .ppc-build
 ./bootstrap.sh
 
 %build 
@@ -270,6 +266,11 @@
 %{_mandir}/man1/frysk.1.gz
 
 %changelog
+* Fri Apr 4 2008 Andrew Cagney <cagney at rdhat.com> -  0.2.1-0
+- import frysk-0.2.1.tar.bz2
+- add patch11, frysk-0.2.1-ppc-build.patch.
+- drop patch9, frysk-elfutils-src.patch.
+ 
 * Tue Mar 25 2008 Andrew Cagney <cagney at rdhat.com> -  0.0.1.2008.03.19.rh1-1
 - import 0.0.1.2008.03.19.rh1 (35c076f3436b95a116cba33f52e0c9a592607dfa)
 - move fparser to pkglibdir.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/frysk/F-8/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- sources	25 Mar 2008 18:08:22 -0000	1.52
+++ sources	4 Apr 2008 20:44:32 -0000	1.53
@@ -1 +1 @@
-babd7c89165c9686f6d02cc354f4a81f  frysk-0.0.1.2008.03.19.rh1.tar.bz2
+d9bb211ca2c91a41d921a580f3f8ca87  frysk-0.2.1.tar.bz2




More information about the fedora-extras-commits mailing list