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 3f77c76 PR python/13598 - add before_prompt event new e8f42b5 Add ldn/stn single support, fix ldnr support. new bf25e9a Fix bit/bif instructions.
The 2 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: sim/aarch64/ChangeLog | 16 + sim/aarch64/simulator.c | 571 +++++++++++++++++---------------- sim/testsuite/sim/aarch64/ChangeLog | 8 + sim/testsuite/sim/aarch64/bit.s | 91 ++++++ sim/testsuite/sim/aarch64/ldn_single.s | 100 ++++++ sim/testsuite/sim/aarch64/ldnr.s | 176 ++++++++++ sim/testsuite/sim/aarch64/stn_single.s | 122 +++++++ 7 files changed, 805 insertions(+), 279 deletions(-) create mode 100644 sim/testsuite/sim/aarch64/bit.s create mode 100644 sim/testsuite/sim/aarch64/ldn_single.s create mode 100644 sim/testsuite/sim/aarch64/ldnr.s create mode 100644 sim/testsuite/sim/aarch64/stn_single.s