- Add binutils-fix-ld-segv.diff to fix a segfault in ld
when building some versions of pacemaker. [bsc#1154025, bsc#1154016] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=318
This commit is contained in:
parent
e896538e21
commit
0bf772be88
23
binutils-fix-ld-segv.diff
Normal file
23
binutils-fix-ld-segv.diff
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Fix for bsc#1154025
|
||||||
|
|
||||||
|
Fixes a segfault in linking some pacemaker libs where some versions
|
||||||
|
use linker script magic to force some symbols visible, making their
|
||||||
|
sections not have an owner.
|
||||||
|
--- bfd/elf64-x86-64.c.mm 2019-10-15 13:54:18.826038254 +0000
|
||||||
|
+++ bfd/elf64-x86-64.c 2019-10-15 13:52:38.040286437 +0000
|
||||||
|
@@ -2239,6 +2239,7 @@ check_pic:
|
||||||
|
= (info->nocopyreloc
|
||||||
|
|| (h != NULL
|
||||||
|
&& eh->def_protected
|
||||||
|
+ && h->root.u.def.section->owner
|
||||||
|
&& elf_has_no_copy_on_protected (h->root.u.def.section->owner)));
|
||||||
|
if ((sec->flags & SEC_ALLOC) != 0
|
||||||
|
&& (sec->flags & SEC_READONLY) != 0
|
||||||
|
@@ -3859,6 +3860,7 @@ direct:
|
||||||
|
sec = h->root.u.def.section;
|
||||||
|
if ((info->nocopyreloc
|
||||||
|
|| (eh->def_protected
|
||||||
|
+ && h->root.u.def.section->owner
|
||||||
|
&& elf_has_no_copy_on_protected (h->root.u.def.section->owner)))
|
||||||
|
&& !(h->root.u.def.section->flags & SEC_CODE))
|
||||||
|
return elf_x86_64_need_pic (info, input_bfd, input_section,
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -98,6 +98,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:05:57 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
|
||||||
|
when building some versions of pacemaker. [bsc#1154025,
|
||||||
|
bsc#1154016]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
Wed Oct 2 12:20:41 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ Patch37: binutils-revert-plt32-in-branches.diff
|
|||||||
Patch38: riscv-abi-check.patch
|
Patch38: riscv-abi-check.patch
|
||||||
Patch39: rx-gas-padding-pr24464.patch
|
Patch39: rx-gas-padding-pr24464.patch
|
||||||
Patch40: binutils-pr24486.patch
|
Patch40: binutils-pr24486.patch
|
||||||
|
Patch41: binutils-fix-ld-segv.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -176,6 +177,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39 -p1
|
%patch39 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
%patch41
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
Loading…
Reference in New Issue
Block a user