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 c988ac1 Use correct OSABI constant for FreeBSD/mips binaries. new 6ed0191 Automatic date update in version.in new c0386d4 Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.
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: bfd/version.h | 2 +- sim/aarch64/ChangeLog | 19 ++++ sim/aarch64/cpustate.c | 9 +- sim/aarch64/simulator.c | 76 ++++++++------ sim/testsuite/sim/aarch64/ChangeLog | 8 ++ sim/testsuite/sim/aarch64/fcsel.s | 53 ++++++++++ sim/testsuite/sim/aarch64/fcvtz.s | 202 ++++++++++++++++++++++++++++++++++++ sim/testsuite/sim/aarch64/fminnm.s | 82 +++++++++++++++ sim/testsuite/sim/aarch64/mls.s | 103 ++++++++++++++++++ sim/testsuite/sim/aarch64/mul.s | 99 ++++++++++++++++++ 10 files changed, 619 insertions(+), 34 deletions(-) create mode 100644 sim/testsuite/sim/aarch64/fcsel.s create mode 100644 sim/testsuite/sim/aarch64/fcvtz.s create mode 100644 sim/testsuite/sim/aarch64/fminnm.s create mode 100644 sim/testsuite/sim/aarch64/mls.s create mode 100644 sim/testsuite/sim/aarch64/mul.s