SPECS (GCC_4_1): gcc.spec - fix unaligned accesses with __attribut...

pluto pluto at pld-linux.org
Mon May 1 13:56:41 CEST 2006


Author: pluto                        Date: Mon May  1 11:56:41 2006 GMT
Module: SPECS                         Tag: GCC_4_1
---- Log message:
- fix unaligned accesses with __attribute__(packed) and memcpy.
- kill loop unrolling (stage2/3 differs again).

---- Files affected:
SPECS:
   gcc.spec (1.396.2.51 -> 1.396.2.52) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.396.2.51 SPECS/gcc.spec:1.396.2.52
--- SPECS/gcc.spec:1.396.2.51	Mon May  1 10:00:41 2006
+++ SPECS/gcc.spec	Mon May  1 13:56:36 2006
@@ -36,7 +36,7 @@
 Name:		gcc
 Version:	4.1.1
 %define		_snap	20060501r113407
-Release:	0.%{_snap}.1
+Release:	0.%{_snap}.2
 #Release:	2
 Epoch:		5
 License:	GPL v2+
@@ -60,7 +60,7 @@
 
 # PRs
 Patch10:	%{name}-pr7776.patch
-
+Patch11:	%{name}-pr26565.patch
 Patch12:	%{name}-pr19606.patch
 Patch13:	%{name}-pr24879.patch
 
@@ -157,8 +157,6 @@
 %define		_libdir32	/usr/lib
 %endif
 
-%define		specflags	-funroll-loops
-
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
@@ -776,7 +774,7 @@
 
 # PRs
 %patch10 -p1
-
+%patch11 -p1
 %patch12 -p0
 %patch13 -p0
 
@@ -1401,6 +1399,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.396.2.52  2006/05/01 11:56:36  pluto
+- fix unaligned accesses with __attribute__(packed) and memcpy.
+- kill loop unrolling (stage2/3 differs again).
+
 Revision 1.396.2.51  2006/05/01 08:00:41  pluto
 - changelog typo.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.396.2.51&r2=1.396.2.52&f=u



More information about the pld-cvs-commit mailing list