diff --git a/README.First-for.SuSE.packagers b/README.First-for.SuSE.packagers index e5967c0..affa1e7 100644 --- a/README.First-for.SuSE.packagers +++ b/README.First-for.SuSE.packagers @@ -6,6 +6,9 @@ cross version and pre_checkin.sh (called automatically by checkin too) copies over the binutils.spec and changes the Name field, so you shouldn't need to worry too much about the cross packages +Updating to some branch head: +> cvs -z 9 -d :pserver:anoncvs@stravinsky:/cvs/src export -r binutils-2_23-branch binutils + Thanks, Stephan Kulow diff --git a/avr-binutils-relocs.patch b/avr-binutils-relocs.patch deleted file mode 100644 index aba5c43..0000000 --- a/avr-binutils-relocs.patch +++ /dev/null @@ -1,38 +0,0 @@ -=================================================================== -RCS file: /cvs/src/src/bfd/elf32-avr.c,v -retrieving revision 1.51 -retrieving revision 1.51.2.1 -diff -u -r1.51 -r1.51.2.1 ---- src/bfd/elf32-avr.c 2011/06/02 13:43:14 1.51 -+++ src/bfd/elf32-avr.c 2012/02/01 17:07:37 1.51.2.1 -@@ -1503,11 +1503,18 @@ - bfd_vma symval; - bfd_vma shrinked_insn_address; - -+ if (isec->reloc_count == 0) -+ continue; -+ - shrinked_insn_address = (sec->output_section->vma - + sec->output_offset + addr - count); - -- irelend = elf_section_data (isec)->relocs + isec->reloc_count; -- for (irel = elf_section_data (isec)->relocs; -+ irel = elf_section_data (isec)->relocs; -+ /* PR 12161: Read in the relocs for this section if necessary. */ -+ if (irel == NULL) -+ irel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, FALSE); -+ -+ for (irelend = irel + isec->reloc_count; - irel < irelend; - irel++) - { -@@ -1564,6 +1571,9 @@ - /* else...Reference symbol is extern. No need for adjusting - the addend. */ - } -+ -+ if (elf_section_data (isec)->relocs == NULL) -+ free (irelend - isec->reloc_count); - } - } - diff --git a/binutils-2.22.90.tar.bz2 b/binutils-2.22.90.tar.bz2 deleted file mode 100644 index 2e767a7..0000000 --- a/binutils-2.22.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b7c97ff27e1600668f9b95000b3c842f4436373869a81187e86bec1aaa450d0 -size 20850503 diff --git a/binutils-2.23.tar.bz2 b/binutils-2.23.tar.bz2 new file mode 100644 index 0000000..3e14680 --- /dev/null +++ b/binutils-2.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688ba087c74c248fd1968d99a0870160112ccb44f05c5407ff6bd9234470d6bb +size 19518002 diff --git a/binutils.changes b/binutils.changes index a66f142..229a547 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/binutils.spec b/binutils.spec index 572649e..ce91705 100644 --- a/binutils.spec +++ b/binutils.spec @@ -35,7 +35,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -97,7 +97,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -165,7 +164,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-alpha-binutils.changes b/cross-alpha-binutils.changes index a66f142..229a547 100644 --- a/cross-alpha-binutils.changes +++ b/cross-alpha-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-alpha-binutils.spec b/cross-alpha-binutils.spec index 7d5aac9..d6dbf26 100644 --- a/cross-alpha-binutils.spec +++ b/cross-alpha-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index a66f142..229a547 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 049a988..9c716fa 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index a66f142..229a547 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 69a0770..8b4b290 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index a66f142..229a547 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 539a71f..5ccbf55 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index a66f142..229a547 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index ff419d6..9b4a370 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index a66f142..229a547 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 84fd4ed..968e455 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index a66f142..229a547 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index cff7d82..f0a8622 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index a66f142..229a547 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 13d5eb5..619875c 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index a66f142..229a547 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index e85c230..5c8aad3 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index a66f142..229a547 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index adb73ac..3da2cd1 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index a66f142..229a547 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 742fc9e..8c2a43b 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index a66f142..229a547 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index d9682f0..bf06503 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index a66f142..229a547 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 9980a7d..8e290a5 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index a66f142..229a547 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 826dd72..f714088 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index a66f142..229a547 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Fri Sep 14 12:07:49 UTC 2012 - rguenther@suse.com +Mon Sep 17 13:57:11 UTC 2012 - rguenther@suse.com - Update to binutils 2.23 release candidate. +- Remove no longer applying AVR patch. ------------------------------------------------------------------- Fri Sep 7 12:42:18 UTC 2012 - coolo@suse.com diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 5b21e66..48ac1d8 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.22.90 +Version: 2.23 Release: 0 # # RUN_TESTS @@ -100,7 +100,6 @@ Patch18: gold-depend-on-opcodes.diff Patch21: binutils-2.22-objalloc.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch -Patch93: avr-binutils-relocs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -168,7 +167,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 %patch92 -#%patch93 -p1 %endif # # test_vanilla