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_apm/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 8ad7c8be4b Revert "Revert "Fix fbsd core matching"" adds 370426d0da Always free matching vector from bfd_check_format_matches adds 633de70891 use of uninitialised value in input_file_open adds f0d49de4be [gdb/testsuite] Fix have_mpx test adds 97032db708 Automatic date update in version.in adds 14e283ff4e gprofng: fix build with -Werror=format-truncation adds 264f98902f event_location -> location_spec adds 40d97ee21f Eliminate the two-level data structures behind location_specs adds 5c1ddcb69a Eliminate copy_location_spec adds 238dc9af03 Convert location_spec_empty_p to a method adds 7464aeaab4 Convert location_spec_type to a method adds 709438c75a Convert location_spec_to_string to a method adds dac9773e17 Convert set_location_spec_string to a method adds dfea48fc0f Fix GDB build with GCC 4.8 & 4.9 adds 0ebc886149 PR29254, memory leak in stab_demangle_v3_arg adds d6e1d48c83 PR29255, memory leak in make_tempdir adds 1579743980 PR29256, memory leak in obj_elf_section_name adds 02e85f7a83 gdb: NEWS: Move LoongArch gdbserver to the correct section adds 40d4cb8bcc Automatic date update in version.in adds 21a527dfc8 gdb: Add new 'print nibbles' feature adds 153b3c1117 gdb/doc: Documentation for the new print command adds 3f52a09075 gdb/python: Export nibbles to python layer adds fba1ac87dc Fix the sorting algorithm for reloc entries adds 8e2da16518 Fix assertion failure in copy_type adds 9c0ea78342 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/elflink.c | 12 +- bfd/version.h | 2 +- binutils/addr2line.c | 5 +- binutils/ar.c | 10 +- binutils/bucomm.c | 26 +- binutils/coffdump.c | 5 +- binutils/nm.c | 10 +- binutils/objcopy.c | 10 +- binutils/objdump.c | 6 +- binutils/size.c | 6 +- binutils/srconv.c | 5 +- binutils/stabs.c | 5 +- gas/config/obj-elf.c | 32 +- gas/input-file.c | 14 +- gdb/NEWS | 16 +- gdb/ada-lang.c | 4 +- gdb/ax-gdb.c | 6 +- gdb/break-catch-throw.c | 17 +- gdb/breakpoint.c | 377 +++++++-------- gdb/breakpoint.h | 62 +-- gdb/c-lang.c | 4 + gdb/cli/cli-cmds.c | 32 +- gdb/completer.c | 42 +- gdb/doc/gdb.texinfo | 35 +- gdb/doc/python.texi | 5 + gdb/elfread.c | 3 +- gdb/gdbtypes.c | 21 +- gdb/guile/scm-breakpoint.c | 21 +- gdb/language.h | 7 + gdb/linespec.c | 180 ++++--- gdb/linespec.h | 12 +- gdb/location.c | 662 ++++++++++---------------- gdb/location.h | 357 ++++++++------ gdb/mi/mi-cmd-break.c | 35 +- gdb/printcmd.c | 2 +- gdb/probe.c | 8 +- gdb/probe.h | 4 +- gdb/python/py-breakpoint.c | 39 +- gdb/python/py-finishbreakpoint.c | 6 +- gdb/python/py-value.c | 7 +- gdb/python/python.c | 10 +- gdb/remote.c | 6 +- gdb/rust-lang.h | 5 + gdb/testsuite/gdb.base/options.exp | 1 + gdb/testsuite/gdb.base/printcmds.exp | 46 ++ gdb/testsuite/gdb.python/py-format-string.exp | 73 +++ gdb/testsuite/lib/gdb.exp | 2 +- gdb/tracepoint.c | 6 +- gdb/valprint.c | 48 +- gdb/valprint.h | 6 +- gprofng/common/hwctable.c | 28 +- gprofng/configure | 59 +-- gprofng/configure.ac | 1 - gprofng/src/Makefile.am | 1 - gprofng/src/Makefile.in | 1 - gprofng/src/ipc.cc | 45 +- gprofng/src/parse.cc | 7 +- ld/ldlang.c | 7 +- ld/testsuite/ld-elf/pr29259.d | 13 + ld/testsuite/ld-elf/pr29259.s | 14 + ld/testsuite/ld-elf/pr29259.t | 4 + 61 files changed, 1280 insertions(+), 1215 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr29259.d create mode 100644 ld/testsuite/ld-elf/pr29259.s create mode 100644 ld/testsuite/ld-elf/pr29259.t