- Fix problem with large outgoing args and -fstack-clash-protection

on aarch64 (#1518823)
This commit is contained in:
Jeff Law 2017-11-29 11:59:09 -07:00 committed by Jakub Jelinek
parent ce60403bef
commit 7a8a8e7184
2 changed files with 2045 additions and 16 deletions

View File

@ -4,7 +4,7 @@
%global gcc_major 7
# Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line.
%global gcc_release 3
%global gcc_release 4
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
%global _unpackaged_files_terminate_build 0
@ -3286,6 +3286,10 @@ fi
%endif
%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
- Backport -fstack-clash-protection from development trunk (#1512529)

File diff suppressed because it is too large Load Diff