packages: binutils/binutils-gasp.patch, binutils/binutils.spec - up to 2.20...

arekm arekm at pld-linux.org
Wed Nov 11 20:52:13 CET 2009


Author: arekm                        Date: Wed Nov 11 19:52:13 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2.20.51.0.3

---- Files affected:
packages/binutils:
   binutils-gasp.patch (1.21 -> 1.22) , binutils.spec (1.315 -> 1.316) 

---- Diffs:

================================================================
Index: packages/binutils/binutils-gasp.patch
diff -u packages/binutils/binutils-gasp.patch:1.21 packages/binutils/binutils-gasp.patch:1.22
--- packages/binutils/binutils-gasp.patch:1.21	Mon Jun  1 19:55:00 2009
+++ packages/binutils/binutils-gasp.patch	Wed Nov 11 20:52:08 2009
@@ -5514,17 +5514,6 @@
 +int do_scrub_chars (int (*get) (char*, int), char *tostart, int tolen) {}
 --- binutils-2.16.91.0.2.org/gas/macro.c	2005-05-10 22:46:44.000000000 +0000
 +++ binutils-2.16.91.0.2/gas/macro.c	2005-07-21 18:31:04.000000000 +0000
-@@ -41,8 +41,8 @@
- static int get_apost_token (int, sb *, sb *, int);
- static int sub_actual (int, sb *, sb *, struct hash_control *, int, sb *, int);
- static const char *macro_expand_body
--  (sb *, sb *, formal_entry *, struct hash_control *, const macro_entry *);
--static const char *macro_expand (int, sb *, macro_entry *, sb *);
-+  (sb *, sb *, formal_entry *, struct hash_control *, const macro_entry *, int);
-+static const char *macro_expand (int, sb *, macro_entry *, sb *, int);
- static void free_macro(macro_entry *);
- 
- #define ISWHITE(x) ((x) == ' ' || (x) == '\t')
 @@ -754,7 +754,7 @@
  
  static const char *

================================================================
Index: packages/binutils/binutils.spec
diff -u packages/binutils/binutils.spec:1.315 packages/binutils/binutils.spec:1.316
--- packages/binutils/binutils.spec:1.315	Sat Oct 10 20:10:42 2009
+++ packages/binutils/binutils.spec	Wed Nov 11 20:52:08 2009
@@ -3,14 +3,9 @@
 # Conditional build:
 %bcond_with	allarchs	# enable all targets
 # define addtargets x,y,z	# build with additional targets x,y,z (e.g. x86_64-linux)
-%bcond_with	gold		# enable gold (gnu ld successor) on supported archs (x86/sparc)
 				# http://sourceware.org/ml/binutils/2008-03/msg00162.html
 %bcond_without	pax		# without PaX flags (for upstream bugreports)
 #
-%ifnarch %{ix86} %{x8664} sparc sparc64 ppc ppc64
-%undefine	with_gold
-%endif
-#
 Summary:	GNU Binary Utility Development Utilities
 Summary(de.UTF-8):	GNU Binary Utility Development Utilities
 Summary(es.UTF-8):	Utilitarios para desarrollo de binarios de la GNU
@@ -21,13 +16,13 @@
 Summary(tr.UTF-8):	GNU geliştirme araçları
 Summary(uk.UTF-8):	Набір інструментів GNU для побудови виконуваних програм
 Name:		binutils
-Version:	2.20.51.0.2
+Version:	2.20.51.0.3
 Release:	1
 Epoch:		3
 License:	GPL v3+
 Group:		Development/Tools
 Source0:	ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
-# Source0-md5:	b01b185a5eab43190fb83efaeb2ffef9
+# Source0-md5:	4d5cdcfa054e697ba92a37f55b125080
 Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5:	a717d9707ec77d82acb6ec9078c472d6
 Patch0:		%{name}-gasp.patch
@@ -46,9 +41,7 @@
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	gettext-devel
-%if %{with gold}
 BuildRequires:	libstdc++-devel >= 6:4.0-1
-%endif
 BuildRequires:	perl-tools-pod
 %ifarch sparc sparc32
 BuildRequires:	sparc32
@@ -218,7 +211,7 @@
 	%{?with_allarchs:--enable-64-bit-bfd} \
 %endif
 	%{?with_allarchs:--enable-targets=alpha-linux,arm-linux,cris-linux,hppa-linux,i386-linux,ia64-linux,x86_64-linux,m68k-linux,mips-linux,mips64-linux,mips64el-linux,mipsel-linux,ppc-linux,s390-linux,s390x-linux,sh-linux,sparc-linux,sparc64-linux,i386-linuxaout} \
-	%{?with_gold:--enable-gold}
+	--enable-gold=both
 
 %{__make}
 
@@ -249,12 +242,11 @@
 %find_lang gas
 %find_lang gprof
 touch ld.lang
-%if %{without gold}
 %find_lang ld
-%endif
+%find_lang gold
 %find_lang opcodes
 cat bfd.lang opcodes.lang > %{name}-libs.lang
-cat gas.lang gprof.lang ld.lang >> %{name}.lang
+cat gas.lang gprof.lang ld.lang gold.lang >> %{name}.lang
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -283,10 +275,8 @@
 %{_infodir}/binutils.info*
 %{_infodir}/configure.info*
 %{_infodir}/gprof.info*
-%if %{without gold}
 %{_infodir}/ld.info*
 %{_prefix}/lib/ldscripts
-%endif
 %{_mandir}/man1/*
 %lang(cs) %{_mandir}/cs/man1/*
 %lang(de) %{_mandir}/de/man1/*
@@ -328,6 +318,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.316  2009/11/11 19:52:08  arekm
+- up to 2.20.51.0.3
+
 Revision 1.315  2009/10/10 18:10:42  arekm
 - up to 2.20.51.0.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils-gasp.patch?r1=1.21&r2=1.22&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils.spec?r1=1.315&r2=1.316&f=u



More information about the pld-cvs-commit mailing list