re PR target/25343 ([m68k] testsuite failures)
authorRoman Zippel <zippel@linux-m68k.org>
Thu, 17 Jul 2008 10:04:51 +0000 (10:04 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Thu, 17 Jul 2008 10:04:51 +0000 (10:04 +0000)
2008-07-17  Roman Zippel <zippel@linux-m68k.org>

        PR target/25343
        * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.

From-SVN: r137918

gcc/ChangeLog
gcc/config/host-linux.c

index 7933b10d60cbeed043d09b92a97ea1746764c3e0..b6db7b7803a854217afab46c7819bdbb479e61d1 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-17  Roman Zippel <zippel@linux-m68k.org>
+
+       PR target/25343
+       * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.
+
 2008-07-17  Paolo Bonzini  <bonzini@gnu.org>
 
        PR rtl-optimization/36753
index f0666173b6227c3f590d17726a0d029c39b2fb5b..c94f822f701c89e9c7cf7ad2299059e8d202d456 100644 (file)
@@ -84,6 +84,8 @@
 # define TRY_EMPTY_VM_SPACE    0x8000000000
 #elif defined(__sparc__)
 # define TRY_EMPTY_VM_SPACE    0x60000000
+#elif defined(__mc68000__)
+# define TRY_EMPTY_VM_SPACE    0x40000000
 #else
 # define TRY_EMPTY_VM_SPACE    0
 #endif