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-defconfig in repository toolchain/ci/binutils-gdb.
from 158da0d12a [gdb/testsuite] Use -wrap and $gdb_test_name in gdb_test_mul [...] adds 37a5888387 PR25125, relaxation chooses wrong branch size adds 52c64cf72d gdbserver does not need xstrdup adds 93878f4717 Allow out-of-order reads of CIEs adds 27cee81d06 Fix potential undefined behaviour in the RX disassembler. adds 5c49f2cd78 Improve objcopy's note mergeing capabilities. adds 5396ae1717 Don't make an extra copy + allocation of the demangled name adds 92174eeae8 Revert unintentional change in symtab.c adds 1834d45f0f Fix find_charset_names. adds 256878f318 elfedit.c: Replace BYTE_PUT with byte_put adds 760ddef46d elfedit: Report unknown x86 feature adds 25294a18fd Automatic date update in version.in adds 1cc3da765d sort_gnu_build_notes fix adds 30baf67b65 [gdb] Fix more typos in comments (2) new 6f69abb049 Optimise away eh_frame advance_loc 0
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/version.h | 2 +- binutils/ChangeLog | 51 ++ binutils/elfedit.c | 7 +- binutils/objcopy.c | 761 +++++++++++++++---------- binutils/testsuite/binutils-all/note-2-32.d | 15 +- binutils/testsuite/binutils-all/note-2-32.s | 76 +-- binutils/testsuite/binutils-all/note-2-64.d | 15 +- binutils/testsuite/binutils-all/note-2-64.s | 78 ++- binutils/testsuite/binutils-all/note-3-32.d | 10 +- binutils/testsuite/binutils-all/note-3-32.s | 15 +- binutils/testsuite/binutils-all/note-3-64.d | 10 +- binutils/testsuite/binutils-all/note-3-64.s | 14 +- binutils/testsuite/binutils-all/note-4-32.d | 8 +- binutils/testsuite/binutils-all/note-4-32.s | 14 +- binutils/testsuite/binutils-all/note-4-64.d | 10 +- binutils/testsuite/binutils-all/note-4-64.s | 14 +- binutils/testsuite/binutils-all/note-6-32.d | 20 + binutils/testsuite/binutils-all/note-6-32.s | 145 +++++ binutils/testsuite/binutils-all/note-6-64.d | 20 + binutils/testsuite/binutils-all/note-6-64.s | 145 +++++ binutils/testsuite/binutils-all/objcopy.exp | 2 + gas/ChangeLog | 19 + gas/dw2gencfi.c | 4 +- gas/ehopt.c | 18 +- gas/write.c | 8 +- gdb/ChangeLog | 105 ++++ gdb/aarch64-linux-tdep.c | 2 +- gdb/aarch64-tdep.c | 2 +- gdb/ada-lang.c | 4 +- gdb/amd64-nat.c | 2 +- gdb/arc-tdep.c | 4 +- gdb/arch/aarch64-insn.c | 2 +- gdb/block.c | 2 +- gdb/breakpoint.h | 4 +- gdb/btrace.h | 2 +- gdb/c-varobj.c | 4 +- gdb/charset.c | 7 +- gdb/cli/cli-decode.c | 4 +- gdb/cli/cli-script.c | 2 +- gdb/cli/cli-utils.h | 2 +- gdb/coff-pe-read.c | 2 +- gdb/coffread.c | 2 +- gdb/compile/compile-cplus-symbols.c | 2 +- gdb/compile/compile-object-run.c | 2 +- gdb/completer.c | 2 +- gdb/corelow.c | 2 +- gdb/cp-support.c | 2 +- gdb/demangle.c | 2 +- gdb/dwarf-index-write.c | 2 +- gdb/dwarf2-frame.c | 94 +-- gdb/dwarf2-frame.h | 2 +- gdb/eval.c | 2 +- gdb/frame-base.h | 2 +- gdb/frame.h | 2 +- gdb/gdbcmd.h | 2 +- gdb/gdbserver/ChangeLog | 16 + gdb/gdbserver/linux-aarch64-low.c | 6 +- gdb/gdbserver/linux-arm-low.c | 2 +- gdb/gdbserver/linux-low.c | 2 +- gdb/gdbserver/linux-ppc-low.c | 2 +- gdb/gdbserver/proc-service.c | 2 +- gdb/gdbserver/regcache.h | 2 +- gdb/gdbserver/server.c | 2 +- gdb/gdbserver/tracepoint.c | 6 +- gdb/gdbserver/utils.c | 12 - gdb/gdbserver/win32-low.c | 4 +- gdb/gdbtypes.h | 2 +- gdb/gnu-nat.c | 2 +- gdb/guile/scm-objfile.c | 2 +- gdb/i386-tdep.c | 2 +- gdb/i386-tdep.h | 2 +- gdb/infcall.c | 2 +- gdb/infcall.h | 2 +- gdb/linux-nat.c | 4 +- gdb/m68k-tdep.c | 2 +- gdb/macroexp.c | 2 +- gdb/memattr.c | 2 +- gdb/mi/mi-cmd-disas.c | 2 +- gdb/mi/mi-getopt.h | 2 +- gdb/mi/mi-main.c | 6 +- gdb/minsyms.c | 2 +- gdb/nat/aarch64-sve-linux-sigcontext.h | 2 +- gdb/objfiles.h | 4 +- gdb/ppc-linux-nat.c | 2 +- gdb/ppc-linux-tdep.c | 2 +- gdb/ppc-tdep.h | 2 +- gdb/progspace.h | 2 +- gdb/prologue-value.h | 2 +- gdb/python/py-evtregistry.c | 2 +- gdb/python/py-instruction.h | 2 +- gdb/record-btrace.c | 2 +- gdb/record-full.c | 2 +- gdb/remote.c | 2 +- gdb/rs6000-tdep.c | 2 +- gdb/ser-tcp.c | 2 +- gdb/sol-thread.c | 4 +- gdb/sparc-sol2-tdep.c | 2 +- gdb/sparc64-tdep.c | 2 +- gdb/stabsread.c | 2 +- gdb/stubs/ChangeLog | 7 + gdb/stubs/ia64vms-stub.c | 4 +- gdb/stubs/m32r-stub.c | 2 +- gdb/stubs/m68k-stub.c | 2 +- gdb/stubs/sh-stub.c | 4 +- gdb/symfile.c | 2 +- gdb/symtab.c | 36 +- gdb/symtab.h | 2 +- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 12 + gdb/testsuite/gdb.base/bigcore.c | 4 +- gdb/testsuite/gdb.base/ctf-ptype.c | 2 +- gdb/testsuite/gdb.base/long_long.c | 2 +- gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S | 2 +- gdb/testsuite/gdb.python/py-evthreads.c | 2 +- gdb/testsuite/gdb.reverse/i387-stack-reverse.c | 2 +- gdb/testsuite/gdb.trace/tfile.c | 2 +- gdb/testsuite/lib/compiler.c | 2 +- gdb/testsuite/lib/compiler.cc | 2 +- gdb/tracepoint.c | 2 +- gdb/tui/tui-data.h | 2 +- gdb/tui/tui-io.c | 2 +- gdb/tui/tui-win.c | 4 +- gdb/tui/tui.c | 2 +- gdb/unittests/rsp-low-selftests.c | 2 +- gdb/user-regs.h | 2 +- gdb/utils.c | 4 +- gdb/utils.h | 2 +- gdb/valarith.c | 2 +- gdb/valops.c | 2 +- gdb/valprint.c | 2 +- gdb/valprint.h | 2 +- gdb/value.c | 2 +- gdb/value.h | 2 +- gdb/varobj.c | 2 +- gdb/x86-nat.h | 2 +- gdb/xtensa-tdep.c | 2 +- opcodes/ChangeLog | 5 + opcodes/rx-dis.c | 2 +- 138 files changed, 1347 insertions(+), 676 deletions(-) create mode 100644 binutils/testsuite/binutils-all/note-6-32.d create mode 100644 binutils/testsuite/binutils-all/note-6-32.s create mode 100644 binutils/testsuite/binutils-all/note-6-64.d create mode 100644 binutils/testsuite/binutils-all/note-6-64.s