Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: jose.marchesi@oracle.com (Jose E. Marchesi)
To: Will Newton <will.newton@linaro.org>
Cc: "gdb-patches\@sourceware.org" <gdb-patches@sourceware.org>
Subject: Re: [PATCH] testsuite: skip morestack.exp in sparc targets
Date: Wed, 09 Oct 2013 13:03:00 -0000	[thread overview]
Message-ID: <878uy2bnni.fsf@oracle.com> (raw)
In-Reply-To: <CANu=DmjozcmT62CJ4EQUB3FULOCp-eORkFW6VWVGdJGOrfTOxA@mail.gmail.com>	(Will Newton's message of "Wed, 9 Oct 2013 13:58:19 +0100")


    > +# This test does not work on targets for which -fsplit-stack is not
    > +# supported.
    > +if { [istarget sparc*-*-linux-gnu] } {
    > +    return
    > +}
    > +
    >  if [get_compiler_info] {
    >      return -1
    >  }
    
    It might be simpler just to enable for the targets that do support
    -fsplit-stack:
    
    if { ![istarget i?86-*-*] && ![istarget x86_64-*-* ] } {
      return
    }

Yes, much better.  I wasn't sure about other archs :)
Could someone apply this change?


  reply	other threads:[~2013-10-09 13:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-09 12:48 Jose E. Marchesi
2013-10-09 12:58 ` Will Newton
2013-10-09 13:03   ` Jose E. Marchesi [this message]
2013-10-10 18:31 ` Tom Tromey
2013-10-14 10:57   ` Jose E. Marchesi

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=878uy2bnni.fsf@oracle.com \
    --to=jose.marchesi@oracle.com \
    --cc=gdb-patches@sourceware.org \
    --cc=will.newton@linaro.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