diff --git a/binutils-bso21193.diff b/binutils-bso21193.diff new file mode 100644 index 0000000..63fd76e --- /dev/null +++ b/binutils-bso21193.diff @@ -0,0 +1,35 @@ +commit 758d96d834ba725461abf4be36df9f13e0815054 +Author: Nick Clifton +Date: Wed Feb 22 17:28:33 2017 +0000 + + Align .gnu_debuglink sections on a 4-byte boundary. + + PR binutils/21193 + * opncls.c (bfd_create_gnu_debuglink_section): Give the newly + created section 4-byte alignment. + +diff --git a/bfd/opncls.c b/bfd/opncls.c +index 2ab7dfe..4137a3b 100644 +--- a/bfd/opncls.c ++++ b/bfd/opncls.c +@@ -1645,6 +1645,8 @@ bfd_create_gnu_debuglink_section (bfd *abfd, const char *filename) + if (sect == NULL) + return NULL; + ++ /* Compute the size of the section. Allow for the CRC after the filename, ++ and padding so that it will start on a 4-byte boundary. */ + debuglink_size = strlen (filename) + 1; + debuglink_size += 3; + debuglink_size &= ~3; +@@ -1654,6 +1656,11 @@ bfd_create_gnu_debuglink_section (bfd *abfd, const char *filename) + /* XXX Should we delete the section from the bfd ? */ + return NULL; + ++ /* PR 21193: Ensure that the section has 4-byte alignment for the CRC. ++ Note - despite the name of the function being called, we are ++ setting an alignment power, not a byte alignment value. */ ++ bfd_set_section_alignment (abfd, sect, 2); ++ + return sect; + } + diff --git a/binutils.changes b/binutils.changes index 7ce41bc..9af40a1 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/binutils.spec b/binutils.spec index 1703abc..876fc4c 100644 --- a/binutils.spec +++ b/binutils.spec @@ -101,6 +101,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -179,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 56e4914..bf192d1 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 57cfe3a..60a19fa 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 28cb399..6f14436 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index aee24b3..aa4bc1f 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 7b4f7a6..6b6fb64 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 7f5fc58..77f1bdf 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 80f19e8..3bf90be 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index f083638..f5a2253 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index 4d48871..1a148d2 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 0dc3eb2..c6a9ef0 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 81639c5..a137f24 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 4cabda3..8e54c6a 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index ac4653b..8deae64 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index a36b553..7f204da 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index d82720c..b88b92e 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 9912dd2..c4d4942 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 0b96f81..417a79b 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index c755f7b..5382aba 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 8367547..5301b13 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 7ce41bc..9af40a1 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 10:38:24 UTC 2017 - rguenther@suse.com + +- Add binutils-bso21193.diff to fix section alignment on + .gnu_debuglink. [bso#21193] + ------------------------------------------------------------------- Tue Feb 7 11:42:02 UTC 2017 - rguenther@suse.com diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index c384fde..9d1fd8c 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -104,6 +104,8 @@ Patch23: binutils-2.27-fix-section-order.diff Patch24: refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch Patch34: aarch64-common-pagesize.patch Patch35: aarch64-alignment-frags.patch +# Backport 758d96d834ba725461a +Patch36: binutils-bso21193.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -182,6 +184,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch24 -p1 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90