]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/target.def
re PR target/67745 ([ARM] wrong alignments when __attribute__ ((optimize,target,align...
authorChristian Bruel <christian.bruel@st.com>
Fri, 16 Oct 2015 13:52:51 +0000 (15:52 +0200)
committerChristian Bruel <chrbr@gcc.gnu.org>
Fri, 16 Oct 2015 13:52:51 +0000 (15:52 +0200)
commit63b0cb0436382abe256360ca3e83c02041b8ffe2
treedd02fa210573226e6a7f1a92dd5a6db115002160
parent1df7c326c72121e3f18743dadb6880a102b018ed
re PR target/67745 ([ARM] wrong alignments when __attribute__ ((optimize,target,align) is used)

2015-10-16  Christian Bruel  <christian.bruel@st.com>

  PR target/67745
  * config/arm/arm.h (FUNCTION_BOUNDARY): Use FUNCTION_BOUNDARY_P.
  (FUNCTION_BOUNDARY_P): New macro:
  * config/arm/arm.c (TARGET_RELAYOUT_FUNCTION, arm_relayout_function):
  New hook.
  * doc/tm.texi.in (TARGET_RELAYOUT_FUNCTION): Document.
  * doc/tm.texi (TARGET_RELAYOUT_FUNCTION): New hook.
  * gcc/target.def (TARGET_RELAYOUT_FUNCTION): Likewise.
  * gcc/function.c (allocate_struct_function): Call relayout_function hook.
  * gcc/passes.c (rest_of_decl_compilation): Likewise.

From-SVN: r228912
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/function.c
gcc/passes.c
gcc/target.def