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 in repository toolchain/ci/binutils-gdb.
from 5d2c57a3b7 Automatic date update in version.in adds 3e7bd7f241 RISC-V: Fix linker problems with tls copy relocs. adds 579e12e52d Automatic date update in version.in adds 22b31fea07 Memory leak in dwarf2.c adds 217d2eaa69 Re: Memory leak in dwarf2.c adds e661ef01e5 Refactor svr4_create_solib_event_breakpoints adds fe01123efb Use gdbarch for probe::get_argument_count adds d90b8f2632 Check arguments for all probes before using them adds 6591bf0131 Automatic date update in version.in adds 1e4b5e7d35 Fix a potential buffer overrun in the MMIX disassembler when [...] adds f44b758d31 Fix buffer underrun bug in the TI C30 disassembler. adds 4e962e74e4 Handle biased types adds 06ff036ed2 gdb: Handle missing domain types in: maintenance print psymbols adds ee6d95574b Automatic date update in version.in adds 98b0ebab0a Avoid expect's buffer overflow in info-var.exp test. adds 809f915398 Automatic date update in version.in adds 89bdc77eab PR24955, libbfd terminating program on out of memory adds 77486630b1 R_PPC64_PCREL_OPT adds 133a1f6041 PowerPC64 GOT_PCREL relocs adds e47d413a2c PowerPC warning on symbol+offset@got adds 30331a6ca0 [gdb/testsuite] Restore breakpoint command in ui-redirect.exp adds de07a74580 Fix PR ld/24574
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 42 +++++++ bfd/archive.c | 6 +- bfd/dwarf2.c | 54 +++++---- bfd/elf64-ppc.c | 127 ++++++++++----------- bfd/elfcode.h | 11 +- bfd/elfnn-riscv.c | 14 +++ bfd/libbfd-in.h | 9 ++ bfd/libbfd.h | 9 ++ bfd/opncls.c | 41 ++++++- bfd/plugin.c | 4 +- bfd/version.h | 2 +- gas/ChangeLog | 5 + gas/config/tc-ppc.c | 6 +- gdb/ChangeLog | 41 +++++++ gdb/ada-lang.c | 2 +- gdb/ada-valprint.c | 9 +- gdb/break-catch-throw.c | 2 +- gdb/dtrace-probe.c | 4 +- gdb/dwarf2read.c | 7 +- gdb/gdbtypes.c | 12 +- gdb/gdbtypes.h | 8 +- gdb/printcmd.c | 50 ++++---- gdb/probe.c | 7 +- gdb/probe.h | 2 +- gdb/psymtab.c | 6 + gdb/solib-svr4.c | 139 ++++++++++++----------- gdb/stap-probe.c | 6 +- gdb/testsuite/ChangeLog | 19 ++++ gdb/testsuite/gdb.ada/bias.exp | 56 +++++++++ gdb/testsuite/gdb.ada/bias/bias.adb | 52 +++++++++ gdb/testsuite/gdb.ada/{set_wstr => bias}/pck.adb | 2 + gdb/testsuite/gdb.ada/{set_wstr => bias}/pck.ads | 1 + gdb/testsuite/gdb.ada/print_chars.exp | 2 +- gdb/testsuite/gdb.ada/print_chars/foo.adb | 3 + gdb/testsuite/gdb.base/info-var.exp | 7 +- gdb/testsuite/gdb.base/ui-redirect.exp | 31 +++-- gdb/testsuite/lib/gdb.exp | 27 +++++ gdb/value.c | 18 ++- ld/ChangeLog | 12 ++ ld/pe-dll.c | 5 + ld/testsuite/ld-powerpc/pcrelopt.d | 17 ++- ld/testsuite/ld-powerpc/pcrelopt.s | 12 ++ opcodes/ChangeLog | 16 +++ opcodes/mmix-dis.c | 93 +++++++++------ opcodes/tic30-dis.c | 4 +- 45 files changed, 730 insertions(+), 272 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/bias.exp create mode 100644 gdb/testsuite/gdb.ada/bias/bias.adb copy gdb/testsuite/gdb.ada/{set_wstr => bias}/pck.adb (98%) copy gdb/testsuite/gdb.ada/{set_wstr => bias}/pck.ads (99%)