From: Roman Zippel Date: Mon, 24 Sep 2007 21:05:07 +0000 (+0000) Subject: config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd7993c83c1716e191b5788e8fa54454c49ef1bf;p=gcc.git config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New. From-SVN: r128729 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 100a62cbdb2..882fa77a40b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2007-09-24 Roman Zippel - + + config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New. + +2007-09-24 Roman Zippel + * config/m68k/m68k.c (strict_low_part_peephole_ok): Don't leave the basic block. * config/m68k/m68k.md (movsi_m68k): Allow certain constant when diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index cdd510b2988..1e1d07ce8b8 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