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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from b480ee76e4 Automatic date update in version.in adds a442059f66 PR28523, ld.bfd created undefined symbols on ppc64 adds b50f433498 opcodes: d10v: simplify header includes adds 70ab6bdd55 sim: hoist gencode & opc2c build rules up to common builds adds d2a5dbc744 sim: hoist mn10300 & v850 igen rules up to common builds adds 0a129eb19a sim: hoist cgen mloop rules up to common builds adds 359c74415c asan: assert (addr_ranges) <= (start) adds 3a27554104 sim: mloop: mark a few conditionally used funcs as unused adds 6ef4fa071e asan: dlltool buffer overflow: embedded NUL in string adds 5fff6115fe Fix LD_PRELOAD=/usr/lib64/libasan.so.6 gdb adds 7fd8546853 [AArch64] Make gdbserver register set selection dynamic adds dac784d0e4 Use section name in warnings in display_debug_loc adds b44d87d442 gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running tests adds a1700a3199 gdb: fix gnu-nat build adds d54c09b99e sim: ppc: switch to common builds for callback objects adds 6ed0d0a080 sim: ppc: inline common sim-fpu.c logic adds 8f01568908 Automatic date update in version.in adds f2f105f518 PR28540, segmentation fault on NULL byte_get adds e5c9e53c9b sim: mips: fix missing prototype in multi-run generation adds edc77c591a RISC-V: Clarify the behavior of .option rvc or norvc. adds e0f7ea9143 bfd: Always check sections with the corrupt size adds 33d3e18ed7 Revert "bfd: Always check sections with the corrupt size" adds 6c130ba387 gdbserver: re-generate configure adds 143f5a3837 gdb: remove unnecessary cmd_list_element::aliases nullptr checks adds 7ead06a8b6 gdb: remove command_class enum class_deprecated adds fcef6471ed gdb: pass/return setting setter/getter scalar values by value adds 7bc5c369fa gdb: introduce "set index-cache enabled", deprecate "set ind [...] adds 831105b6d9 Automatic date update in version.in adds a3c0896d80 asan: alpha-vms: objdump buffer overflows adds c5967f38de PR28530, Hang in objdump on machine with 196GB RAM adds 109c1107c4 Missing va_end in aarch64-dis.c adds ca8775833b PR28541, unstable cie offset in the output of readelf adds 707ed39ac5 gdb/testsuite: use gdb_get_line_number adds 8a89ddbda2 Avoid /proc/pid/mem races (PR 28065) adds be77dd73c7 Introduce make_unique_xstrndup adds cf0992fe6f Automatic date update in version.in adds fe7fdfda72 sim: clarify license text via COPYING file adds 04d8355ac6 readelf: Make DT_PREINIT_ARRAYSZ's output style match DT_INI [...] adds dd207c1302 readelf: Support RELR in -S and -d and output adds e8f81980ce ubsan: undefined shift in mach-o.c adds 314ec7aeeb Modernise yyerror adds 50a97903ce sim: mips: use sim_fpu_to{32,64}u to fix build warnings new eea68ebb33 Automatic date update in version.in
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/compress.c | 15 + bfd/elf.c | 3 + bfd/elf64-ppc.c | 30 +- bfd/elfxx-riscv.c | 65 ++ bfd/elfxx-riscv.h | 3 + bfd/mach-o.c | 2 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 519 ++++++++---- binutils/ChangeLog | 4 + binutils/arparse.y | 5 +- binutils/deflex.l | 6 +- binutils/dlltool.c | 4 +- binutils/dlltool.h | 2 +- binutils/dwarf.c | 56 +- binutils/mclex.c | 13 +- binutils/objdump.c | 2 +- binutils/readelf.c | 7 + binutils/sysinfo.y | 7 +- binutils/windmc.h | 2 +- gas/as.h | 4 +- gas/config/bfin-parse.y | 7 +- gas/config/tc-riscv.c | 39 +- gas/itbl-parse.y | 5 +- gdb/arch/aarch64.h | 9 + gdb/cli/cli-decode.c | 80 +- gdb/cli/cli-setshow.c | 13 +- gdb/command.h | 85 +- gdb/doc/gdb.texinfo | 8 +- gdb/dwarf2/index-cache.c | 51 +- gdb/gnu-nat.c | 6 +- gdb/linux-nat.c | 324 ++++---- gdb/parse.c | 3 +- gdb/remote.c | 6 +- gdb/testsuite/gdb.base/index-cache.exp | 27 +- gdb/testsuite/gdb.base/maint.exp | 6 +- gdb/testsuite/gdb.cp/templates.cc | 2 +- gdb/testsuite/gdb.cp/templates.exp | 20 +- gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp | 6 +- .../gdb.threads/access-mem-running-thread-exit.exp | 14 +- gdb/testsuite/lib/gdb.exp | 7 + gdbserver/config.in | 3 + gdbserver/configure | 46 ++ gdbserver/linux-aarch64-low.cc | 186 +++-- gdbsupport/gdb_unique_ptr.h | 9 + gdbsupport/new-op.cc | 42 + include/elf/common.h | 4 + ld/deffilep.y | 5 +- ld/ldlex.l | 16 +- opcodes/aarch64-dis.c | 1 + opcodes/d10v-opc.c | 3 +- sim/{arm => }/COPYING | 0 sim/Makefile.am | 46 +- sim/Makefile.in | 909 ++++++++++++++++++++- sim/bpf/Makefile.in | 28 +- sim/bpf/local.mk | 49 ++ sim/common/genmloop.sh | 19 +- sim/cr16/Makefile.in | 22 - sim/cr16/local.mk | 47 ++ sim/cris/Makefile.in | 32 +- sim/cris/local.mk | 54 ++ sim/cris/mloop.in | 3 +- sim/d10v/Makefile.in | 19 - sim/d10v/local.mk | 47 ++ sim/frv/Makefile.in | 12 - sim/frv/local.mk | 38 + sim/igen/local.mk | 11 +- sim/iq2000/Makefile.in | 12 - sim/iq2000/local.mk | 38 + sim/lm32/Makefile.in | 12 - sim/lm32/local.mk | 38 + sim/m32c/Makefile.in | 23 - sim/m32c/local.mk | 53 ++ sim/m32r/Makefile.in | 56 -- sim/m32r/local.mk | 66 ++ sim/m68hc11/Makefile.in | 17 - sim/m68hc11/local.mk | 44 + sim/mips/Makefile.in | 6 +- sim/mips/cp1.c | 8 +- sim/mips/m16run.c | 1 + sim/mn10300/Makefile.in | 71 -- sim/mn10300/local.mk | 90 ++ sim/or1k/Makefile.in | 16 +- sim/or1k/local.mk | 37 + sim/ppc/COPYING | 674 --------------- sim/ppc/COPYING.LIB | 481 ----------- sim/ppc/Makefile.in | 15 +- sim/ppc/configure | 36 - sim/ppc/configure.ac | 27 - sim/sh/Makefile.in | 21 - sim/sh/local.mk | 48 ++ sim/v850/Makefile.in | 67 -- sim/v850/local.mk | 87 ++ 92 files changed, 2793 insertions(+), 2371 deletions(-) rename sim/{arm => }/COPYING (100%) create mode 100644 sim/bpf/local.mk create mode 100644 sim/cr16/local.mk create mode 100644 sim/cris/local.mk create mode 100644 sim/d10v/local.mk create mode 100644 sim/frv/local.mk create mode 100644 sim/iq2000/local.mk create mode 100644 sim/lm32/local.mk create mode 100644 sim/m32c/local.mk create mode 100644 sim/m32r/local.mk create mode 100644 sim/m68hc11/local.mk create mode 100644 sim/mn10300/local.mk create mode 100644 sim/or1k/local.mk delete mode 100644 sim/ppc/COPYING delete mode 100644 sim/ppc/COPYING.LIB create mode 100644 sim/sh/local.mk create mode 100644 sim/v850/local.mk