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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 2b2fbab8ef Allow Python commands to be in class_tui adds a55e30b51b gdb: fix shellcheck warning in update-freebsd.sh adds 4498ef4f8b Add definitions of system calls to catch in native NetBSD targets adds 03549f57b6 Automatic date update in version.in adds ea90f2278c [gdb] Fix range loop index in find_method adds d642b6920b Fix array pretty formatter adds 6e4e3fe1b6 [gdb/testsuite] Add xfails for PR gcc/90232 adds 4849fabc7c Remove restriction on skipping some linker tests because the [...] adds 5c936ef50f Fix the disassmbly of SH instructions which have an unsigned [...] adds c2e71e57a0 Updated Serbian translation for the binutils sub-directory, [...] adds dfa85db14c bfd: Fix 64-bit relocation handling for a.out adds fc49bc7237 Remove some dead code adds 1b51340159 Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS [...] adds 9654d51a96 Also use unsigned 8-bit immediate values for the LDRC and SE [...] adds 241e541d00 Update expected disassembly after recent update. adds cb4c35cfbe When displaying ranges, ignore duplicate offsets. new f94b2e0387 Add basic event handling in the NetBSD target new b68b1b58d6 Set NetBSD xml syscall file name to syscalls/netbsd.xml new ed6aceddf5 Fix Ada crash with .debug_types
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 | 5 + bfd/aoutx.h | 14 +- bfd/version.h | 2 +- binutils/ChangeLog | 37 + binutils/NEWS | 6 + binutils/doc/binutils.texi | 10 + binutils/dwarf.c | 12 +- binutils/dwarf.h | 22 +- binutils/elfcomm.c | 9 + binutils/po/sr.po | 8149 ++++++++++++++------ binutils/readelf.c | 162 +- binutils/testsuite/binutils-all/readelf.exp | 11 + binutils/testsuite/binutils-all/zero-sec.r | 3 + binutils/testsuite/binutils-all/zero-sec.s | 1 + gas/ChangeLog | 10 + gas/config/tc-sh.c | 3 +- gas/testsuite/gas/sh/sh4a.d | 2 + gas/testsuite/gas/sh/sh4a.s | 2 + gas/testsuite/gas/sh/sh4al-dsp.d | 2 +- gdb/ChangeLog | 64 + gdb/ada-valprint.c | 8 +- gdb/c-valprint.c | 4 - gdb/data-directory/Makefile.in | 2 +- gdb/dwarf2/read.c | 61 +- gdb/linespec.c | 3 +- gdb/m2-valprint.c | 4 - gdb/nbsd-nat.c | 222 + gdb/nbsd-nat.h | 9 + gdb/nbsd-tdep.c | 20 + gdb/p-valprint.c | 4 - gdb/stack.c | 50 - gdb/syscalls/netbsd.xml | 461 ++ gdb/syscalls/update-freebsd.sh | 2 +- .../{update-freebsd.sh => update-netbsd.sh} | 30 +- gdb/testsuite/ChangeLog | 19 + gdb/testsuite/gdb.base/pretty-array.c | 24 + gdb/testsuite/gdb.base/pretty-array.exp | 65 + gdb/testsuite/gdb.cp/cpexprs-debug-types.exp | 20 + gdb/testsuite/gdb.cp/cpexprs.exp | 14 +- gdb/testsuite/gdb.guile/scm-symtab.exp | 19 +- gdb/testsuite/gdb.python/py-symtab.exp | 17 +- gdb/testsuite/lib/gdb.exp | 18 + gdb/valprint.c | 15 +- ld/ChangeLog | 11 + opcodes/ChangeLog | 18 + opcodes/po/sv.po | 804 +- opcodes/sh-dis.c | 6 +- opcodes/sh-opc.h | 35 +- 48 files changed, 7421 insertions(+), 3070 deletions(-) create mode 100644 binutils/testsuite/binutils-all/zero-sec.r create mode 100644 binutils/testsuite/binutils-all/zero-sec.s create mode 100644 gdb/syscalls/netbsd.xml copy gdb/syscalls/{update-freebsd.sh => update-netbsd.sh} (71%) create mode 100644 gdb/testsuite/gdb.base/pretty-array.c create mode 100644 gdb/testsuite/gdb.base/pretty-array.exp create mode 100644 gdb/testsuite/gdb.cp/cpexprs-debug-types.exp