Commit 19327a1a by Roman Zippel Committed by Matthias Klose

re PR target/25343 ([m68k] testsuite failures)

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
parent afb86620
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment