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 a532eb7277f microblaze: fix fsqrt collicion to build on glibc-2.35 new 9d67b0a0978 sim cris: Correct PRIu32 to PRIx32 new 3293b4f6679 sim/testsuite/cris: Assembler testcase for PRIx32 usage bug new 3e6dc39ed7a sim/testsuite: Set global_cc_os also when no compiler is found new 56ba3848dc1 sim/testsuite/cris/c: Use -sim3 but only for newlib targets new 46f238477f5 sim/testsuite/cris/hw/rv-n-cris/irq1.ms: Disable due to randomness new 81064d7abc3 sim/testsuite: Support "requires: simoption <--name-of-option>" new 6f62dbfb12f sim/testsuite/cris: As applicable, require simoption --cris [...] new e7e980c6fa1 sim cris: Unbreak --disable-sim-hardware builds new dc4e1fde36d sim: Fix use of out-of-tree assembler and linker when testing new 81011383d94 sim: Add sim_dump_memory for debugging new 4b0e74fd181 sim/testsuite/cris: Remove faulty use of basename in C tests new 234f5865faa sim/testsuite/cris: If failing compilation, mark C tests as errors
The 12 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/Makefile.in | 7 +- sim/common/sim-memopt.c | 10 + sim/configure | 356 +++++++++++++++++++++++--------- sim/cris/sim-if.c | 10 +- sim/m4/sim_ac_toolchain.m4 | 21 +- sim/testsuite/cris/asm/endmem1.ms | 47 +++++ sim/testsuite/cris/asm/io1.ms | 1 + sim/testsuite/cris/asm/io2.ms | 1 + sim/testsuite/cris/asm/io3.ms | 1 + sim/testsuite/cris/asm/io6.ms | 1 + sim/testsuite/cris/asm/io7.ms | 1 + sim/testsuite/cris/c/c.exp | 18 +- sim/testsuite/cris/c/openpf1.c | 8 +- sim/testsuite/cris/c/stat3.c | 3 +- sim/testsuite/cris/hw/rv-n-cris/irq1.ms | 1 + sim/testsuite/lib/sim-defs.exp | 61 ++++++ 16 files changed, 431 insertions(+), 116 deletions(-) create mode 100644 sim/testsuite/cris/asm/endmem1.ms