rpms/binutils/devel binutils.spec,1.99,1.100

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 18 07:06:18 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/binutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2991

Modified Files:
	binutils.spec 
Log Message:
2.17.50.0.3-3


Index: binutils.spec
===================================================================
RCS file: /cvs/dist/rpms/binutils/devel/binutils.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- binutils.spec	28 Jul 2006 23:28:26 -0000	1.99
+++ binutils.spec	18 Aug 2006 07:06:16 -0000	1.100
@@ -1,7 +1,7 @@
 Summary: A GNU collection of binary utilities.
 Name: binutils
 Version: 2.17.50.0.3
-Release: 2
+Release: 3
 License: GPL
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -58,6 +58,8 @@
 %patch10 -p0 -b .opcodes-intl~
 %patch11 -p0 -b .x86-noautoarch~
 
+# On ppc64 we might use 64K pages
+sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*ppc.c
 # libtool sucks
 perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in}
 # LTP sucks
@@ -169,9 +171,12 @@
 %{_infodir}/*info*
 
 %changelog
+* Fri Aug 18 2006 Alexandre Oliva <aoliva at redhat.com> 2.17.50.0.3-3
+- on ppc and ppc64 increase default -z commonpagesize to 64K (#203001)
+
 * Fri Jul 28 2006 Alexandre Oliva <aoliva at redhat.com> 2.17.50.0.3-2
 - do not infer x86 arch implicitly based on instruction in the input
-(#200330)
+  (#200330)
 
 * Mon Jul 17 2006 Jakub Jelinek <jakub at redhat.com> 2.17.50.0.3-1
 - update to 2.17.50.0.3




More information about the fedora-cvs-commits mailing list