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 a8a0c93 Automatic date update in version.in new ac189e7 Add missing cnt (popcount) instruction support. new 152e1e1 Add missing smov support, and clean up existing umov support.
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 | 14 ++ sim/aarch64/simulator.c | 252 +++++++++++++++++++++++++----------- sim/testsuite/sim/aarch64/ChangeLog | 6 + sim/testsuite/sim/aarch64/cnt.s | 33 +++++ sim/testsuite/sim/aarch64/sumov.s | 91 +++++++++++++ 5 files changed, 321 insertions(+), 75 deletions(-) create mode 100644 sim/testsuite/sim/aarch64/cnt.s create mode 100644 sim/testsuite/sim/aarch64/sumov.s