This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from d89a87ba3c sim: bfin: move option inits to respective modules adds f0c4dc40b2 sim: replace custom attributes with ansidecl.h adds 72042732bc sim: add default cases to two switches in sim-options.c adds d68fbfe75d Automatic date update in version.in adds df6fbc21a5 Re: section symbols without a name adds db543a7de3 testsuite: Don't start directives in first column adds 5072b52d28 csky: fix annobin test fails adds 337d0bf887 PR27755, powerpc-ld infinite loop adds b293661219 PPC: ensure_undef_dynamic on weak undef only in plt adds 4916030821 PPC: undefweak dynamic relocs adds d389a1a769 gdb/testsuite: update expected results in gdb.python/py-star [...] adds 4c398cc06d x86: don't request useless overflow checking adds deea497309 x86: fold both instances of lex_got() adds 3e301ce0b5 x86: use UNIX EOL in secrel testcase adds 5e0a033bd2 x86: allow @secrel32 also in data definitions adds f08708cbf5 sim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where necessary adds 8228833924 Fix x86_64 mingw build new 6bdf164fc5 RISC-V: PR27764, Add tests for A extension new 7b06fcf566 RISC-V: PR27764, Add tests for A extension new ae0373ce07 Automatic date update in version.in
The 3 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/ChangeLog | 34 +++++ bfd/elf32-csky.c | 34 +++++ bfd/elf32-i386.c | 54 ++++---- bfd/elf32-ppc.c | 17 ++- bfd/elf64-ppc.c | 9 +- bfd/elf64-x86-64.c | 26 ++-- bfd/version.h | 2 +- gas/ChangeLog | 32 +++++ gas/config/tc-i386.c | 115 ++--------------- gas/config/tc-i386.h | 3 +- gas/testsuite/gas/elf/section25.s | 12 +- gas/testsuite/gas/elf/section26.s | 16 +-- gas/testsuite/gas/i386/secrel.d | 90 +++++++------- gas/testsuite/gas/i386/secrel.s | 166 +++++++++++++------------ gas/testsuite/gas/riscv/a-ext-64.d | 186 ++++++++++++++++++++++++++++ gas/testsuite/gas/riscv/a-ext-64.s | 177 ++++++++++++++++++++++++++ gas/testsuite/gas/riscv/a-ext.d | 98 +++++++++++++++ gas/testsuite/gas/riscv/a-ext.s | 89 +++++++++++++ gdb/testsuite/ChangeLog | 7 ++ gdb/testsuite/gdb.python/py-startup-opt.exp | 30 ++++- gdbserver/ChangeLog | 6 + gdbserver/win32-i386-low.cc | 2 +- ld/ChangeLog | 5 + ld/testsuite/ld-s390/tlspic_64.rd | 2 +- sim/arm/ChangeLog | 5 + sim/arm/armdefs.h | 4 +- sim/arm/wrapper.c | 4 +- sim/bfin/ChangeLog | 12 ++ sim/bfin/bfin-sim.c | 9 +- sim/bfin/interp.c | 2 +- sim/common/ChangeLog | 41 ++++++ sim/common/callback.c | 5 +- sim/common/hw-device.h | 8 +- sim/common/hw-events.c | 7 +- sim/common/hw-events.h | 4 +- sim/common/hw-tree.h | 4 +- sim/common/sim-basics.h | 9 -- sim/common/sim-engine.h | 6 +- sim/common/sim-hw.h | 4 +- sim/common/sim-inline.h | 16 +-- sim/common/sim-io.h | 8 +- sim/common/sim-options.c | 2 + sim/common/sim-profile.c | 4 +- sim/common/sim-trace.c | 2 +- sim/common/sim-trace.h | 13 +- sim/common/sim-utils.h | 3 +- sim/igen/ChangeLog | 5 + sim/igen/lf.h | 4 +- sim/m32c/ChangeLog | 8 ++ sim/m32c/m32c.opc | 3 +- sim/m32c/opc2c.c | 7 +- sim/m32c/r8c.opc | 3 +- sim/rx/ChangeLog | 4 + sim/rx/trace.c | 2 +- sim/v850/ChangeLog | 4 + sim/v850/interp.c | 4 +- 56 files changed, 1051 insertions(+), 377 deletions(-) create mode 100644 gas/testsuite/gas/riscv/a-ext-64.d create mode 100644 gas/testsuite/gas/riscv/a-ext-64.s create mode 100644 gas/testsuite/gas/riscv/a-ext.d create mode 100644 gas/testsuite/gas/riscv/a-ext.s