This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 125881849ad gdb: remove final m_stream->emit_style_escape calls from pa [...] new 5103708c018 aarch64: Add supports for FEAT_PoPS feature and DC instructions.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/config/tc-aarch64.c | 1 + gas/doc/c-aarch64.texi | 2 ++ gas/testsuite/gas/aarch64/sysreg/pops-sysregs-bad.d | 3 +++ .../{illegal-sysreg-7.l => pops-sysregs-bad.l} | 12 +++++++----- gas/testsuite/gas/aarch64/sysreg/pops-sysregs-bad.s | 20 ++++++++++++++++++++ gas/testsuite/gas/aarch64/sysreg/pops-sysregs.d | 12 ++++++++++++ gas/testsuite/gas/aarch64/sysreg/pops-sysregs.s | 7 +++++++ include/opcode/aarch64.h | 2 ++ opcodes/aarch64-opc.c | 2 ++ 9 files changed, 56 insertions(+), 5 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sysreg/pops-sysregs-bad.d copy gas/testsuite/gas/aarch64/sysreg/{illegal-sysreg-7.l => pops-sysregs-bad.l} (50%) create mode 100644 gas/testsuite/gas/aarch64/sysreg/pops-sysregs-bad.s create mode 100644 gas/testsuite/gas/aarch64/sysreg/pops-sysregs.d create mode 100644 gas/testsuite/gas/aarch64/sysreg/pops-sysregs.s