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-aarch64-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from b2770d5e77 [gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.exp adds 1ed818b4dd [binutils][gas] Fix build failure with -std=c89 adds 1e05b5c489 x86: drop stray ShortForm attributes adds 50128d0cab x86: drop ShortForm attribute adds 1d07a805c8 Clear plugin_data memory adds c675ec1e76 Fix building the bfd/elf32-msp430.c file on a 32-bit host. adds da5bd37ebc Remove some ui_file_* functions adds 629c296280 gdbsupport: use AM_GDB_WARNINGS adds 58df732b21 Move gdb/warning.m4 to gdbsupport adds 8ddd8e0ed8 Add -Wstrict-null-sentinel to gdbsupport/warning.m4 adds 898e7f6078 Re-generate gdb/gdbserver/gdbsupport configure scripts adds 754e156431 Add missing \n in fprintf adds bda874f6d1 Add a comment for the ARM_F{0..7}_REGNUM registers adds f6be87130b New testcase for PR tui/25126 (staled source cache) adds 69ed9b74b6 Remove use of deprecated_add_core_fns in cris_tdep.c adds 22fe7df8c9 Plugin: Treat each object as independent adds 59fdc6ef34 Automatic date update in version.in adds 3fd6912bb1 Don't forward-declare struct objfile in dwarf2/frame.h adds f92ff6b552 Don't allow copying of auto_obstack adds f056b22b92 Update a comment in psymtab.h adds 5de4d9ef71 x86/Intel: improve diagnostics adds 9706160abd x86: also disallow non-byte/-word registers with byte/word suffix adds 38de8abe21 [gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin)
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 19 + bfd/elf32-msp430.c | 46 +- bfd/plugin.c | 78 +- bfd/version.h | 2 +- gas/ChangeLog | 33 + gas/config/tc-arm.c | 4 +- gas/config/tc-i386.c | 74 +- gas/testsuite/gas/i386/general.l | 26 +- gas/testsuite/gas/i386/general.s | 12 +- gas/testsuite/gas/i386/intelbad.l | 2 +- gas/testsuite/gas/i386/inval.l | 17 + gas/testsuite/gas/i386/inval.s | 8 + gdb/ChangeLog | 73 + gdb/acinclude.m4 | 2 +- gdb/arch/arm.h | 1 + gdb/arm-tdep.c | 2 +- gdb/charset.c | 3 +- gdb/configure | 4 +- gdb/cris-tdep.c | 70 +- gdb/dwarf2/frame.h | 1 - gdb/event-loop.c | 4 +- gdb/exceptions.c | 2 +- gdb/gdb_obstack.h | 2 + gdb/guile/scm-ports.c | 2 +- gdb/linux-nat.c | 3 +- gdb/printcmd.c | 2 +- gdb/psymtab.h | 4 +- gdb/remote-fileio.c | 12 +- gdb/remote-sim.c | 8 +- gdb/remote.c | 4 +- gdb/testsuite/ChangeLog | 7 + ...ain-file-remove-fail.c => cached-source-file.c} | 31 +- gdb/testsuite/gdb.base/cached-source-file.exp | 98 + gdb/tui/tui-interp.c | 2 +- gdb/tui/tui.c | 2 +- gdb/ui-file.c | 45 +- gdb/ui-file.h | 14 - gdb/utils.c | 16 +- gdbserver/ChangeLog | 12 + gdbserver/acinclude.m4 | 4 +- gdbserver/configure | 4 +- gdbsupport/ChangeLog | 23 + gdbsupport/Makefile.am | 2 + gdbsupport/Makefile.in | 6 +- gdbsupport/acinclude.m4 | 3 + gdbsupport/configure | 196 + gdbsupport/configure.ac | 3 + {gdb => gdbsupport}/warning.m4 | 4 +- opcodes/ChangeLog | 18 + opcodes/i386-gen.c | 1 - opcodes/i386-opc.h | 3 - opcodes/i386-opc.tbl | 202 +- opcodes/i386-tbl.h | 21690 +++++++++---------- 53 files changed, 11661 insertions(+), 11245 deletions(-) copy gdb/testsuite/gdb.base/{break-main-file-remove-fail.c => cached-source-file.c} (59%) create mode 100644 gdb/testsuite/gdb.base/cached-source-file.exp rename {gdb => gdbsupport}/warning.m4 (99%)