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-Os_LTO in repository toolchain/ci/binutils-gdb.
from e8b4efc3cf Print MI prompt on interrupted command adds 820ed8af6a gdb: add operator+= and operator+ overload for std::string adds 18694ad5bd gdb-add-index: disable debuginfod adds cc1cf2a604 Automatic date update in version.in adds a63e5a3dcc Handle recursive internal problem in gdb_internal_error_resync adds b275570803 Automatic date update in version.in adds 85acc25b30 Automatic date update in version.in adds eda240cd35 Clarify the wording of the error message when an obsolete co [...] adds cb7da2a640 Further correct the handling of long pathnames on Windows hosts. new e008305278 Fix gdb.fortran "failed to extract expected results" errors new ea764154c2 Error when gdb_is_target_1 is called without running gdb instance
The 2 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 | 11 ++++ bfd/bfdio.c | 78 ++++++++++++++--------------- bfd/config.bfd | 4 +- bfd/version.h | 2 +- gdb/Makefile.in | 1 + gdb/contrib/gdb-add-index.sh | 1 + gdb/symfile.c | 6 +-- gdb/testsuite/gdb.fortran/array-slices.exp | 6 +++ gdb/testsuite/gdb.fortran/lbound-ubound.exp | 6 +++ gdb/testsuite/lib/gdb.exp | 19 +++++++ gdb/unittests/unique_xmalloc_ptr_char.c | 57 +++++++++++++++++++++ gdbsupport/gdb_unique_ptr.h | 19 +++++++ 12 files changed, 165 insertions(+), 45 deletions(-) create mode 100644 gdb/unittests/unique_xmalloc_ptr_char.c