From 882b1768fcbbe1e1b3490fb5f36a824634b180c9ad2d11648390d4e0883ada1a Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Tue, 19 Apr 2011 13:16:39 +0000 Subject: [PATCH] - Update to binutils-2_21-branch head. [fate#311554] [fate#311972] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=42 --- binutils-2.21.tar.bz2 | 3 --- binutils-2.21a.tar.bz2 | 3 +++ binutils.changes | 5 +++++ binutils.spec | 8 ++++---- cross-alpha-binutils.changes | 5 +++++ cross-alpha-binutils.spec | 8 ++++---- cross-arm-binutils.changes | 5 +++++ cross-arm-binutils.spec | 8 ++++---- cross-hppa-binutils.changes | 5 +++++ cross-hppa-binutils.spec | 8 ++++---- cross-hppa64-binutils.changes | 5 +++++ cross-hppa64-binutils.spec | 8 ++++---- cross-i386-binutils.changes | 5 +++++ cross-i386-binutils.spec | 8 ++++---- cross-ia64-binutils.changes | 5 +++++ cross-ia64-binutils.spec | 8 ++++---- cross-mips-binutils.changes | 5 +++++ cross-mips-binutils.spec | 8 ++++---- cross-ppc-binutils.changes | 5 +++++ cross-ppc-binutils.spec | 8 ++++---- cross-ppc64-binutils.changes | 5 +++++ cross-ppc64-binutils.spec | 8 ++++---- cross-s390-binutils.changes | 5 +++++ cross-s390-binutils.spec | 8 ++++---- cross-s390x-binutils.changes | 5 +++++ cross-s390x-binutils.spec | 8 ++++---- cross-sh4-binutils.changes | 5 +++++ cross-sh4-binutils.spec | 8 ++++---- cross-sparc-binutils.changes | 5 +++++ cross-sparc-binutils.spec | 8 ++++---- cross-spu-binutils.changes | 5 +++++ cross-spu-binutils.spec | 8 ++++---- cross-x86_64-binutils.changes | 5 +++++ cross-x86_64-binutils.spec | 8 ++++---- fix-ppc-perturb.diff | 12 ------------ unit-at-a-time.patch | 8 ++++---- x86-64-biarch.patch | 5 +++-- xop.diff.gz | 3 --- 38 files changed, 154 insertions(+), 88 deletions(-) delete mode 100644 binutils-2.21.tar.bz2 create mode 100644 binutils-2.21a.tar.bz2 delete mode 100644 fix-ppc-perturb.diff delete mode 100644 xop.diff.gz diff --git a/binutils-2.21.tar.bz2 b/binutils-2.21.tar.bz2 deleted file mode 100644 index 304f9ee..0000000 --- a/binutils-2.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60abec5bf448eb930a5a15acb8712612377dc8bcfb13dfd5131228f70561d0c7 -size 18742991 diff --git a/binutils-2.21a.tar.bz2 b/binutils-2.21a.tar.bz2 new file mode 100644 index 0000000..4b64331 --- /dev/null +++ b/binutils-2.21a.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d469914d9bc3c8194fc6b6e0b4810660b24a78799a71300c7249155d8927c7 +size 16569192 diff --git a/binutils.changes b/binutils.changes index 1ce0437..22ee55b 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/binutils.spec b/binutils.spec index 161de4e..38c8e85 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-alpha-binutils.changes b/cross-alpha-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-alpha-binutils.changes +++ b/cross-alpha-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-alpha-binutils.spec b/cross-alpha-binutils.spec index 9ce2a31..51151b3 100644 --- a/cross-alpha-binutils.spec +++ b/cross-alpha-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 07eca6b..f9a3719 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 8909c51..755c706 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 845d9e0..55df681 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 5826352..0d7d5bd 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 2414391..ae286ad 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index b6d85c8..e0a867c 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 035b37f..bead0ef 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 033a448..a347b8d 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 9f292e6..6afee6d 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 311e017..b91d841 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-sh4-binutils.changes b/cross-sh4-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-sh4-binutils.changes +++ b/cross-sh4-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-sh4-binutils.spec b/cross-sh4-binutils.spec index 6b5dcd6..81443ca 100644 --- a/cross-sh4-binutils.spec +++ b/cross-sh4-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 16d2892..f8fafe7 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index e0ce790..36ccbd9 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 1ce0437..22ee55b 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 12:43:11 UTC 2011 - rguenther@novell.com + +- Update to binutils-2_21-branch head. [fate#311554] [fate#311972] + ------------------------------------------------------------------- Mon Jan 10 16:51:10 UTC 2011 - rguenther@novell.com diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 50c2958..18ebcf8 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -1,7 +1,7 @@ # -# spec file for package binutils (Version 2.21) +# spec file for package binutils (Version 2.21a) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.21 -Release: 11 +Version: 2.21a +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/fix-ppc-perturb.diff b/fix-ppc-perturb.diff deleted file mode 100644 index 58f77a6..0000000 --- a/fix-ppc-perturb.diff +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/gas/config/tc-ppc.c -=================================================================== ---- src.orig/gas/config/tc-ppc.c 2009-10-02 16:51:22.000000000 +0200 -+++ src/gas/config/tc-ppc.c 2010-04-12 13:31:38.000000000 +0200 -@@ -1936,6 +1936,7 @@ ppc_elf_cons (int nbytes /* 1=.byte, 2=. - int offset; - - p = frag_more (nbytes); -+ memset (p, 0, nbytes); - offset = 0; - if (target_big_endian) - offset = nbytes - size; diff --git a/unit-at-a-time.patch b/unit-at-a-time.patch index d366ee1..9850fdc 100644 --- a/unit-at-a-time.patch +++ b/unit-at-a-time.patch @@ -1,15 +1,15 @@ Index: ld/testsuite/ld-selective/selective.exp =================================================================== ---- ld/testsuite/ld-selective/selective.exp.orig 2009-11-23 14:02:48.000000000 +0100 -+++ ld/testsuite/ld-selective/selective.exp 2009-11-23 14:03:08.000000000 +0100 +--- ld/testsuite/ld-selective/selective.exp.orig 2011-02-10 04:41:11.000000000 +0100 ++++ ld/testsuite/ld-selective/selective.exp 2011-04-19 14:54:34.000000000 +0200 @@ -59,8 +59,8 @@ set seltests { {A::foo() B::foo() dropme1() dropme2()} {*-*-*}} } -set cflags "-w -O -ffunction-sections -fdata-sections" --set cxxflags "-fvtable-gc -fno-exceptions -fno-rtti" +-set cxxflags "-fno-exceptions -fno-rtti" +set cflags "-w -O -ffunction-sections -fdata-sections -fno-unit-at-a-time" -+set cxxflags "-fvtable-gc -fno-exceptions -fno-rtti -fno-unit-at-a-time" ++set cxxflags "-fno-exceptions -fno-rtti -fno-unit-at-a-time" set ldflags "--gc-sections -Bstatic" if [istarget mips*-*] { diff --git a/x86-64-biarch.patch b/x86-64-biarch.patch index f11fc04..81a50b9 100644 --- a/x86-64-biarch.patch +++ b/x86-64-biarch.patch @@ -1,7 +1,7 @@ Index: ld/emulparams/elf_i386.sh =================================================================== ---- ld/emulparams/elf_i386.sh.orig 2009-11-23 14:02:48.000000000 +0100 -+++ ld/emulparams/elf_i386.sh 2009-11-23 14:03:08.000000000 +0100 +--- ld/emulparams/elf_i386.sh.orig 2009-07-29 16:59:23.000000000 +0200 ++++ ld/emulparams/elf_i386.sh 2011-04-19 14:51:40.000000000 +0200 @@ -12,4 +12,9 @@ GENERATE_SHLIB_SCRIPT=yes GENERATE_PIE_SCRIPT=yes NO_SMALL_DATA=yes @@ -12,3 +12,4 @@ Index: ld/emulparams/elf_i386.sh + *64*) LIBPATH_SUFFIX=64 ;; +esac IREL_IN_PLT= + diff --git a/xop.diff.gz b/xop.diff.gz deleted file mode 100644 index 258e2f8..0000000 --- a/xop.diff.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f0078258ddb6ba70e0a0d17c295930ce900d1e997156b81e78e88cb8cf77d61 -size 200629