This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/binutils-gdb.
from 828a9ed9ca Fix unit test build on Windows adds c54d02bce6 gnulib: import various network functions adds 3660254ee0 Automatic date update in version.in new 74e43bd231 sim: ppc: drop unnecessary config includes new d0d2fb0a25 sim: ppc: align format string settings with common code new c7dee84894 RISC-V: Pretty print values formed with lui and addiw. new aa0380cc7e sim: microblaze: replace custom basic types with common ones
The 4 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 +- gas/testsuite/gas/riscv/insn.d | 4 +- gas/testsuite/gas/riscv/li32.d | 6 +- gas/testsuite/gas/riscv/li64.d | 18 +- gas/testsuite/gas/riscv/lla64.d | 6 +- gnulib/config.in | 18 + gnulib/configure | 3297 ++++++++++++++++++++------------------ gnulib/import/Makefile.am | 60 + gnulib/import/Makefile.in | 86 +- gnulib/import/accept.c | 52 + gnulib/import/bind.c | 49 + gnulib/import/connect.c | 56 + gnulib/import/listen.c | 49 + gnulib/import/m4/gnulib-cache.m4 | 12 + gnulib/import/m4/gnulib-comp.m4 | 51 + gnulib/import/setsockopt.c | 65 + gnulib/import/socket.c | 53 + gnulib/update-gnulib.sh | 6 + opcodes/riscv-dis.c | 23 +- sim/microblaze/interp.c | 8 +- sim/microblaze/microblaze.h | 19 +- sim/microblaze/microblaze.isa | 20 +- sim/microblaze/sim-main.h | 12 +- sim/ppc/configure | 6 + sim/ppc/configure.ac | 6 + sim/ppc/debug.c | 2 +- sim/ppc/filter_filename.c | 4 - 27 files changed, 2336 insertions(+), 1654 deletions(-) create mode 100644 gnulib/import/accept.c create mode 100644 gnulib/import/bind.c create mode 100644 gnulib/import/connect.c create mode 100644 gnulib/import/listen.c create mode 100644 gnulib/import/setsockopt.c create mode 100644 gnulib/import/socket.c