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-aarch64-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from ef96a356b8 Automatic date update in version.in adds 7c392d1de1 Make TUI borders respect "set style enabled" adds 57d87c09a3 Automatic date update in version.in adds 4ec89149dd Remove last traces of discard_all_inferiors adds f5df0b5f08 gdbserver: include aarch32/aarch64 header file in correspond [...] adds bb1183e25a gdbserver: make aarch64_write_goto_address static adds c0b0a14290 gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.c adds 58920b5be0 gdb: include gdb_wait.h in gdb_wait.c adds aa1f7fb133 Automatic date update in version.in adds 7ef412cf72 ubsan: xgate: left shift of negative value adds 202e762b32 ubsan: fr30: left shift of negative value adds 5496abe1c5 tic4x: sign extension using shifts adds 0c0adcc524 Memory leaks and ineffective bounds checking in wasm_scan adds b50ef514ff ubsan: alpha-vma: timeout adds b2c759ce68 ubsan: score: left shift of negative value adds df08b5881b score formatting adds febda64f15 ubsan: wasm32: signed integer overflow adds 90dee485e5 asan: ns32k: wild memory write adds b9fe6b8aa6 [ARC] [COMMITTED] Change ACCL/ACCH reg name to generic. adds 8cb31badff [ARC][committed] Use DWARF.sc in elf linker script templates. adds 39fe16e078 [ARC][committed] Update ARC cpu list adds 5e4f7e0518 [ARC][committed] Code cleanup and improvements. adds 4f18d7423c [ARC][committed] Update test matching pattern. new 805f38bc55 PR25362, memory leak in nm new a788aedd86 PR23560, PR23561, readelf memory leaks new 8c7e1c0421 Regen ld BLD-POTFILES.in new a4f2b7c5d9 Re: PR23560, PR23561, readelf memory leaks
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/ChangeLog | 17 + bfd/version.h | 2 +- bfd/vms-alpha.c | 19 +- bfd/wasm-module.c | 100 ++-- binutils/ChangeLog | 17 + binutils/dwarf.c | 13 +- binutils/nm.c | 2 + binutils/readelf.c | 31 +- cpu/ChangeLog | 5 + cpu/fr30.cpu | 10 +- gas/ChangeLog | 16 + gas/config/tc-arc.c | 12 +- gas/config/tc-arc.h | 7 +- gas/config/tc-tic4x.c | 2 +- gas/testsuite/gas/arc/pseudos.d | 2 +- gas/testsuite/gas/wasm32/allinsn.d | 4 +- gdb/ChangeLog | 17 + gdb/bsd-kvm.c | 2 +- gdb/gdbserver/ChangeLog | 14 + gdb/gdbserver/linux-aarch32-tdesc.c | 3 + gdb/gdbserver/linux-aarch64-low.c | 2 +- gdb/gdbserver/linux-aarch64-tdesc.c | 3 + gdb/gdbserver/linux-arm-tdesc.c | 3 + gdb/gdbserver/linux-arm-tdesc.h | 2 + gdb/gdbsupport/gdb_wait.c | 2 + gdb/inferior.c | 7 - gdb/tui/tui-wingeneral.c | 7 +- gdb/tui/tui-winsource.c | 6 +- include/ChangeLog | 10 + include/elf/arc-cpu.def | 4 + include/opcode/tic4x.h | 12 +- ld/ChangeLog | 23 + ld/Makefile.am | 4 - ld/Makefile.in | 6 - ld/configure.tgt | 4 +- ld/emulparams/arcelf_prof.sh | 26 - ld/emulparams/arclinux_prof.sh | 27 - ld/po/BLD-POTFILES.in | 2 - ld/scripttempl/elfarc.sc | 36 +- ld/scripttempl/elfarcv2.sc | 126 ++-- ld/testsuite/ld-arc/relax-local-pic.d | 8 +- opcodes/ChangeLog | 46 ++ opcodes/arc-dis.c | 2 +- opcodes/arc-opc.c | 2 +- opcodes/fr30-ibld.c | 10 +- opcodes/ns32k-dis.c | 11 +- opcodes/score-dis.c | 1043 +++++++++++++++++---------------- opcodes/score7-dis.c | 576 +++++++++--------- opcodes/tic4x-dis.c | 3 +- opcodes/wasm32-dis.c | 445 +++++++------- opcodes/xgate-dis.c | 16 +- 51 files changed, 1447 insertions(+), 1322 deletions(-) delete mode 100644 ld/emulparams/arcelf_prof.sh delete mode 100644 ld/emulparams/arclinux_prof.sh