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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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. adds f94b2e0387 Add basic event handling in the NetBSD target adds b68b1b58d6 Set NetBSD xml syscall file name to syscalls/netbsd.xml adds ed6aceddf5 Fix Ada crash with .debug_types adds 42e165c30c gdb: fix duplicate test names in gdb.base/break.exp adds 87c66b2e70 Sync config and libiberty with GCC adds 44e33ab45d Automatic date update in version.in adds 84ed7a4725 2020-04-29 Sterling Augustine saugustine@google.com adds 8d113d130e gdb: fix shellcheck warnings SC2059 (variables in printf for [...] adds a6fc5ffc50 gdb: fix shellcheck warnings SC2086 (missing double quotes) [...] adds cb02ab2416 gdb: fix shellcheck warnings SC2006 (use $() instead of ``) [...] adds 759cea5e3f gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a [...] adds 9fdb2916fe gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.sh adds 1207375d76 gdb: fix shellcheck warnings SC2154 (referenced but not assi [...] adds ffc2844e96 gdb: silence shellcheck warning SC2162 (use read -r) in gdbarch.sh adds 935f1f4ba3 xtensa: gas: support optional immediate simcall parameter adds d548f47df4 xtensa: fix XTENSA_NDIFF handling for PR ld/25861
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 + bfd/aoutx.h | 14 +- bfd/elf32-xtensa.c | 26 +- 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 + config/ChangeLog | 22 + config/cet.m4 | 105 + config/math.m4 | 64 + gas/ChangeLog | 19 + gas/config/tc-sh.c | 3 +- gas/config/tc-xtensa.c | 20 + gas/testsuite/gas/sh/sh4a.d | 2 + gas/testsuite/gas/sh/sh4a.s | 2 + gas/testsuite/gas/sh/sh4al-dsp.d | 2 +- gdb/ChangeLog | 69 + gdb/dwarf2/read.c | 62 +- gdb/gdbarch.sh | 178 +- gdb/nbsd-nat.c | 222 + gdb/nbsd-nat.h | 9 + gdb/nbsd-tdep.c | 20 + gdb/stack.c | 50 - gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/break.exp | 73 +- ld/ChangeLog | 20 + ld/testsuite/ld-xtensa/relax-diff1.d | 6 + ld/testsuite/ld-xtensa/relax-diff1.s | 18 + ld/testsuite/ld-xtensa/relax-ndiff.d | 6 + ld/testsuite/ld-xtensa/relax-ndiff.s | 20 + ld/testsuite/ld-xtensa/xtensa.exp | 2 + libiberty/ChangeLog | 5 + libiberty/configure | 126 +- opcodes/ChangeLog | 18 + opcodes/po/sv.po | 804 +-- opcodes/sh-dis.c | 6 +- opcodes/sh-opc.h | 35 +- 45 files changed, 7251 insertions(+), 3217 deletions(-) create mode 100644 binutils/testsuite/binutils-all/zero-sec.r create mode 100644 binutils/testsuite/binutils-all/zero-sec.s create mode 100644 ld/testsuite/ld-xtensa/relax-diff1.d create mode 100644 ld/testsuite/ld-xtensa/relax-diff1.s create mode 100644 ld/testsuite/ld-xtensa/relax-ndiff.d create mode 100644 ld/testsuite/ld-xtensa/relax-ndiff.s