This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO in repository toolchain/ci/binutils-gdb.
from 91ef1ea542 guile/scm-math: indentation fixes adds abdd4204a2 Fix for gdb.tui/tui-layout-asm.exp adds 757e686afb Don't compile x86 debug register support on OpenBSD. adds 9f07c77001 x86-bsd-nat: Only define gdb_ptrace when using debug registers. adds 3d3f92f275 obsd-nat: Various fixes to obsd_nat_target::wait. adds 42acc96479 obsd-nat: Various fixes for fork following. adds 527b21eaec obsd-nat: Report both thread and PID in ::pid_to_str. adds bbf1c6a237 Automatic date update in version.in adds 602885d808 gdb: fix nr_bits gdb_assert in append_flags_type_field adds 6329d1e13e IMAGE_SCN_LNK_NRELOC_OVFL adds 472dd8b357 Sanity check _bfd_coff_read_string_table adds 5cfe19e51e reloc_upper_bound size calculations adds 237877b818 readelf: catch archive_file_size of -1 adds 1417c84842 bfd: avoid a crash when debug_section isn't created in XCOFF adds 8ba4f8f6c2 bfd: ensure that symbols targeted by DWARF relocations are k [...] adds f681e5867d gas: ensure XCOFF DWARF subsection are initialized to 0 adds fb6262e853 [gdb/build] Disable attribute nonnull adds 785e5700ce Replace exception_print_same with operator!= adds 177ac6e47e Use iterator_range in more places adds 7d0aa7cbd4 Automatic date update in version.in adds 426260d246 Automatic date update in version.in adds af51804103 [gdb/testsuite] Fix gdb.base/index-cache.exp with cc-with-gdb-index adds b94ed26fef [gdb/testsuite] Fix gdb.base/maint.exp with cc-with-gdb-index adds 7d315ef225 Automatic date update in version.in adds 91254b918f gdb: Make the builtin "boolean" type an unsigned type adds a66b7a0434 [gdb/testsuite] Fix gdb.dwarf2/fission-relative-dwo.exp with [...] adds 4d47cbdd29 [gdb/testsuite] Fix gdb.dwarf2/gdb-index-nodebug.exp with cc [...] adds 1df42e9083 [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp with cc-w [...] adds f7ded54b34 [gdb/testsuite] Fix gdb.dwarf2/dw2-using-debug-str.exp with [...] adds c894449a79 [gdb/testsuite] Fix gdb.dwarf2/dw2-using-debug-str.exp with [...] adds 4d0754c5f5 Avoid crash in varobj deletion adds cd4583499f Remove add_symbols_from_enclosing_procs adds 8b12db26d1 Refactor Ada resolution adds 03adb248d6 Defer Ada character literal resolution adds 17a3da8399 Remove the type_qualifier global adds ba8694b650 Handle type qualifier for enumeration name adds 9698f71410 Remove uses of fprintf_symbol_filtered adds 965bc1df87 Handle compiler-generated suffixes in Ada names
No new revisions were added by this update.
Summary of changes: bfd/coffcode.h | 6 + bfd/coffgen.c | 17 +- bfd/elf.c | 2 +- bfd/elf64-sparc.c | 2 +- bfd/mach-o.c | 2 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 2 +- bfd/xcofflink.c | 188 ++++++++++++--------- binutils/readelf.c | 4 +- gas/config/tc-ppc.c | 2 +- gdb/ada-exp.h | 47 ++++++ gdb/ada-exp.y | 78 ++------- gdb/ada-lang.c | 187 ++++++++++++++++---- gdb/configure.nat | 5 +- gdb/contrib/cc-with-tweaks.sh | 14 ++ gdb/cp-valprint.c | 68 ++++++++ gdb/exceptions.c | 14 -- gdb/exceptions.h | 3 - gdb/exec.c | 2 +- gdb/gdbtypes.c | 4 +- gdb/objfiles.h | 59 +------ gdb/obsd-nat.c | 114 ++++--------- gdb/obsd-nat.h | 2 - gdb/printcmd.c | 3 +- gdb/python/py-framefilter.c | 8 +- gdb/stack.c | 13 +- .../char_enum_overload.exp} | 26 +-- gdb/testsuite/gdb.ada/char_enum_overload/foo.adb | 22 +++ gdb/testsuite/gdb.ada/char_enum_overload/pck.adb | 31 ++++ gdb/testsuite/gdb.ada/char_enum_overload/pck.ads | 25 +++ gdb/testsuite/gdb.ada/complete.exp | 2 +- .../enum_qual.exp} | 22 ++- gdb/testsuite/gdb.ada/enum_qual/gener.ads | 22 +++ gdb/testsuite/gdb.ada/enum_qual/qual.adb | 27 +++ gdb/testsuite/gdb.base/index-cache.exp | 2 +- gdb/testsuite/gdb.base/maint.exp | 34 ++-- gdb/testsuite/gdb.dwarf2/ada-cold-name.exp | 72 ++++++++ gdb/testsuite/gdb.dwarf2/dw2-using-debug-str.exp | 41 +++-- gdb/testsuite/gdb.dwarf2/gdb-index-nodebug.exp | 23 ++- gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp | 6 +- .../gdb.python/py-mi-var-info-path-expression.exp | 12 ++ gdb/testsuite/gdb.tui/tui-layout-asm.exp | 32 +++- gdb/varobj.c | 6 +- gdb/x86-bsd-nat.c | 16 +- gdb/x86-bsd-nat.h | 9 +- gdbsupport/common-defs.h | 75 ++++++++ gdbsupport/common-exceptions.h | 17 ++ 47 files changed, 948 insertions(+), 422 deletions(-) copy gdb/testsuite/{gdb.dwarf2/gdb-index-nodebug.exp => gdb.ada/char_enum_overload [...] create mode 100644 gdb/testsuite/gdb.ada/char_enum_overload/foo.adb create mode 100644 gdb/testsuite/gdb.ada/char_enum_overload/pck.adb create mode 100644 gdb/testsuite/gdb.ada/char_enum_overload/pck.ads copy gdb/testsuite/{gdb.dwarf2/gdb-index-nodebug.exp => gdb.ada/enum_qual.exp} (65%) create mode 100644 gdb/testsuite/gdb.ada/enum_qual/gener.ads create mode 100644 gdb/testsuite/gdb.ada/enum_qual/qual.adb create mode 100644 gdb/testsuite/gdb.dwarf2/ada-cold-name.exp