This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig 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 adds 74e43bd231 sim: ppc: drop unnecessary config includes adds d0d2fb0a25 sim: ppc: align format string settings with common code adds c7dee84894 RISC-V: Pretty print values formed with lui and addiw. adds aa0380cc7e sim: microblaze: replace custom basic types with common ones adds 0c320e1bdc sim: ppc: enable -Wmissing-declarations & -Wmissing-prototypes adds 81f839676d sim: ppc: enable -Wpointer-sign warnings adds f2a13264fb sim: ppc: switch to common warning flags adds 7eb2a68f28 sim: mips: delete unused PSIZE define adds 287fbf951a sim: dv-sockser: move sim-main.h include after system includes adds 93aaa742b3 sim: cgen: workaround Windows VOID define adds 03de8f26e8 sim: dv-sockser: enable for mingw targets too adds ee73abf25e sim: drop old O_NDELAY & FNBLOCK support adds a13ab747e7 sim: ppc: enable use of gnulib adds b728479074 sim: ppc: drop support for std-config.h overrides adds 21b9b99cd7 sim: accept -EB/-EL short options adds 0b233e34c8 gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER adds 86fe51fcc7 [gdb/testsuite] Reimplement gdb.gdb/complaints.exp as unittest adds 5b99c5718f [gdb/testsuite] Fix various issues in gdb.mi/mi-sym-info.exp adds 8570b2b884 [gdb/testsuite] Fix gdb.base/coredump-filter-build-id.exp wi [...] adds 1111806ce5 gdb: Enable target rx-*-*linux. adds 653cc1a141 Automatic date update in version.in adds 58f3b6a349 gas: Use the directory name in .file 0 adds 9c163f0b83 etc: rename configure.in to configure.ac adds fe11221b54 etc: switch to automake adds 9f81b99e24 Re: gas: Use the directory name in .file 0 adds e7776f52fe PowerPC, sanity check r_offset in relocate_section adds 49a9ec7f6a [gdb/testsuite] Handle unrecognized command line option in g [...] adds ca49878470 [gdb/testsuite] Add string_list_to_regexp adds e36788d135 [gdb/testsuite] Fix handling of nr_args < 3 in mi_gdb_test adds a1c3ad9cd8 [gdb/testsuite] Fix DUPLICATE in gdb.base/skip-solib.exp adds d7d1029e62 [gdb/testsuite] Fix DUPLICATE in gdb.base/global-var-nested- [...] adds cf9c1c753c [gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittest adds 5abdee61d9 Automatic date update in version.in adds bf9f8f4179 sim: run: change help short option to -h adds 58632d2856 Automatic date update in version.in adds a02a90c114 [gdb/testsuite] Set sysroot earlier in local-board.exp adds 52e5dceb69 Automatic date update in version.in adds 003fa0df36 [gdb/testsuite] Fix test name in gdb.base/batch-exit-status.exp adds fd5255582f Re: Deprecate a.out support for NetBSD targets adds 7486cb6843 [gdb/testsuite] Fix gdb.gdb/selftest.exp adds 5a2947cf17 ia64: don't use get_symbol_name() for section parsing. With [...] adds 168495916d MIPS: don't use get_symbol_name() for section parsing. With [...] adds 18287cf8b1 RISC-V: Update the assembler insn testcase. adds e68b7db18c Fix no-Python build adds cad152f221 [gdb/tdep] Reset force_thumb in parse_arm_disassembler_options adds 3047c7869d [gdb/tdep] Fix exec check in gdb_print_insn_arm new c5e91131d7 [gdb/testsuite] Check for valid test name
The 1 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/config.bfd | 3 +- bfd/elf32-ppc.c | 799 ++--- bfd/version.h | 2 +- .../gdb.gdb/python-selftest.exp => etc/Makefile.am | 23 +- etc/Makefile.in | 407 ++- {readline => etc}/aclocal.m4 | 0 etc/configure | 645 +++- etc/configure.ac | 9 + etc/configure.in | 26 - gas/ChangeLog | 6 + gas/config/tc-ia64.c | 16 +- gas/config/tc-mips.c | 21 +- gas/dwarf2dbg.c | 12 +- gas/testsuite/gas/elf/dwarf-5-file0-2.d | 15 + gas/testsuite/gas/elf/dwarf-5-file0-2.s | 111 + gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/riscv/insn.d | 6 +- gas/testsuite/gas/riscv/insn.s | 2 - gas/testsuite/gas/riscv/li32.d | 6 +- gas/testsuite/gas/riscv/li64.d | 18 +- gas/testsuite/gas/riscv/lla64.d | 6 +- gdb/arm-tdep.c | 4 +- gdb/complaints.c | 52 + gdb/configure.tgt | 2 +- gdb/gdbcmd.h | 26 +- gdb/python/py-block.c | 4 +- gdb/python/py-inferior.c | 2 +- gdb/python/py-infthread.c | 2 +- gdb/python/py-linetable.c | 2 +- gdb/python/py-registers.c | 4 +- gdb/python/py-type.c | 6 +- gdb/python/python-internal.h | 1 - gdb/python/python.c | 48 + gdb/testsuite/boards/local-board.exp | 2 +- gdb/testsuite/gdb.base/batch-exit-status.exp | 26 +- .../gdb.base/coredump-filter-build-id.exp | 3 +- .../gdb.base/global-var-nested-by-dso.exp | 4 +- gdb/testsuite/gdb.base/skip-solib.exp | 104 +- gdb/testsuite/gdb.gdb/complaints.exp | 137 - gdb/testsuite/gdb.gdb/selftest.exp | 2 +- gdb/testsuite/gdb.gdb/unittest.exp | 7 - gdb/testsuite/gdb.mi/mi-break.exp | 2 +- gdb/testsuite/gdb.mi/mi-logging.exp | 3 +- gdb/testsuite/gdb.mi/mi-memory-changed.exp | 5 +- gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 7 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 47 +- gdb/testsuite/gdb.python/py-mi.exp | 10 +- gdb/testsuite/gdb.testsuite/string_to_regexp.exp | 66 + gdb/testsuite/lib/check-test-names.exp | 9 + gdb/testsuite/lib/gdb-utils.exp | 12 + gdb/testsuite/lib/gdb.exp | 35 +- gdb/testsuite/lib/mi-support.exp | 28 +- gdb/top.c | 31 +- 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/arm-dis.c | 1 + opcodes/riscv-dis.c | 23 +- sim/common/cgen-types.h | 2 + sim/common/dv-sockser.c | 31 +- sim/common/sim-io.c | 4 +- sim/common/sim-options.c | 8 +- sim/configure | 12 +- sim/m4/sim_ac_option_hardware.m4 | 15 +- sim/microblaze/interp.c | 8 +- sim/microblaze/microblaze.h | 19 +- sim/microblaze/microblaze.isa | 20 +- sim/microblaze/sim-main.h | 12 +- sim/mips/sim-main.h | 2 - sim/ppc/Makefile.in | 29 +- sim/ppc/basics.h | 2 +- sim/ppc/configure | 84 - sim/ppc/configure.ac | 60 - sim/ppc/cpu.c | 3 + sim/ppc/debug.c | 2 +- sim/ppc/defs.h | 12 + sim/ppc/device.c | 3 + sim/ppc/filter_filename.c | 4 - sim/ppc/hw_memory.c | 4 +- sim/ppc/hw_opic.c | 6 +- sim/ppc/inline.c | 2 +- sim/ppc/main.c | 8 +- sim/ppc/sim_callbacks.h | 7 + 93 files changed, 4395 insertions(+), 2669 deletions(-) rename gdb/testsuite/gdb.gdb/python-selftest.exp => etc/Makefile.am (59%) copy {readline => etc}/aclocal.m4 (100%) create mode 100644 etc/configure.ac delete mode 100644 etc/configure.in create mode 100644 gas/testsuite/gas/elf/dwarf-5-file0-2.d create mode 100644 gas/testsuite/gas/elf/dwarf-5-file0-2.s delete mode 100644 gdb/testsuite/gdb.gdb/complaints.exp create mode 100644 gdb/testsuite/gdb.testsuite/string_to_regexp.exp 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