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-next-allyesconfig in repository toolchain/binutils-gdb.
from 4717cec4fe Fix leak in linespec parser adds 93579f6f90 Use kinfo_getfile to implement fdwalk on FreeBSD. adds 35d1b0784a Automatic date update in version.in adds 0acc7632bb PR23938, should not free memory alloced in obstack by free() adds 64d27cfc97 [gdb/testsuite] Add gdb-caching-proc.exp testcase
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 20 +++++ gas/config/obj-coff.c | 2 +- gas/config/obj-elf.c | 2 +- gas/config/obj-som.c | 2 +- gas/read.h | 2 +- gas/stabs.c | 79 ++++++++++---------- gas/testsuite/gas/all/gas.exp | 2 + gas/testsuite/gas/all/pr23938.s | 2 + gdb/ChangeLog | 5 ++ gdb/common/filestuff.c | 24 ++++++ gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/gdb-caching-proc.exp | 112 ++++++++++++++++++++++++++++ 13 files changed, 213 insertions(+), 45 deletions(-) create mode 100644 gas/testsuite/gas/all/pr23938.s create mode 100644 gdb/testsuite/gdb.base/gdb-caching-proc.exp