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 293bf1a719 Fix gdb.ada/fun_renaming.exp by using more unique names. adds 075c55e0cc Remove more calls to xfree from Python adds af9a216102 Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_reader adds 47db57fd4e Remove empty nm-fbsd.h header for FreeBSD/i386 native target. adds c88c222e3c Remove gdbtypes special case from init.c rule adds b180d0a254 Make init.c depend on source files adds 6987262214 Build gdb "nat" files in subdirectory adds ec9c2750b7 Use gdbpy_convert_exception in a few more spots adds 6ef2312a17 Consolidate some Python exception-printing functions adds bc543c902f Translate PyExc_KeyboardInterrupt to gdb "quit" adds b6d3efdc59 Automatic date update in version.in adds d1a3c973fa PR24028, PPC_INT_FMT adds cb87d9f1a4 PR23966, mingw failure due to 32-bit long adds 0e41bebb93 PR24015, glibc-2.28 on little-endian mips32 broken adds 156f236692 Avoid internal errors when stepping outside 'main' on MinGW
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 15 ++++++++ bfd/elf.c | 2 +- bfd/libbfd.c | 8 +++- bfd/linker.c | 2 +- bfd/version.h | 2 +- gdb/ChangeLog | 72 ++++++++++++++++++++++++++++++++++++ gdb/Makefile.in | 63 ++++++++----------------------- gdb/coffread.c | 6 ++- gdb/config/i386/nm-fbsd.h | 23 ------------ gdb/configure.nat | 74 ++++++++++++++++++++----------------- gdb/minsyms.h | 5 +-- gdb/python/py-breakpoint.c | 4 +- gdb/python/py-cmd.c | 18 +++------ gdb/python/py-framefilter.c | 21 ++--------- gdb/python/py-inferior.c | 14 +++---- gdb/python/py-objfile.c | 8 ++-- gdb/python/py-param.c | 4 +- gdb/python/py-record-btrace.c | 11 +++--- gdb/python/py-symtab.c | 11 +----- gdb/python/py-unwind.c | 7 +--- gdb/python/py-utils.c | 9 +++-- gdb/python/py-value.c | 4 +- gdb/python/python-internal.h | 1 + gdb/python/python.c | 34 +++++++++-------- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.python/py-cmd.exp | 40 ++++++++++++++++++++ include/ChangeLog | 5 +++ include/opcode/ppc.h | 8 ---- opcodes/ChangeLog | 6 +++ opcodes/ppc-dis.c | 20 +++++----- 30 files changed, 275 insertions(+), 227 deletions(-) delete mode 100644 gdb/config/i386/nm-fbsd.h