public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Roman Zippel <zippel@linux-m68k.org>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH] fix gcc.dg/pch/pch for m68k
Date: Thu, 20 Sep 2007 14:42:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.0709201555480.1817@scrub.home> (raw)

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

             reply	other threads:[~2007-09-20 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-20 14:42 Roman Zippel [this message]
2008-04-01 19:03 ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0709201555480.1817@scrub.home \
    --to=zippel@linux-m68k.org \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).