On 08/02/2017 11:37 AM, Joseph Myers wrote:
On Wed, 2 Aug 2017, Martin Sebor wrote:
If there is no way, would enhancing target-supports.exp to
include a header that defines the macro? (I assume that would
be gcc/target.h for FUNCTION_BOUNDARY).
target.h is for target hooks, not target macros,
On Wed, 2 Aug 2017, Martin Sebor wrote:
> If there is no way, would enhancing target-supports.exp to
> include a header that defines the macro? (I assume that would
> be gcc/target.h for FUNCTION_BOUNDARY).
target.h is for target hooks, not target macros, and we want to move away
from target mac
I'm writing a test to verify that multiple attribute aligned
specifiers on a function declaration are handled correctly
(bug 81566). In the test I need to know the default function
alignment for the target(*). I've the FUNCTION_BOUNDARY macro
used to set the default alignment for