aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/darwin.h
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-12-13 11:59:47 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-12-13 11:59:47 +0000
commitb2e305bdc4601a1f98f2cf49114235727b419711 (patch)
treee06ebd0da23340e00b520effa6fd2489b39773ed /gcc/config/i386/darwin.h
parent89f1ff7eba467df127b22540e83cfff4c81afb61 (diff)
Merge branches/gcc-7-branch rev 267072.
Change-Id: I83ceab6336401e9ffe788b948ba29c3fdadea973
Diffstat (limited to 'gcc/config/i386/darwin.h')
-rw-r--r--gcc/config/i386/darwin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h
index fccaf7eb94b..3a4beb05904 100644
--- a/gcc/config/i386/darwin.h
+++ b/gcc/config/i386/darwin.h
@@ -87,8 +87,7 @@ extern int darwin_emit_branch_islands;
or dynamic loader. */
#undef STACK_BOUNDARY
#define STACK_BOUNDARY \
- ((profile_flag || (TARGET_64BIT && ix86_abi == MS_ABI)) \
- ? 128 : BITS_PER_WORD)
+ ((profile_flag || TARGET_64BIT_MS_ABI) ? 128 : BITS_PER_WORD)
#undef MAIN_STACK_BOUNDARY
#define MAIN_STACK_BOUNDARY 128