- Update to gcc-7-branch head (r256737)
* Includes gcc7-pr81481.diff * Adds backport of retpoline support via -mindirect-branch=, -mfunction-return= and friends. [bnc#1074621] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=105
This commit is contained in:
parent
d3995f7eaf
commit
3a0ece3e1d
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -160,7 +160,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -180,7 +180,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -257,7 +256,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -160,7 +160,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -180,7 +180,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -257,7 +256,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -159,7 +159,7 @@ Requires(preun): update-alternatives
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -179,7 +179,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -256,7 +255,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07c7c0eb791790d757f9437acea211a779ddf03b84c26926273bd5b46e976fb4
|
||||
size 61099208
|
3
gcc-7.2.1+r256737.tar.xz
Normal file
3
gcc-7.2.1+r256737.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5100a89646911074fd5fcb1816b8141e1ca734505ad8dc1bdbd9a1f519ea344e
|
||||
size 61089840
|
@ -239,7 +239,7 @@ BuildRequires: gdb
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 1
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -302,7 +302,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -1058,7 +1057,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,47 +0,0 @@
|
||||
2017-09-29 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
PR target/81481
|
||||
* ira-costs.c (scan_one_insn): Don't take into account PIC equiv
|
||||
with a symbol for LRA.
|
||||
|
||||
* gcc.target/i386/pr81481.c: New.
|
||||
|
||||
Index: gcc/testsuite/gcc.target/i386/pr81481.c
|
||||
===================================================================
|
||||
--- gcc/testsuite/gcc.target/i386/pr81481.c (nonexistent)
|
||||
+++ gcc/testsuite/gcc.target/i386/pr81481.c (revision 253300)
|
||||
@@ -0,0 +1,18 @@
|
||||
+/* { dg-do compile } */
|
||||
+/* { dg-require-effective-target ssse3 } */
|
||||
+/* { dg-options "-O2 -fpic -mssse3" } */
|
||||
+/* { dg-final { scan-assembler-not "pshufb\[ \t\]\\(%esp\\)" } } */
|
||||
+#include <immintrin.h>
|
||||
+
|
||||
+extern const signed char c[31] __attribute__((visibility("hidden")));
|
||||
+
|
||||
+__m128i f(__m128i *x, void *v)
|
||||
+{
|
||||
+ int i;
|
||||
+ asm("# %0" : "=r"(i));
|
||||
+ __m128i t = _mm_loadu_si128((void*)&c[i]);
|
||||
+ __m128i xx = *x;
|
||||
+ xx = _mm_shuffle_epi8(xx, t);
|
||||
+ asm("# %0 %1 %2" : "+x"(xx) : "r"(c), "r"(i));
|
||||
+ return xx;
|
||||
+}
|
||||
Index: gcc/ira-costs.c
|
||||
===================================================================
|
||||
--- gcc/ira-costs.c (revision 253299)
|
||||
+++ gcc/ira-costs.c (revision 253300)
|
||||
@@ -1471,7 +1471,10 @@ scan_one_insn (rtx_insn *insn)
|
||||
&& targetm.legitimate_constant_p (GET_MODE (SET_DEST (set)),
|
||||
XEXP (note, 0))
|
||||
&& REG_N_SETS (REGNO (SET_DEST (set))) == 1))
|
||||
- && general_operand (SET_SRC (set), GET_MODE (SET_SRC (set))))
|
||||
+ && general_operand (SET_SRC (set), GET_MODE (SET_SRC (set)))
|
||||
+ /* LRA does not use equiv with a symbol for PIC code. */
|
||||
+ && (! ira_use_lra_p || ! pic_offset_table_rtx
|
||||
+ || ! contains_symbol_ref_p (XEXP (note, 0))))
|
||||
{
|
||||
enum reg_class cl = GENERAL_REGS;
|
||||
rtx reg = SET_DEST (set);
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -253,7 +253,7 @@ BuildRequires: gdb
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -315,7 +315,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -444,7 +443,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 14:44:55 UTC 2018 - rguenther@suse.com
|
||||
Tue Jan 16 11:29:06 UTC 2018 - rguenther@suse.com
|
||||
|
||||
- Update to gcc-7-branch head (r256695).
|
||||
- Update to gcc-7-branch head (r256737)
|
||||
* Includes gcc7-pr81481.diff
|
||||
* Adds backport of retpoline support via -mindirect-branch=,
|
||||
-mfunction-return= and friends. [bnc#1074621]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 12:24:39 UTC 2018 - rguenther@suse.com
|
||||
|
@ -235,7 +235,7 @@ BuildRequires: gdb
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
Url: http://gcc.gnu.org/
|
||||
Version: 7.2.1+r256695
|
||||
Version: 7.2.1+r256737
|
||||
Release: 0
|
||||
%define gcc_version %(echo %version | sed 's/+.*//')
|
||||
%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
|
||||
@ -297,7 +297,6 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
|
||||
Patch10: gcc5-no-return-gcc43-workaround.patch
|
||||
Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
|
||||
Patch12: gcc7-stack-probe.diff
|
||||
Patch13: gcc7-pr81481.diff
|
||||
Patch14: gcc7-pr82248.diff
|
||||
Patch15: gcc7-avoid-fixinc-error.diff
|
||||
# A set of patches from the RH srpm
|
||||
@ -1748,7 +1747,6 @@ ln -s nvptx-newlib/newlib .
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch51
|
||||
|
Loading…
x
Reference in New Issue
Block a user