public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alex Coplan <alex.coplan@arm.com>
To: binutils@sourceware.org
Cc: Richard Earnshaw <rearnsha@arm.com>,
	Marcus Shawcroft <marcus.shawcroft@arm.com>
Subject: [PATCH 0/4] aarch64: Add support for Armv8-R
Date: Mon, 7 Sep 2020 16:53:00 +0100	[thread overview]
Message-ID: <20200907155258.xwmuwh42o7wm23wb@arm.com> (raw)

Hello,

This patch series adds support for Armv8-R AArch64 to binutils. The
final patch in the series adds support for Arm's Cortex-R82 processor
which implements this architecture.

Any prefix of the patch series should build and pass regression tests.

OK for master?

Thanks,
Alex

---

Alex Coplan (4):
  aarch64: Add base support for Armv8-R
  aarch64: Add support for Armv8-R DFB alias
  aarch64: Add support for Armv8-R system registers
  aarch64: Add -mcpu option for Cortex-R82

 bfd/archures.c                                |   1 +
 bfd/bfd-in2.h                                 |   1 +
 bfd/cpu-aarch64.c                             |   6 +-
 gas/config/tc-aarch64.c                       |  11 +-
 gas/doc/c-aarch64.texi                        |   5 +-
 gas/testsuite/gas/aarch64/dfb.d               |   8 +
 gas/testsuite/gas/aarch64/dfb.s               |   2 +
 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.d  |   3 +
 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.l  |  14 ++
 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.s  |  23 +++
 .../gas/aarch64/v8-r-sysregs-need-arch.d      |   3 +
 .../gas/aarch64/v8-r-sysregs-need-arch.l      | 141 +++++++++++++++++
 gas/testsuite/gas/aarch64/v8-r-sysregs.d      | 149 ++++++++++++++++++
 gas/testsuite/gas/aarch64/v8-r-sysregs.s      | 141 +++++++++++++++++
 include/opcode/aarch64.h                      |  14 +-
 opcodes/aarch64-dis.c                         |  35 +++-
 opcodes/aarch64-opc.c                         |  79 ++++++++--
 opcodes/aarch64-tbl.h                         |   6 +
 18 files changed, 622 insertions(+), 20 deletions(-)
 create mode 100644 gas/testsuite/gas/aarch64/dfb.d
 create mode 100644 gas/testsuite/gas/aarch64/dfb.s
 create mode 100644 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.d
 create mode 100644 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.l
 create mode 100644 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.s
 create mode 100644 gas/testsuite/gas/aarch64/v8-r-sysregs-need-arch.d
 create mode 100644 gas/testsuite/gas/aarch64/v8-r-sysregs-need-arch.l
 create mode 100644 gas/testsuite/gas/aarch64/v8-r-sysregs.d
 create mode 100644 gas/testsuite/gas/aarch64/v8-r-sysregs.s

             reply	other threads:[~2020-09-07 15:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07 15:53 Alex Coplan [this message]
2020-09-08 12:50 ` Nick Clifton

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=20200907155258.xwmuwh42o7wm23wb@arm.com \
    --to=alex.coplan@arm.com \
    --cc=binutils@sourceware.org \
    --cc=marcus.shawcroft@arm.com \
    --cc=rearnsha@arm.com \
    /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).