From: Nick Clifton <nickc@redhat.com>
To: Jim Wilson <jim.wilson@linaro.org>, gdb-patches@sourceware.org
Subject: Re: [PATCH] fix for aarch64 sim tbnz bug
Date: Fri, 02 Dec 2016 12:03:00 -0000 [thread overview]
Message-ID: <81f852ec-2ef8-9551-dd9e-de93909adef6@redhat.com> (raw)
In-Reply-To: <CABXYE2W++FWtcyNq4FAroJ2+VNJOHWs7-sdHMBm=6kOwSkD5Ug@mail.gmail.com>
Hi Jim,
> Tested with a gcc C testsuite run. This reduces failures from 2856 to 2710.
Patch approved - please apply.
Just one question:
+ if (aarch64_get_reg_u64 (cpu, rt, NO_SP) & (((uint64_t) 1) << pos))
Would:
+ if (aarch64_get_reg_u64 (cpu, rt, NO_SP) & (1UL << pos))
work as well, or would this break on 32-bit hosts ?
Cheers
Nick
next prev parent reply other threads:[~2016-12-02 12:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-02 4:49 Jim Wilson
2016-12-02 9:32 ` Mike Frysinger
2016-12-05 3:45 ` Jim Wilson
2016-12-12 18:38 ` Jim Wilson
2016-12-12 18:42 ` Mike Frysinger
2016-12-13 0:33 ` Jim Wilson
2016-12-13 6:38 ` Mike Frysinger
2016-12-13 10:45 ` Nick Clifton
2016-12-02 12:03 ` Nick Clifton [this message]
2016-12-02 15:59 ` Jim Wilson
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=81f852ec-2ef8-9551-dd9e-de93909adef6@redhat.com \
--to=nickc@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=jim.wilson@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