- Fix problem with large outgoing args and -fstack-clash-protection
on aarch64 (#1518823)
This commit is contained in:
parent
e987aff0a2
commit
2cf19e11cb
6
gcc.spec
6
gcc.spec
@ -4,7 +4,7 @@
|
|||||||
%global gcc_major 7
|
%global gcc_major 7
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %{release}, append them after %{gcc_release} on Release: line.
|
# %{release}, append them after %{gcc_release} on Release: line.
|
||||||
%global gcc_release 3
|
%global gcc_release 4
|
||||||
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
||||||
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
@ -3286,6 +3286,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 29 2017 Jeff Law <law@redhat.com> 7.2.1-4
|
||||||
|
- Fix problem with large outgoing args and -fstack-clash-protection
|
||||||
|
on aarch64 (#1518823)
|
||||||
|
|
||||||
* Tue Nov 28 2017 Jeff Law <law@redhat.com> 7.2.1-3
|
* Tue Nov 28 2017 Jeff Law <law@redhat.com> 7.2.1-3
|
||||||
- Backport -fstack-clash-protection from development trunk (#1512529)
|
- Backport -fstack-clash-protection from development trunk (#1512529)
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user