From 93787b98297dee297eebf01364db8956509a5171085390a6982b56079e37d5d2 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 25 Mar 2010 23:03:53 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/binutils revision 47.0 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=2271778c31d28b42fbc80372f40f023c --- binutils.changes | 15 ++++++++++++++ binutils.spec | 6 ++++-- cross-alpha-binutils.changes | 15 ++++++++++++++ cross-alpha-binutils.spec | 6 ++++-- cross-arm-binutils.changes | 15 ++++++++++++++ cross-arm-binutils.spec | 6 ++++-- cross-avr-binutils.changes | 15 ++++++++++++++ cross-avr-binutils.spec | 6 ++++-- cross-hppa-binutils.changes | 15 ++++++++++++++ cross-hppa-binutils.spec | 6 ++++-- cross-hppa64-binutils.changes | 15 ++++++++++++++ cross-hppa64-binutils.spec | 6 ++++-- cross-i386-binutils.changes | 15 ++++++++++++++ cross-i386-binutils.spec | 6 ++++-- cross-ia64-binutils.changes | 15 ++++++++++++++ cross-ia64-binutils.spec | 6 ++++-- cross-mips-binutils.changes | 15 ++++++++++++++ cross-mips-binutils.spec | 6 ++++-- cross-ppc-binutils.changes | 15 ++++++++++++++ cross-ppc-binutils.spec | 6 ++++-- cross-ppc64-binutils.changes | 15 ++++++++++++++ cross-ppc64-binutils.spec | 6 ++++-- cross-s390-binutils.changes | 15 ++++++++++++++ cross-s390-binutils.spec | 6 ++++-- cross-s390x-binutils.changes | 15 ++++++++++++++ cross-s390x-binutils.spec | 6 ++++-- cross-sh4-binutils.changes | 15 ++++++++++++++ cross-sh4-binutils.spec | 6 ++++-- cross-sparc-binutils.changes | 15 ++++++++++++++ cross-sparc-binutils.spec | 6 ++++-- cross-spu-binutils.changes | 15 ++++++++++++++ cross-spu-binutils.spec | 6 ++++-- cross-x86_64-binutils.changes | 15 ++++++++++++++ cross-x86_64-binutils.spec | 6 ++++-- fixup-testcase-perturb.diff | 38 +++++++++++++++++++++++++++++++++++ xop.diff.gz | 4 ++-- 36 files changed, 363 insertions(+), 36 deletions(-) create mode 100644 fixup-testcase-perturb.diff diff --git a/binutils.changes b/binutils.changes index 247eb31..8a09880 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/binutils.spec b/binutils.spec index d915c73..0f7b22a 100644 --- a/binutils.spec +++ b/binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -293,6 +294,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -302,7 +304,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-alpha-binutils.changes b/cross-alpha-binutils.changes index 247eb31..8a09880 100644 --- a/cross-alpha-binutils.changes +++ b/cross-alpha-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-alpha-binutils.spec b/cross-alpha-binutils.spec index 52e8411..2f57927 100644 --- a/cross-alpha-binutils.spec +++ b/cross-alpha-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 247eb31..8a09880 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 6ac89dd..171f4b5 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 247eb31..8a09880 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 1605262..d5bae65 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 247eb31..8a09880 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 841e81a..5b79b12 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 247eb31..8a09880 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 6c82845..93cbec4 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 247eb31..8a09880 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index c39150b..b8561fc 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 247eb31..8a09880 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 4204a5f..c8670bb 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 247eb31..8a09880 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index bad2f60..53515cf 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 247eb31..8a09880 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index ffc3e63..46359d3 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 247eb31..8a09880 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index ac58b1b..2fea3ba 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 247eb31..8a09880 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 7d2e6e5..8085357 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 247eb31..8a09880 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index d92dd0d..e50d56f 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-sh4-binutils.changes b/cross-sh4-binutils.changes index 247eb31..8a09880 100644 --- a/cross-sh4-binutils.changes +++ b/cross-sh4-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-sh4-binutils.spec b/cross-sh4-binutils.spec index 1d7199f..b4651b7 100644 --- a/cross-sh4-binutils.spec +++ b/cross-sh4-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 247eb31..8a09880 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 62d8f07..f9de48b 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 247eb31..8a09880 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 637c137..a2c9618 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 247eb31..8a09880 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 17:23:32 CET 2010 - matz@suse.de + +- Fix testcase breaking with MALLOC_PERTURB. [bnc #590820] + +------------------------------------------------------------------- +Wed Feb 17 17:11:18 CET 2010 - matz@suse.de + +- Add xsave64, xrstor64 and vpermil2p support (XOP). + +------------------------------------------------------------------- +Sat Feb 13 17:52:11 CET 2010 - rguenther@suse.de + +- Drop build counter from the libbfd and libopcode SONAMEs. + ------------------------------------------------------------------- Fri Feb 12 16:55:32 CET 2010 - matz@suse.de diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index de3efd1..5a8d14f 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.20.0 -Release: 4 +Release: 5 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -83,6 +83,7 @@ Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: fixup-testcase-perturb.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch100: xop.diff.gz @@ -265,6 +266,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch11 %patch12 %patch14 +%patch15 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -274,7 +276,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif -sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h +sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" diff --git a/fixup-testcase-perturb.diff b/fixup-testcase-perturb.diff new file mode 100644 index 0000000..22fc00e --- /dev/null +++ b/fixup-testcase-perturb.diff @@ -0,0 +1,38 @@ +MALLOC_PERTURB_ will make inval-equ-1.l fail, because with errors fixups aren't +run, which means the space for displacement operands remains uninitialized. +The testcase invalidly expects zeros there. See bnc #590820 . + +--- gas/testsuite/gas/i386/inval-equ-1.l.mm 2008-03-03 15:28:58.000000000 +0000 ++++ gas/testsuite/gas/i386/inval-equ-1.l 2010-03-24 16:16:30.000000000 +0000 +@@ -9,6 +9,6 @@ GAS LISTING .* + [ ]*3[ ]+\.equ bar1,%eax + [ ]*4[ ]+\.equ bar2,%eax + [ ]*5[ ]+\.globl bar2 +-[ ]*6[ ]+\?\?\?\? A1000000 mov bar1,%eax +-[ ]*6[ ]+00 +-[ ]*7[ ]+\?\?\?\? 89C0 mov bar2,%eax ++[ ]*6[ ]+.*[ ]+mov bar1,%eax ++[ ]*6[ ]+.* ++[ ]*7[ ]+.*[ ]+mov bar2,%eax +--- gas/testsuite/gas/i386/inval-equ-2.l.mm 2008-03-03 15:28:58.000000000 +0000 ++++ gas/testsuite/gas/i386/inval-equ-2.l 2010-03-24 16:18:05.000000000 +0000 +@@ -7,13 +7,13 @@ GAS LISTING .* + + [ ]*1[ ]+\.globl bar1 + [ ]*2[ ]+\.set bar1,\(%eax\+1\) +-[ ]*3[ ]+\?\?\?\? A12A0000 mov bar1,%eax +-[ ]*3[ ]+00 ++[ ]*3[ ]+.*[ ]+mov bar1,%eax ++[ ]*3[ ]+.* + [ ]*4[ ]+\.set bar2,\(%eax\+1\) +-[ ]*5[ ]+\?\?\?\? A12A0000 mov bar2,%eax +-[ ]*5[ ]+00 ++[ ]*5[ ]+.*[ ]+mov bar2,%eax ++[ ]*5[ ]+.* + [ ]*6[ ]+\.globl bar2 + [ ]*7[ ]+\.set bar3,\(%eax\+1\) +-[ ]*8[ ]+\?\?\?\? A12A0000 mov bar3,%eax ++[ ]*8[ ]+.*[ ]+mov bar3,%eax + \*\*\*\* Error:can't make global register symbol `bar3' +-[ ]*8[ ]+00 ++[ ]*8[ ]+.* diff --git a/xop.diff.gz b/xop.diff.gz index baabb51..258e2f8 100644 --- a/xop.diff.gz +++ b/xop.diff.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24d85a416878242cefcb8704ebc286501d01e1a2addaa140a847f83247a0f2b0 -size 199175 +oid sha256:6f0078258ddb6ba70e0a0d17c295930ce900d1e997156b81e78e88cb8cf77d61 +size 200629