This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from ae9d2233e6 gas: Clear all auto-assigned file slots adds 55c3ad8801 [gdb/testsuite] Prevent pagination in GDB_INTERNALFLAGS adds d744f0f965 gdb::handle_eintr, remove need to specify return type adds 6390859caa Don't inherit range-type signed-ness from underlying type adds 1c47ec3ee8 [gdb/symtab] Read CU base address for enqueued CU adds b324727682 Fix some minor bugs in test suite command logging adds e7f8dd4a14 ld: Pass -fno-lto in ld-elfweak/elfweak.exp adds afeee87bdc Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 15 +++ gdb/dwarf2/read.c | 2 + gdb/gdbtypes.c | 17 +++- gdb/nat/linux-waitpid.c | 11 +- gdb/testsuite/ChangeLog | 23 +++++ gdb/testsuite/gdb.ada/unsigned_range.exp | 32 ++++++ gdb/testsuite/gdb.ada/unsigned_range/foo.adb | 39 +++++++ gdb/testsuite/gdb.ada/unsigned_range/pack.adb | 23 +++++ gdb/testsuite/gdb.ada/unsigned_range/pack.ads | 19 ++++ gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp | 112 +++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 14 ++- gdb/testsuite/lib/mi-support.exp | 6 ++ gdbserver/ChangeLog | 6 ++ gdbserver/netbsd-low.cc | 10 +- gdbsupport/ChangeLog | 7 ++ gdbsupport/eintr.h | 26 +++-- ld/ChangeLog | 4 + ld/testsuite/ld-elfweak/elfweak.exp | 15 ++- 19 files changed, 348 insertions(+), 35 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/unsigned_range.exp create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/foo.adb create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/pack.adb create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/pack.ads create mode 100644 gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp