OSDN Git Service

config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New.
authorzippel <zippel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2007 21:05:07 +0000 (21:05 +0000)
committerzippel <zippel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2007 21:05:07 +0000 (21:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128729 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m68k/linux.h

index 100a62c..882fa77 100644 (file)
@@ -1,5 +1,9 @@
 2007-09-24  Roman Zippel <zippel@linux-m68k.org> 
+
+       config/m68k/linux.h (PREFERRED_STACK_BOUNDARY): New.
+
+2007-09-24  Roman Zippel <zippel@linux-m68k.org> 
+
        * 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
index cdd510b..1e1d07c 100644 (file)
@@ -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