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 66eb1ed388 Fix gdb build with -std=gnu++11 new 7ccbb4437a sim/or1k: Regenerate sim new 688cea90bc sim/common: Wire in df/di conversion new f1cc84f594 sim/common: wire up new unordered comparisons new b4f9e00346 sim/testsuite/or1k: Add test for 64-bit fpu operations new 3c83b496d4 sim/testsuite/or1k: Add test case for l.adrp instruction new 57a63d27dc sim/testsuite/or1k: Add tests for unordered compares
The 6 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/ChangeLog | 10 + sim/common/ChangeLog | 11 + sim/common/cgen-accfp.c | 49 + sim/common/cgen-fpu.h | 2 + sim/or1k/arch.c | 2 +- sim/or1k/arch.h | 2 +- sim/or1k/cpu.c | 78 +- sim/or1k/cpu.h | 174 ++- sim/or1k/cpuall.h | 2 +- sim/or1k/decode.c | 568 ++++++++-- sim/or1k/decode.h | 21 +- sim/or1k/model.c | 1456 +++++++++++++++++++++----- sim/or1k/sem-switch.c | 602 ++++++++++- sim/or1k/sem.c | 672 +++++++++++- sim/testsuite/sim/or1k/ChangeLog | 13 + sim/testsuite/sim/or1k/adrp.S | 73 ++ sim/testsuite/sim/or1k/fpu-unordered.S | 97 ++ sim/testsuite/sim/or1k/fpu64a32-unordered.S | 100 ++ sim/testsuite/sim/or1k/{fpu.S => fpu64a32.S} | 135 ++- 19 files changed, 3632 insertions(+), 435 deletions(-) create mode 100644 sim/testsuite/sim/or1k/adrp.S create mode 100644 sim/testsuite/sim/or1k/fpu-unordered.S create mode 100644 sim/testsuite/sim/or1k/fpu64a32-unordered.S copy sim/testsuite/sim/or1k/{fpu.S => fpu64a32.S} (50%)