This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Oz_LTO in repository toolchain/ci/binutils-gdb.
from 128bf1fe60 LTO object insertion point adds c0e8dcd871 Change breakpoint::filter to be a unique_xmalloc_ptr adds 269249d940 Fix latent bug in source cache adds 872dceaaff Save plain text in the source cache adds cb44333d99 Add file offsets to the source cache adds b08b16c839 Clean up source file error reporting adds ddbcedf5de Replace int with enum block_enum where appropriate. adds 046bebe1c0 Add more styling to "disassemble" adds 404f29021a [PR build/24886] disable glibc mcheck support adds 590042fc45 Make first and last lines of 'command help documentation' co [...] adds d2834edcb6 Add a selftest that checks documentation invariants. adds b3c6d7ff98 Automatic date update in version.in adds 021887d88a Use obstack_strdup more adds f25102f7b1 Make obstack_strdup inline adds efba19b06a Add obstack_strdup overload taking a std::string adds 0cf9feb996 Introduce obstack_strndup adds 906799036a PR24876, readelf: heap-buffer-overflow in dump_ia64_unwind adds bc750500af x86: drop stray FloatMF adds 7cd00957a5 Fix the binutils test for .NET assembly support so that it d [...] adds 97b031c5d6 PR24644, OOM-Bug in _bfd_archive_64_bit_slurp_armap adds fc8de8e227 bfd: use the ELF linker to perform relocations in BPF targets adds fca8e23c31 ld: use a specific linker script in BPF targets adds 3d31bc39e6 AArch64 pauth: Indicate unmasked addresses in backtrace adds 123cd85148 Make struct frame_arg self-managing adds f927cc8faf Improve the formatting of the title strings of the binutils [...] adds 7c1c1904be Integer overflows in readelf get_data adds d88bdcb4a5 Prevent objdump from aborting when asked to disassemble an u [...] adds b1791af06e Automatic date update in version.in adds 178d871928 readelf: mask unknown description data bytes. new 7d55c1d61e Fix problem building PE DLL test generator with compilers th [...] new 8fb49c3c71 Move the h8300 assembler's MOVFPE and MOVTPE tests to the co [...] new 7b1dd70105 Update the handling of shift rotate and load/store multiple [...]
The 3 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/archive64.c | 9 +- bfd/elf64-bpf.c | 282 +++++++++++++++++--------- bfd/version.h | 2 +- binutils/ChangeLog | 36 ++++ binutils/doc/binutils.texi | 36 ++-- binutils/readelf.c | 19 +- binutils/testsuite/binutils-all/objdump.exp | 42 +++- binutils/testsuite/gentestdlls.c | 106 ++++++---- gas/ChangeLog | 7 + gas/testsuite/gas/h8300/h8300.exp | 87 ++++---- gas/testsuite/gas/h8300/misc.s | 4 +- gas/testsuite/gas/h8300/misch.s | 4 +- gas/testsuite/gas/h8300/miscs.s | 4 +- gdb/ChangeLog | 248 +++++++++++++++++++++++ gdb/Makefile.in | 2 +- gdb/NEWS | 4 +- gdb/aarch64-tdep.c | 17 +- gdb/acinclude.m4 | 3 - gdb/ada-exp.y | 15 +- gdb/ada-lang.c | 15 +- gdb/ada-tasks.c | 4 +- gdb/annotate.c | 11 +- gdb/breakpoint.c | 66 ++++--- gdb/breakpoint.h | 5 +- gdb/buildsym.c | 5 +- gdb/c-exp.y | 11 +- gdb/cli-out.c | 6 + gdb/cli-out.h | 2 + gdb/cli/cli-cmds.c | 9 +- gdb/cli/cli-decode.c | 31 +-- gdb/cli/cli-decode.h | 11 +- gdb/cli/cli-logging.c | 4 +- gdb/cli/cli-option.c | 16 +- gdb/cli/cli-setshow.c | 5 +- gdb/cli/cli-style.c | 28 +-- gdb/coffread.c | 11 +- gdb/compile/compile.c | 12 +- gdb/config.in | 3 - gdb/configure | 81 -------- gdb/configure.ac | 22 --- gdb/corelow.c | 3 +- gdb/cp-support.c | 10 +- gdb/dbxread.c | 8 +- gdb/disasm.c | 49 +++-- gdb/disasm.h | 20 +- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 8 + gdb/dwarf-index-cache.c | 4 +- gdb/dwarf2read.c | 63 +++--- gdb/filesystem.c | 4 +- gdb/frame.c | 32 ++- gdb/frame.h | 17 +- gdb/gdb_obstack.c | 10 - gdb/gdb_obstack.h | 27 ++- gdb/gdbserver/ChangeLog | 7 + gdb/gdbserver/acinclude.m4 | 3 - gdb/gdbserver/config.in | 3 - gdb/gdbserver/configure | 159 +++++---------- gdb/gdbserver/configure.ac | 9 - gdb/gnu-nat.c | 10 +- gdb/infcall.c | 2 +- gdb/infcmd.c | 5 +- gdb/interps.c | 9 +- gdb/jit.c | 6 +- gdb/language.c | 8 +- gdb/libmcheck.m4 | 43 ---- gdb/linux-fork.c | 3 +- gdb/maint-test-options.c | 4 +- gdb/maint-test-settings.c | 48 ++--- gdb/maint.c | 21 +- gdb/mdebugread.c | 12 +- gdb/memattr.c | 10 +- gdb/mi/mi-cmd-stack.c | 6 +- gdb/mi/mi-out.h | 5 + gdb/namespace.c | 13 +- gdb/objfiles.c | 8 +- gdb/printcmd.c | 9 +- gdb/python/lib/gdb/function/strfns.py | 8 +- gdb/python/py-framefilter.c | 7 +- gdb/ravenscar-thread.c | 8 +- gdb/record-btrace.c | 18 +- gdb/record-full.c | 4 +- gdb/record.c | 6 +- gdb/regcache-dump.c | 4 +- gdb/regcache.c | 2 +- gdb/remote.c | 36 ++-- gdb/rust-exp.y | 2 +- gdb/ser-tcp.c | 16 +- gdb/serial.c | 8 +- gdb/skip.c | 30 +-- gdb/source-cache.c | 294 +++++++++++++++++----------- gdb/source-cache.h | 63 ++++-- gdb/source.c | 156 ++++----------- gdb/source.h | 5 - gdb/stabsread.c | 19 +- gdb/stack.c | 37 ++-- gdb/symfile.c | 12 +- gdb/symtab.c | 18 +- gdb/symtab.h | 10 - gdb/target-descriptions.c | 9 +- gdb/testsuite/ChangeLog | 11 ++ gdb/testsuite/gdb.base/help.exp | 8 +- gdb/testsuite/gdb.base/style.c | 7 +- gdb/testsuite/gdb.base/style.exp | 8 +- gdb/top.c | 26 +-- gdb/tracefile-tfile.c | 3 +- gdb/tracepoint.c | 20 +- gdb/tui/tui-source.c | 4 +- gdb/tui/tui-win.c | 6 +- gdb/typeprint.c | 5 +- gdb/ui-out.h | 4 + gdb/unittests/help-doc-selftests.c | 107 ++++++++++ gdb/utils.c | 14 +- gdb/valprint.c | 2 +- gdb/xcoffread.c | 7 +- include/ChangeLog | 11 +- include/opcode/h8300.h | 94 ++++----- ld/ChangeLog | 13 ++ ld/emulparams/elf64bpf.sh | 3 +- ld/scripttempl/{elf.sc => elf64bpf.sc} | 4 - ld/testsuite/ld-bpf/call-1.d | 1 - ld/testsuite/ld-bpf/jump-1.d | 1 - ld/testsuite/ld-srec/srec.exp | 4 + ld/testsuite/ld-undefined/undefined.exp | 14 +- opcodes/ChangeLog | 15 ++ opcodes/arc-dis.c | 17 +- opcodes/i386-opc.tbl | 14 +- opcodes/i386-tbl.h | 14 +- 129 files changed, 1820 insertions(+), 1348 deletions(-) delete mode 100644 gdb/libmcheck.m4 create mode 100644 gdb/unittests/help-doc-selftests.c copy ld/scripttempl/{elf.sc => elf64bpf.sc} (99%)