This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 1f583bc2fc nios2: Don't disable relaxation with --gdwarf-N adds c22788d614 Automatic date update in version.in adds 2eda57ef61 ld: Fix a typo in testsuite/ld-x86-64/bnd-plt-1.d adds 67965ba289 Simplify the code at the end of objcopy's main() function. adds f04ce15e83 ld: depend on libctf adds bb3c2d4d94 Remove extra space after @pxref in gdb.texinfo adds 807f647cac GDB: aarch64: Add ability to displaced step over a BR/BLR in [...] adds 59b59f08f6 Avoid use after free with logging and debug redirect. adds 07b8b9e7c5 Automatic date update in version.in adds 22efa3d307 [gdb/testsuite] Fix ERROR in gdb.dwarf2/dw2-out-of-range-end [...] adds 2f985dd1ac [gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp with [...] adds def97fb945 PR27259, SHF_LINK_ORDER self-link adds 2a7f6487d0 [gdb/breakpoints] Fix longjmp master breakpoint with separat [...] adds 24cf63899b gdb: update comment for execute_command_to_string adds 47918cca26 gdb/testsuite: unset XDG_CONFIG_HOME adds 0318cca493 gold: Skip address size and segment selector for DWARF5 adds a7ad3cb1ff Fix binutils tools so that they can cope with the special /d [...] adds 53e556e5b4 ld: Add a test for PR ld/27259 adds cc3edc5274 Improve windres's handling of pathnames containing special c [...] adds 6ac373717c gdb: rename type::{arch,objfile} -> type::{arch_owner,objfil [...] adds 8ee511afd8 gdb: rename get_type_arch to type::arch new c47b145e1a [gdb/testsuite] Fix g0 search in gdb.arch/i386-sse-stack-align.exp new cdeba395cf [gdb/testsuite] Fix gdb.arch/i386-gnu-cfi.exp new f237f998d1 gdb/tui: remove special handling of locator/status window
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: ChangeLog | 5 + Makefile.def | 1 + Makefile.in | 1 + bfd/ChangeLog | 6 + bfd/elflink.c | 24 ++- bfd/version.h | 2 +- binutils/ChangeLog | 19 +++ binutils/bucomm.c | 15 ++ binutils/elfedit.c | 14 ++ binutils/objcopy.c | 33 +--- binutils/windres.c | 31 +++- gdb/ChangeLog | 92 +++++++++++ gdb/Makefile.in | 2 + gdb/aarch64-tdep.c | 19 ++- gdb/ada-lang.c | 9 +- gdb/ada-valprint.c | 2 +- gdb/arch/aarch64-insn.h | 9 + gdb/breakpoint.c | 184 ++++++++++++--------- gdb/c-lang.c | 8 +- gdb/c-typeprint.c | 2 +- gdb/c-valprint.c | 8 +- gdb/cli/cli-interp.c | 8 + gdb/compile/compile-c-types.c | 8 +- gdb/compile/compile-cplus-types.c | 4 +- gdb/cp-valprint.c | 2 +- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 2 +- gdb/f-array-walker.h | 4 +- gdb/f-lang.c | 6 +- gdb/f-typeprint.c | 7 +- gdb/f-valprint.c | 2 +- gdb/findvar.c | 4 +- gdb/gdbcmd.h | 9 +- gdb/gdbtypes.c | 92 +++++------ gdb/gdbtypes.h | 27 +-- gdb/gnu-v3-abi.c | 22 ++- gdb/go-valprint.c | 2 +- gdb/guile/scm-pretty-print.c | 2 +- gdb/guile/scm-type.c | 4 +- gdb/guile/scm-value.c | 2 +- gdb/infcall.c | 2 +- gdb/language.c | 2 +- gdb/m2-valprint.c | 4 +- gdb/p-valprint.c | 2 +- gdb/parse.c | 6 +- gdb/printcmd.c | 13 +- gdb/python/py-prettyprint.c | 2 +- gdb/python/py-type.c | 10 +- gdb/rust-lang.c | 6 +- gdb/testsuite/ChangeLog | 37 +++++ gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp | 3 +- gdb/testsuite/gdb.arch/i386-gnu-cfi.exp | 26 ++- gdb/testsuite/gdb.arch/i386-sse-stack-align.S | 40 ++--- gdb/testsuite/gdb.arch/i386-sse-stack-align.c | 13 +- gdb/testsuite/gdb.arch/i386-sse-stack-align.exp | 2 +- gdb/testsuite/gdb.arch/insn-reloc.c | 81 +++++++++ gdb/testsuite/gdb.base/ui-redirect.exp | 8 + .../gdb.dwarf2/dw2-out-of-range-end-of-seq.exp | 7 +- gdb/testsuite/lib/gdb.exp | 7 + gdb/top.c | 4 +- gdb/tui/tui-data.h | 2 +- gdb/tui/tui-disasm.c | 13 +- gdb/tui/tui-layout.c | 16 +- gdb/tui/tui-location.c | 81 +++++++++ gdb/tui/tui-location.h | 93 +++++++++++ gdb/tui/tui-source.c | 9 +- gdb/tui/tui-stack.c | 114 +++---------- gdb/tui/tui-stack.h | 19 --- gdb/tui/tui-wingeneral.c | 4 - gdb/tui/tui-winsource.c | 3 +- gdb/tui/tui.h | 1 + gdb/valarith.c | 8 +- gdb/valops.c | 4 +- gdb/valprint.c | 12 +- gdb/value.c | 11 +- gdb/varobj.c | 2 +- gold/ChangeLog | 6 + gold/dwarf_reader.cc | 4 + ld/ChangeLog | 16 ++ ld/ldelf.c | 21 ++- ld/testsuite/ld-elf/{pr25021.d => pr27259.d} | 0 ld/testsuite/ld-elf/pr27259.s | 14 ++ ld/testsuite/ld-x86-64/bnd-plt-1.d | 4 +- 83 files changed, 962 insertions(+), 467 deletions(-) create mode 100644 gdb/tui/tui-location.c create mode 100644 gdb/tui/tui-location.h copy ld/testsuite/ld-elf/{pr25021.d => pr27259.d} (100%) create mode 100644 ld/testsuite/ld-elf/pr27259.s