- Add binutils-bso21333.diff. [boo#1029995]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=238
This commit is contained in:
parent
0a4a64a0d6
commit
9dedaf88ec
18
binutils-bso21333.diff
Normal file
18
binutils-bso21333.diff
Normal file
@ -0,0 +1,18 @@
|
||||
diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c
|
||||
index 35cee61..40c9f6f 100644
|
||||
--- a/gas/config/tc-s390.c
|
||||
+++ b/gas/config/tc-s390.c
|
||||
@@ -2133,9 +2133,11 @@ md_pcrel_from_section (fixS *fixp, segT sec ATTRIBUTE_UNUSED)
|
||||
int
|
||||
tc_s390_fix_adjustable (fixS *fixP)
|
||||
{
|
||||
- /* Don't adjust references to merge sections. */
|
||||
- if ((S_GET_SEGMENT (fixP->fx_addsy)->flags & SEC_MERGE) != 0)
|
||||
+ /* Don't adjust pc-relative references to merge sections. */
|
||||
+ if (fixP->fx_pcrel
|
||||
+ && (S_GET_SEGMENT (fixP->fx_addsy)->flags & SEC_MERGE) != 0)
|
||||
return 0;
|
||||
+
|
||||
/* adjust_reloc_syms doesn't know about the GOT. */
|
||||
if ( fixP->fx_r_type == BFD_RELOC_16_GOTOFF
|
||||
|| fixP->fx_r_type == BFD_RELOC_32_GOTOFF
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -100,6 +100,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -177,6 +178,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
@ -4,6 +4,7 @@ Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
- Add binutils-bso21333.diff. [boo#1029995]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
@ -103,6 +103,7 @@ Patch34: aarch64-common-pagesize.patch
|
||||
# Backport 758d96d834ba725461a
|
||||
Patch36: binutils-bso21193.diff
|
||||
Patch37: fix-security-bugs.diff
|
||||
Patch38: binutils-bso21333.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch93: cross-avr-size.patch
|
||||
@ -180,6 +181,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch34 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
|
Loading…
Reference in New Issue
Block a user