diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2007-09-24 21:05:07 +0000 |
---|---|---|
committer | Roman Zippel <zippel@gcc.gnu.org> | 2007-09-24 21:05:07 +0000 |
commit | bd7993c83c1716e191b5788e8fa54454c49ef1bf (patch) | |
tree | 55cc2c2224cafc698c74fea5b1dae85a1a2adc75 /gcc/config/m68k | |
parent | 39250081452e05ed0592412a95f64f0e0871f3cc (diff) | |
download | gcc-bd7993c83c1716e191b5788e8fa54454c49ef1bf.zip gcc-bd7993c83c1716e191b5788e8fa54454c49ef1bf.tar.gz gcc-bd7993c83c1716e191b5788e8fa54454c49ef1bf.tar.bz2 |
config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New.
From-SVN: r128729
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index cdd510b..1e1d07c 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -27,6 +27,9 @@ along with GCC; see the file COPYING3. If not see #define ASM_SPEC "%(asm_cpu_spec) %(asm_pcrel_spec) \ %{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*}" +#undef PREFERRED_STACK_BOUNDARY +#define PREFERRED_STACK_BOUNDARY 32 + /* for 68k machines this only needs to be TRUE for the 68000 */ #undef STRICT_ALIGNMENT |