public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATH 0/3] [SPARC] Support for %ncc and tests for the "natural" insns
@ 2015-05-01 17:39 Jose E. Marchesi
  2015-05-01 17:39 ` [PATH 3/3] gas: typo in comment fixed Jose E. Marchesi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jose E. Marchesi @ 2015-05-01 17:39 UTC (permalink / raw)
  To: binutils

Hi Nick!

The first patch adds support for the %ncc "natural" condition codes in
sparc.  This refers to %icc when as in invoked with -32 and %xcc when
as in invoked with -64.  Supporting these condition codes makes it
much easier to port applications from Solaris to GNU/Linux.

The second patch adds a few tests for the already supported natural
instructions: ldn, ldna, stn, stna, slln, srln, sran, casn, casna and
clrn.

Finally, the third patch fixes a tiny typo in a comment.

Ok to commit?

Jose E. Marchesi (3):
  gas: support for the sparc %ncc condition codes register.
  gas: added tests for the sparc natural instructions.
  gas: typo in comment fixed.

 gas/ChangeLog                        | 10 ++++++++++
 gas/config/tc-sparc.c                |  8 +++++---
 gas/doc/c-sparc.texi                 |  4 ++++
 gas/testsuite/ChangeLog              | 18 ++++++++++++++++++
 gas/testsuite/gas/sparc/natural-32.d | 20 ++++++++++++++++++++
 gas/testsuite/gas/sparc/natural-32.s | 15 +++++++++++++++
 gas/testsuite/gas/sparc/natural.d    | 20 ++++++++++++++++++++
 gas/testsuite/gas/sparc/natural.s    | 15 +++++++++++++++
 gas/testsuite/gas/sparc/sparc.exp    |  2 ++
 9 files changed, 109 insertions(+), 3 deletions(-)
 create mode 100644 gas/testsuite/gas/sparc/natural-32.d
 create mode 100644 gas/testsuite/gas/sparc/natural-32.s
 create mode 100644 gas/testsuite/gas/sparc/natural.d
 create mode 100644 gas/testsuite/gas/sparc/natural.s

-- 
2.3.4

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

end of thread, other threads:[~2015-05-06 16:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-01 17:39 [PATH 0/3] [SPARC] Support for %ncc and tests for the "natural" insns Jose E. Marchesi
2015-05-01 17:39 ` [PATH 3/3] gas: typo in comment fixed Jose E. Marchesi
2015-05-01 17:39 ` [PATH 2/3] gas: added tests for the sparc natural instructions Jose E. Marchesi
2015-05-01 17:39 ` [PATH 1/3] gas: support for the sparc %ncc condition codes register Jose E. Marchesi
2015-05-06 11:48 ` [PATH 0/3] [SPARC] Support for %ncc and tests for the "natural" insns Nicholas Clifton
2015-05-06 16:37   ` Jose E. Marchesi

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).