Updating link to change in openSUSE:Factory/binutils revision 48.0

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=66c13f63188778f68ded6503c3efe182
This commit is contained in:
OBS User buildservice-autocommit 2010-04-13 19:21:52 +00:00 committed by Git OBS Bridge
parent 117eb4f1aa
commit e7e83f6267
35 changed files with 149 additions and 18 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -56,7 +56,7 @@ Release: 5
#
#
Url: http://www.gnu.org/software/binutils/
License: GFDLv1.1 ; GFDLv1.2 ; GPLv2+ ; GPLv3+ ; LGPLv2.0+ ; LGPLv2.1+ ; LGPLv3+
License: GPLv3+
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -295,6 +296,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 12 13:34:27 CEST 2010 - matz@suse.de
- Initialize memory for MALLOC_PERTURB on ppc. [PR gas/11486]
-------------------------------------------------------------------
Wed Mar 24 17:23:32 CET 2010 - matz@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.20.0
Release: 5
Release: 6
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -84,6 +84,7 @@ Patch11: use-hashtype-both-by-default.diff
Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: fix-ppc-perturb.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch100: xop.diff.gz
@ -267,6 +268,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch12
%patch14
%patch15
%patch16 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

12
fix-ppc-perturb.diff Normal file
View File

@ -0,0 +1,12 @@
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;