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-allnoconfig in repository toolchain/ci/binutils-gdb.
from b10b530a45 IBM Z: Add support for HLASM extended mnemonics adds 0bc2e38dd7 gdb: fix logic of find_comp_unit and set_comp_unit adds 099ee20ac3 Automatic date update in version.in adds 726d7d1ecf PR26978, Inconsistency for strong foo@v1 and weak foo@@v1 adds 288f0ba264 asan: readelf: memory leaks adds c524d11e50 IBM Z: Add risbgz and risbgnz extended mnemonics adds 9c027c2f6c [gdb/testsuite] Handle SIGILL in gdb.reverse/insn-reverse.exp adds a1499830fe [gdb/testsuite] Fix gdb.reverse/insn-reverse-x86.c for -m32 adds f17727b349 [gdb/testsuite] Fix count usage in gdb.reverse/insn-reverse.exp adds a8d136756b [gdb/testsuite] Fix control-flow in gdb.reverse/insn-reverse.exp adds b6a6aa07c5 [gdb/tdep] Handle static field in i386_16_byte_align_p adds 67748e0f66 [gdb/testsuite] Make gdb.arch/amd64-gs_base.exp unsupported [...] adds 5382f97180 Fix shifting of negative value adds 91f8721328 Constify value_internal_function_name adds 10806efd8d Update gdb/ChangeLog to reflect the PR for a bug fix adds ab954e4a53 Fix building gdb release from tar file without makeinfo
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 ++++ bfd/elflink.c | 83 ++++++++++++++++---------- bfd/linker.c | 13 +++- bfd/version.h | 2 +- binutils/ChangeLog | 10 ++++ binutils/dwarf.c | 22 +++++-- binutils/readelf.c | 73 +++++++++++----------- gas/ChangeLog | 7 +++ gas/testsuite/gas/s390/zarch-z10.d | 12 ++-- gas/testsuite/gas/s390/zarch-z10.s | 4 +- gas/testsuite/gas/s390/zarch-zEC12.d | 20 ++++--- gas/testsuite/gas/s390/zarch-zEC12.s | 3 + gdb/ChangeLog | 27 +++++++++ gdb/aarch64-tdep.c | 4 -- gdb/arch/aarch64-insn.c | 31 ++-------- gdb/arch/aarch64-insn.h | 16 +++++ gdb/doc/ChangeLog | 5 ++ gdb/doc/Makefile.in | 7 +-- gdb/dwarf2/frame.c | 10 ++-- gdb/i386-tdep.c | 2 + gdb/testsuite/ChangeLog | 29 +++++++++ gdb/testsuite/gdb.arch/amd64-gs_base.exp | 26 +++++++- gdb/testsuite/gdb.reverse/insn-reverse-x86.c | 8 +++ gdb/testsuite/gdb.reverse/insn-reverse.c | 43 +++++++++++-- gdb/testsuite/gdb.reverse/insn-reverse.exp | 32 +++++++--- gdb/value.c | 2 +- gdb/value.h | 2 +- ld/ChangeLog | 7 +++ ld/testsuite/ld-elf/{pr26979a.d => pr26978a.d} | 9 ++- ld/testsuite/ld-elf/{pr26979c.s => pr26978a.s} | 3 +- ld/testsuite/ld-elf/{pr26979a.d => pr26978b.d} | 9 ++- ld/testsuite/ld-elf/pr26978b.s | 4 ++ opcodes/ChangeLog | 7 +++ opcodes/s390-opc.c | 28 +++++---- opcodes/s390-opc.txt | 2 + 35 files changed, 409 insertions(+), 165 deletions(-) copy ld/testsuite/ld-elf/{pr26979a.d => pr26978a.d} (50%) copy ld/testsuite/ld-elf/{pr26979c.s => pr26978a.s} (58%) copy ld/testsuite/ld-elf/{pr26979a.d => pr26978b.d} (50%) create mode 100644 ld/testsuite/ld-elf/pr26978b.s