]> git.ipfire.org Git - thirdparty/gcc.git/commit
Define MAX_CODE_ALIGN globally.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jul 2018 09:21:41 +0000 (09:21 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jul 2018 09:21:41 +0000 (09:21 +0000)
commitbe7b5a88fa53f3d536fc01ae599fd671700190e7
tree2e9c927a02f4313ce7816f7ae4b3e58670b5eb16
parent5e56dfb1c09360e20c0cb244aaae44d7625192e0
Define MAX_CODE_ALIGN globally.

2018-07-17  Martin Liska  <mliska@suse.cz>

* align.h (MAX_CODE_ALIGN): New.
(MAX_CODE_ALIGN_VALUE): New.
* common/config/i386/i386-common.c (ix86_handle_option):
(MAX_CODE_ALIGN): Moved to align.h.
* final.c (MAX_CODE_ALIGN): Likewise.
* opts.c (parse_and_check_align_values):
(MAX_CODE_ALIGN): Likewise.
(MAX_CODE_ALIGN_VALUE): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262806 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/align.h
gcc/common/config/i386/i386-common.c
gcc/final.c
gcc/opts.c