From: Daniel Jacobowitz <dan@codesourcery.com>
To: David Miller <davem@davemloft.net>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH]: Enable catch syscall test on sparc
Date: Thu, 25 Feb 2010 17:33:00 -0000 [thread overview]
Message-ID: <20100225173306.GA6235@caradoc.them.org> (raw)
In-Reply-To: <20100225.080347.123279217.davem@davemloft.net>
On Thu, Feb 25, 2010 at 08:03:47AM -0800, David Miller wrote:
>
> Now that these sparc targets support this feature we can enable the
> test in the testsuite.
>
> While doing this I also noticed that the logic for setting the
> all_syscalls_numbers array was wrong, the test always evaluates to
> true because it goes:
>
> if (!ARCH1 || !ARCH2 || ...
>
> instead of the correct:
>
> if (ARCH1 || ARCH2 || ...
>
> so that gets fixed here too.
>
> Ok to commit?
OK, thanks.
--
Daniel Jacobowitz
CodeSourcery
prev parent reply other threads:[~2010-02-25 17:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-25 16:03 David Miller
2010-02-25 17:33 ` Daniel Jacobowitz [this message]
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=20100225173306.GA6235@caradoc.them.org \
--to=dan@codesourcery.com \
--cc=davem@davemloft.net \
--cc=gdb-patches@sourceware.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