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
+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
# 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