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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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. 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 adds c578f16ef1 ld: Add rx-linux emulation. gas: Change ELF flags initial v [...] adds 627c7fb8ea Use thiscall calling convention for class members adds 8a8a117123 Add generic tests for linker support of the -shared or -pie [...] adds 09c1e68a16 AArch64: add GAS support for UDF instruction adds d5cf82c0d7 Adjust array pretty printer tests to the new format adds ee9d1e5f76 Calculate size of array of stubbed type adds 7d186bc042 Implement debugging of WOW64 processes in gdbserver adds 102e38eba7 Remove duplicated creation of "frame" command and "f" alias. adds b2a0dd767a Revert "2020-04-29 Sterling Augustine saugustine@google.com" new 117539e6d5 Add support for NetBSD thread events (create, exit)
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/ChangeLog | 12 + bfd/aoutx.h | 14 +- bfd/elf32-xtensa.c | 26 +- bfd/version.h | 2 +- binutils/ChangeLog | 48 + 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 +- .../testsuite/binutils-all/aarch64/in-order-all.d | 6 +- .../binutils-all/aarch64/out-of-order-all.d | 6 +- binutils/testsuite/binutils-all/readelf.exp | 11 + binutils/testsuite/binutils-all/zero-sec.r | 3 + binutils/testsuite/binutils-all/zero-sec.s | 1 + binutils/testsuite/lib/binutils-common.exp | 17 + config/ChangeLog | 22 + config/cet.m4 | 105 + config/math.m4 | 64 + gas/ChangeLog | 35 + gas/config/tc-aarch64.c | 4 +- gas/config/tc-rx.c | 6 +- gas/config/tc-sh.c | 3 +- gas/config/tc-xtensa.c | 20 + gas/testsuite/gas/aarch64/udf-invalid.d | 3 + gas/testsuite/gas/aarch64/udf-invalid.l | 4 + gas/testsuite/gas/aarch64/udf-invalid.s | 6 + gas/testsuite/gas/aarch64/udf.d | 9 + gas/testsuite/gas/aarch64/udf.s | 5 + gas/testsuite/gas/sh/sh4a.d | 2 + gas/testsuite/gas/sh/sh4a.s | 2 + gas/testsuite/gas/sh/sh4al-dsp.d | 2 +- gdb/ChangeLog | 122 + gdb/ada-valprint.c | 8 +- gdb/c-valprint.c | 4 - gdb/data-directory/Makefile.in | 2 +- gdb/dwarf2/read.c | 61 +- gdb/gdbarch.sh | 178 +- gdb/gdbtypes.c | 14 + gdb/i386-tdep.c | 35 +- gdb/i386-tdep.h | 13 + gdb/i386-windows-tdep.c | 32 + gdb/linespec.c | 3 +- gdb/m2-valprint.c | 4 - gdb/nbsd-nat.c | 304 +- gdb/nbsd-nat.h | 10 + gdb/nbsd-tdep.c | 20 + gdb/p-valprint.c | 4 - gdb/stack.c | 59 - gdb/syscalls/netbsd.xml | 461 ++ gdb/syscalls/update-netbsd.sh | 78 + gdb/testsuite/ChangeLog | 36 + gdb/testsuite/gdb.base/break.exp | 73 +- 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.cp/stub-array-size.cc | 25 + gdb/testsuite/gdb.cp/stub-array-size.exp | 30 + gdb/testsuite/gdb.cp/stub-array-size.h | 21 + gdb/testsuite/gdb.cp/stub-array-size2.cc | 22 + gdb/testsuite/gdb.guile/scm-symtab.exp | 19 +- gdb/testsuite/gdb.python/py-format-string.exp | 6 +- gdb/testsuite/gdb.python/py-symtab.exp | 17 +- gdb/testsuite/lib/gdb.exp | 18 + gdb/valprint.c | 15 +- gdbserver/ChangeLog | 32 + gdbserver/configure.srv | 4 +- gdbserver/win32-arm-low.cc | 10 +- gdbserver/win32-i386-low.cc | 171 +- gdbserver/win32-low.cc | 239 +- gdbserver/win32-low.h | 10 +- include/ChangeLog | 5 + include/opcode/aarch64.h | 1 + ld/ChangeLog | 117 + ld/Makefile.am | 2 + ld/Makefile.in | 2 + ld/configure.tgt | 2 + ld/emulparams/elf32rx_linux.sh | 17 + .../ld-xtensa/xtensa.exp => emultempl/rxlinux.em} | 39 +- ld/testsuite/ld-aarch64/erratum843419_tls_ie.d | 4 +- ld/testsuite/ld-aarch64/farcall-b-section.d | 2 +- ld/testsuite/ld-aarch64/farcall-back.d | 2 +- ld/testsuite/ld-aarch64/farcall-bl-section.d | 2 +- ld/testsuite/ld-elf/compress1c.d | 2 +- ld/testsuite/ld-elf/compressed1c.d | 2 +- ld/testsuite/ld-elf/compressed1e.d | 2 +- ld/testsuite/ld-elf/dynamic1.d | 2 +- ld/testsuite/ld-elf/dynsym1.d | 2 +- ld/testsuite/ld-elf/ehdr_start-shared.d | 2 +- ld/testsuite/ld-elf/exclude3b.d | 2 +- ld/testsuite/ld-elf/global1.d | 2 +- ld/testsuite/ld-elf/hash.d | 2 +- ld/testsuite/ld-elf/loadaddr1.d | 2 +- ld/testsuite/ld-elf/loadaddr2.d | 2 +- ld/testsuite/ld-elf/local1.d | 2 +- ld/testsuite/ld-elf/mbind1b.d | 2 +- ld/testsuite/ld-elf/mbind1c.d | 2 +- ld/testsuite/ld-elf/now-1.d | 2 +- ld/testsuite/ld-elf/now-2.d | 2 +- ld/testsuite/ld-elf/now-3.d | 2 +- ld/testsuite/ld-elf/now-4.d | 2 +- ld/testsuite/ld-elf/pie.d | 2 +- ld/testsuite/ld-elf/pr12975.d | 2 +- ld/testsuite/ld-elf/pr13177.d | 2 +- ld/testsuite/ld-elf/pr13195.d | 2 +- ld/testsuite/ld-elf/pr16322.d | 2 +- ld/testsuite/ld-elf/pr16498a.d | 2 +- ld/testsuite/ld-elf/pr16498b.d | 2 +- ld/testsuite/ld-elf/pr17615.d | 2 +- ld/testsuite/ld-elf/pr19162.d | 2 +- ld/testsuite/ld-elf/pr19539.d | 2 +- ld/testsuite/ld-elf/pr19698.d | 2 +- ld/testsuite/ld-elf/pr20513c.d | 2 +- ld/testsuite/ld-elf/pr20513d.d | 2 +- ld/testsuite/ld-elf/pr21389a.d | 2 +- ld/testsuite/ld-elf/pr21389b.d | 2 +- ld/testsuite/ld-elf/pr21389c.d | 2 +- ld/testsuite/ld-elf/pr21562a.d | 2 +- ld/testsuite/ld-elf/pr21562b.d | 2 +- ld/testsuite/ld-elf/pr21562c.d | 2 +- ld/testsuite/ld-elf/pr21562d.d | 2 +- ld/testsuite/ld-elf/pr21562e.d | 2 +- ld/testsuite/ld-elf/pr21562f.d | 2 +- ld/testsuite/ld-elf/pr21562g.d | 2 +- ld/testsuite/ld-elf/pr21562h.d | 2 +- ld/testsuite/ld-elf/pr21562i.d | 2 +- ld/testsuite/ld-elf/pr21562j.d | 2 +- ld/testsuite/ld-elf/pr21562k.d | 2 +- ld/testsuite/ld-elf/pr21562l.d | 2 +- ld/testsuite/ld-elf/pr21562m.d | 2 +- ld/testsuite/ld-elf/pr21562n.d | 2 +- ld/testsuite/ld-elf/pr21903a.d | 2 +- ld/testsuite/ld-elf/pr21903b.d | 2 +- ld/testsuite/ld-elf/pr21903d.d | 2 +- ld/testsuite/ld-elf/pr22269a.d | 2 +- ld/testsuite/ld-elf/pr22269b.d | 2 +- ld/testsuite/ld-elf/pr22393-1a.d | 2 +- ld/testsuite/ld-elf/pr22393-1b.d | 2 +- ld/testsuite/ld-elf/pr22393-1c.d | 2 +- ld/testsuite/ld-elf/pr22393-1d.d | 2 +- ld/testsuite/ld-elf/pr22393-1e.d | 2 +- ld/testsuite/ld-elf/pr22393-1f.d | 2 +- ld/testsuite/ld-elf/pr22423.d | 2 +- ld/testsuite/ld-elf/pr23658-1c.d | 2 +- ld/testsuite/ld-elf/pr25708.d | 2 +- ld/testsuite/ld-elf/rpath-1.d | 2 +- ld/testsuite/ld-elf/rpath-2.d | 2 +- ld/testsuite/ld-elf/runpath-1.d | 2 +- ld/testsuite/ld-elf/runpath-2.d | 2 +- ld/testsuite/ld-elf/sizeofb.d | 2 +- ld/testsuite/ld-elf/startofb.d | 2 +- ld/testsuite/ld-elf/strtab.d | 2 +- ld/testsuite/ld-elf/textaddr1.d | 2 +- ld/testsuite/ld-elf/textaddr2.d | 2 +- ld/testsuite/ld-elf/textaddr4.d | 2 +- ld/testsuite/ld-elf/textaddr5.d | 2 +- ld/testsuite/ld-elf/textaddr6.d | 2 +- ld/testsuite/ld-elf/unknown2.d | 2 +- ld/testsuite/ld-undefined/entry-3.d | 2 +- ld/testsuite/ld-undefined/entry-4.d | 2 +- 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 | 30 + opcodes/aarch64-asm-2.c | 769 +- opcodes/aarch64-dis-2.c | 3812 ++++----- opcodes/aarch64-opc-2.c | 53 +- opcodes/aarch64-opc.c | 3 + opcodes/aarch64-opc.h | 1 + opcodes/aarch64-tbl.h | 3 + opcodes/po/opcodes.pot | 365 +- opcodes/po/sv.po | 804 +- opcodes/sh-dis.c | 6 +- opcodes/sh-opc.h | 35 +- 181 files changed, 11589 insertions(+), 5915 deletions(-) create mode 100644 binutils/testsuite/binutils-all/zero-sec.r create mode 100644 binutils/testsuite/binutils-all/zero-sec.s create mode 100644 gas/testsuite/gas/aarch64/udf-invalid.d create mode 100644 gas/testsuite/gas/aarch64/udf-invalid.l create mode 100644 gas/testsuite/gas/aarch64/udf-invalid.s create mode 100644 gas/testsuite/gas/aarch64/udf.d create mode 100644 gas/testsuite/gas/aarch64/udf.s create mode 100644 gdb/syscalls/netbsd.xml create mode 100755 gdb/syscalls/update-netbsd.sh 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 create mode 100644 gdb/testsuite/gdb.cp/stub-array-size.cc create mode 100644 gdb/testsuite/gdb.cp/stub-array-size.exp create mode 100644 gdb/testsuite/gdb.cp/stub-array-size.h create mode 100644 gdb/testsuite/gdb.cp/stub-array-size2.cc create mode 100644 ld/emulparams/elf32rx_linux.sh copy ld/{testsuite/ld-xtensa/xtensa.exp => emultempl/rxlinux.em} (52%) 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