This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 9a24a2763d SORT_BY_INIT_PRIORITY adds 858f25f0dd Remove make_hex_string adds d2f617897b Automatic date update in version.in adds 41f37a6fb7 PR24262, plugin search dir doesn't respect --libdir adds 12904d3729 Remove initialize_utils new 5d63b30afa Do not expose stub types to Python new 27a900b865 Remove gdb_usleep.c
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 | 8 ++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 5 +- bfd/plugin.c | 86 +++++++++------ bfd/version.h | 2 +- gdb/ChangeLog | 26 +++++ gdb/Makefile.in | 2 - gdb/gdb_usleep.c | 39 ------- gdb/gdb_usleep.h | 30 ------ gdb/python/py-objfile.c | 5 +- gdb/python/py-type.c | 11 ++ gdb/testsuite/ChangeLog | 7 ++ .../gdb.ada/{display_nested.exp => py_taft.exp} | 17 ++- .../{ptype_array/foo.adb => py_taft/main.adb} | 9 +- .../{ptype_array/pck.adb => py_taft/pkg.adb} | 16 +-- .../some_package.ads => py_taft/pkg.ads} | 11 +- gdb/top.c | 1 - gdb/utils.c | 115 +++++++++------------ gdb/utils.h | 7 -- ld/ChangeLog | 5 + ld/ld.texi | 2 +- 21 files changed, 202 insertions(+), 204 deletions(-) delete mode 100644 gdb/gdb_usleep.c delete mode 100644 gdb/gdb_usleep.h copy gdb/testsuite/gdb.ada/{display_nested.exp => py_taft.exp} (62%) copy gdb/testsuite/gdb.ada/{ptype_array/foo.adb => py_taft/main.adb} (88%) copy gdb/testsuite/gdb.ada/{ptype_array/pck.adb => py_taft/pkg.adb} (78%) copy gdb/testsuite/gdb.ada/{catch_ex_std/some_package.ads => py_taft/pkg.ads} (80%)