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 aeab2b26db x86-64: honor vendor specifics for near RET adds bd434cc4d9 cpu,opcodes,gas: fix neg and neg32 instructions in BPF adds 87b2920fc5 Bugfixes for pe_print_debugdata() adds 1957ab1030 Add some new PE_IMAGE_DEBUG_TYPE values adds b5d36aaa8a Identify reproducible builds in 'objdump -p' output for PE files adds 0c115f8483 ubsan: m32c: left shift of negative value adds 5cebc931d7 ld/doc: drop blank between @option and brace adds 2ae4c7035c x86: prevent undue use of GOT32X and alike relocations adds de08f22743 Automatic date update in version.in adds 327301a460 OOM in setup_group adds 72ebe8c528 Tidy bfd.pot adds 7a27a45bc6 gdb/tui: Update help text for scroll commands adds 42330a681a gdb/tui: Disassembler scrolling of very small programs adds fd9faca826 Fix ravenscar-thread.c for multi-target
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 37 ++++++++ bfd/Makefile.am | 57 +++++------- bfd/Makefile.in | 57 +++++------- bfd/elf.c | 6 +- bfd/peXXigen.c | 100 +++++++++++++++++++-- bfd/version.h | 2 +- cpu/ChangeLog | 18 ++++ cpu/bpf.cpu | 2 +- cpu/m32c.cpu | 36 ++++---- gas/ChangeLog | 14 +++ gas/config/tc-i386.c | 3 +- gas/testsuite/gas/bpf/alu-be.d | 2 +- gas/testsuite/gas/bpf/alu.d | 2 +- gas/testsuite/gas/bpf/alu32-be.d | 2 +- gas/testsuite/gas/bpf/alu32.d | 2 +- gas/testsuite/gas/i386/got-no-relax.d | 37 +++++--- gas/testsuite/gas/i386/got.d | 37 +++++--- gas/testsuite/gas/i386/got.s | 13 +++ gdb/ChangeLog | 17 ++++ gdb/ravenscar-thread.c | 3 +- gdb/testsuite/ChangeLog | 6 ++ .../tui-layout-asm-short-prog.S} | 12 +-- .../gdb.tui/tui-layout-asm-short-prog.exp | 51 +++++++++++ gdb/tui/tui-disasm.c | 2 +- gdb/tui/tui-win.c | 16 +++- include/ChangeLog | 6 ++ include/coff/internal.h | 5 ++ ld/ChangeLog | 4 + ld/ld.texi | 2 +- opcodes/ChangeLog | 8 ++ opcodes/bpf-opc.c | 8 +- opcodes/m32c-ibld.c | 24 ++--- 32 files changed, 423 insertions(+), 168 deletions(-) copy gdb/testsuite/{gdb.base/auto-load.c => gdb.tui/tui-layout-asm-short-prog.S} (88%) create mode 100644 gdb/testsuite/gdb.tui/tui-layout-asm-short-prog.exp