public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] fix gcc.dg/pch/pch for m68k
@ 2007-09-20 14:42 Roman Zippel
  2008-04-01 19:03 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Zippel @ 2007-09-20 14:42 UTC (permalink / raw)
  To: gcc-patches

Hi,

These tests occasionally fail on m68k, as there is no fixed location
defined for m68k, so this patch adds one.

bye, Roman

200x-xx-xx  Roman Zippel <zippel@linux-m68k.org>

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


---
 gcc/config/host-linux.c |    2 ++
 1 file changed, 2 insertions(+)

Index: gcc/gcc/config/host-linux.c
===================================================================
--- gcc.orig/gcc/config/host-linux.c
+++ gcc/gcc/config/host-linux.c
@@ -85,6 +85,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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix gcc.dg/pch/pch for m68k
  2007-09-20 14:42 [PATCH] fix gcc.dg/pch/pch for m68k Roman Zippel
@ 2008-04-01 19:03 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2008-04-01 19:03 UTC (permalink / raw)
  To: Roman Zippel; +Cc: gcc-patches

Roman Zippel <zippel@linux-m68k.org> writes:

> 200x-xx-xx  Roman Zippel <zippel@linux-m68k.org>
>
>         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.

If you can verify that this still fixes the testsuite issues in PR25343
then please check it in.

Thanks, Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-01 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-20 14:42 [PATCH] fix gcc.dg/pch/pch for m68k Roman Zippel
2008-04-01 19:03 ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).