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 ac50aea131 Automatic date update in version.in adds cc5277b173 Support .gnu.lto_.lto section in ELF files (PR 24768). adds d17725d72f [gdb/testsuite] Don't expect gdb_prompt in mi_skip_python_test adds b528dae095 [gdb/testsuite] Fix gdb.base/define.exp with check-read1 adds 9197cd8b52 [gdb/testsuite] Fix gdb.base/maint.exp with check-read1 adds 2d274232f3 [gdb/testsuite] Fix mi-catch-cpp-exceptions.exp and mi-nonst [...] adds 5beafce944 [gdb/testsuite] Fix python.exp with check-read1 adds 507dd60e28 [gdb/testsuite, 1/2] Fix gdb.linespec/explicit.exp with check-read1 adds de28a3b72e [gdb/testsuite, 2/2] Fix gdb.linespec/explicit.exp with check-read1 adds 4b5e8d19af Implement 'set print frame-info|frame-arguments presence'. adds c7e4c0a648 Test 'set print frame-info|frame-arguments presence'. adds bc4268a5d9 Document 'set print frame-info|frame-arguments presence'. adds 3d2357068b Two fixes for test suite's terminal adds e48de49be5 Automatic date update in version.in adds c620ed8866 Add Objfile.lookup_{global,static}_symbol functions adds 25ec892484 Fix misspelling (nonexistant -> nonexistent) adds 34d5c40a07 Re: Support .gnu.lto_.lto section in ELF files adds b13057d9ce [gdb/testsuite] Fail in gdb_compile if nopie results in PIE [...] adds 0f575925b6 [gdb/testsuite] Work around tcl bug in libsegfault.exp with [...] adds 5c4dde850c Add missing changelog entry adds 2906593ffe [PR/24474] Add gdb.lookup_static_symbol to the python API adds a1530dc731 Allow display of negative offsets in print_address_symbolic() adds aa3b653351 Allow nested function displays adds c0d6f62fce RISC-V: Fix minor issues with FP csr instructions. adds a2bd7b82ee Don't declare tui_copy_win or tui_box_win adds 0630887d4e Automatic date update in version.in adds 52b5a0c663 Automatic date update in version.in adds 5c1e6d53a5 Rename lang_output_section_statement to lang_os_list adds 776ab89fe3 PR24806, Linking with -T inside --start-group/--end-group adds ed5913402b [gdb/testsuite] Fix gdb.base/signals.exp timeout with check-read1 adds 117eb59422 [gdb/testsuite] Fix gdb.base/break-interp.exp timeout with c [...] adds 2a3ad588e0 [gdb/testsuite] Fix gdb.base/structs.exp timeout with check-read1 adds 59bd512b9c [gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp timeou [...] adds c6bdbeb7c4 Require GNU make 3.82 adds 0a7b24850e Include s12z-opc.h using ../opcodes. adds f126416240 Fix the ia64 libunwind build adds e0d0c518da xtensa: bfd: add special case to loop alignment check adds 0eba165a74 Remove directory names from gdb.base/batch-exit-status.exp adds 0f52d45acd RISC-V: Fix lui relax failure with relro. adds 371367a950 Automatic date update in version.in new 1b611b2dc3 PowerPC tlsie test fix new 97c0a07968 PR24871, readelf segv in dump_ia64_unwind new 6a010cf67a [GOLD] PowerPC relocation signed overflow check new 89c52ae3a2 [GOLD] PowerPC64 pc-relative TLS support
The 4 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 | 30 ++ bfd/archive.c | 21 +- bfd/bfd-in2.h | 3 + bfd/bfd.c | 3 + bfd/elf.c | 23 ++ bfd/elf32-xtensa.c | 65 ++++ bfd/elflink.c | 6 + bfd/elfnn-riscv.c | 9 +- bfd/linker.c | 24 +- bfd/version.h | 2 +- binutils/ChangeLog | 13 + binutils/nm.c | 23 +- binutils/readelf.c | 22 +- elfcpp/ChangeLog | 6 + elfcpp/powerpc.h | 6 + gas/ChangeLog | 10 + gas/testsuite/gas/riscv/alias-csr.d | 23 ++ gas/testsuite/gas/riscv/alias-csr.s | 14 + gas/testsuite/gas/riscv/no-aliases-csr.d | 23 ++ gas/testsuite/gas/riscv/priv-reg.d | 2 +- gdb/ChangeLog | 87 ++++- gdb/NEWS | 30 ++ gdb/block.c | 4 - gdb/doc/ChangeLog | 17 + gdb/doc/gdb.texinfo | 63 ++- gdb/doc/python.texi | 36 ++ gdb/extension.h | 5 +- gdb/frame.h | 37 +- gdb/ia64-libunwind-tdep.h | 2 + gdb/printcmd.c | 4 +- gdb/python/py-framefilter.c | 90 ++++- gdb/python/py-objfile.c | 78 ++++ gdb/python/py-symbol.c | 40 ++ gdb/python/python-internal.h | 2 + gdb/python/python.c | 4 + gdb/s12z-tdep.c | 2 +- gdb/stack.c | 126 +++++- gdb/stack.h | 12 + gdb/testsuite/ChangeLog | 119 ++++++ gdb/testsuite/gdb.ada/display_nested.exp | 29 ++ gdb/testsuite/gdb.ada/display_nested/foo.adb | 30 ++ gdb/testsuite/gdb.ada/display_nested/pack.adb | 23 ++ gdb/testsuite/gdb.ada/display_nested/pack.ads | 20 + gdb/testsuite/gdb.base/batch-exit-status.exp | 32 +- gdb/testsuite/gdb.base/break-interp.exp | 8 + gdb/testsuite/gdb.base/define.exp | 2 +- gdb/testsuite/gdb.base/frame-args.exp | 60 +++ gdb/testsuite/gdb.base/maint.exp | 6 +- gdb/testsuite/gdb.base/options.exp | 1 + gdb/testsuite/gdb.base/signals.exp | 17 +- gdb/testsuite/gdb.base/structs.exp | 6 +- gdb/testsuite/gdb.linespec/explicit.exp | 17 +- .../gdb.python/py-framefilter-invalidarg.exp | 2 +- gdb/testsuite/gdb.python/py-framefilter.exp | 72 +++- gdb/testsuite/gdb.python/py-objfile.c | 3 + gdb/testsuite/gdb.python/py-objfile.exp | 14 + gdb/testsuite/gdb.python/py-symbol.c | 5 + gdb/testsuite/gdb.python/py-symbol.exp | 24 ++ gdb/testsuite/gdb.python/python.exp | 4 +- gdb/testsuite/gdb.threads/fork-plus-threads.exp | 8 + gdb/testsuite/lib/gdb.exp | 86 ++++- gdb/testsuite/lib/read1.c | 6 +- gdb/testsuite/lib/tuiterm.exp | 27 +- gdb/tui/tui-wingeneral.h | 2 - gold/ChangeLog | 25 ++ gold/layout.h | 10 + gold/object.cc | 31 +- gold/powerpc.cc | 422 +++++++++++++++++---- ld/ChangeLog | 25 ++ ld/emultempl/alphaelf.em | 2 +- ld/emultempl/elf32.em | 6 +- ld/emultempl/mmo.em | 2 +- ld/emultempl/pe.em | 3 +- ld/emultempl/pep.em | 3 +- ld/emultempl/ppc32elf.em | 2 +- ld/emultempl/spuelf.em | 2 +- ld/ldlang.c | 98 +++-- ld/ldlang.h | 2 +- ld/lexsup.c | 1 + ld/testsuite/ld-powerpc/tlsie.s | 4 +- opcodes/ChangeLog | 8 + opcodes/riscv-opc.c | 32 +- 82 files changed, 1985 insertions(+), 283 deletions(-) create mode 100644 gas/testsuite/gas/riscv/alias-csr.d create mode 100644 gas/testsuite/gas/riscv/alias-csr.s create mode 100644 gas/testsuite/gas/riscv/no-aliases-csr.d create mode 100644 gdb/testsuite/gdb.ada/display_nested.exp create mode 100644 gdb/testsuite/gdb.ada/display_nested/foo.adb create mode 100644 gdb/testsuite/gdb.ada/display_nested/pack.adb create mode 100644 gdb/testsuite/gdb.ada/display_nested/pack.ads