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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from bb32413ff7 Ensure that debug information is retained for ARMv8-M securi [...] adds 4d83e8d97e PR ld/24709 [arm] linker crash and assertion failure with CMSE adds 163b2c58bd This patch fixes a bug in the AArch64 assembler where an inc [...] adds 125f83f66c Fix a bug recently introduced to the linker where it would c [...] adds 854f60884c Move generic_load declaration to symfile.h adds 1faa385ff6 Stop the BFD library from issuing a warning message when pro [...] adds 54d6600669 Make "info threads" use the gdb::option framework adds 9be796f35b Automatic date update in version.in adds f3869b1a41 Remove return value from remove_breakpoints_inf new 970f9d091d Fix defaults of some "maint test-settings" subcommands new d1fcf2fded Fix a few comments in maint-test-settings.c new c6ac893109 "maint test-settings set/show" -> "maint set/show test-settings" new fdbc98707b Introduce the "with" command
The 4 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 | 22 ++ bfd/compress.c | 3 + bfd/elf-bfd.h | 2 + bfd/elf.c | 37 +++- bfd/elf32-arm.c | 25 ++- bfd/version.h | 2 +- gas/ChangeLog | 8 + gas/config/tc-aarch64.c | 9 + gas/testsuite/gas/aarch64/diagnostic.l | 1 + gas/testsuite/gas/aarch64/diagnostic.s | 1 + gas/testsuite/gas/aarch64/illegal.l | 6 +- gas/testsuite/gas/aarch64/illegal.s | 5 + gdb/ChangeLog | 89 +++++++++ gdb/NEWS | 20 +- gdb/breakpoint.c | 7 +- gdb/breakpoint.h | 4 +- gdb/cli/cli-cmds.c | 134 ++++++++++++- gdb/cli/cli-cmds.h | 15 ++ gdb/cli/cli-setshow.c | 74 +++---- gdb/cli/cli-setshow.h | 5 + gdb/command.h | 19 +- gdb/defs.h | 3 - gdb/doc/ChangeLog | 13 ++ gdb/doc/gdb.texinfo | 107 +++++++++- gdb/maint-test-settings.c | 167 ++++++++-------- gdb/maint.c | 28 +++ gdb/symfile.c | 2 + gdb/symfile.h | 6 + gdb/testsuite/ChangeLog | 22 ++ gdb/testsuite/gdb.base/options.exp | 18 ++ gdb/testsuite/gdb.base/settings.exp | 35 ++-- gdb/testsuite/gdb.base/{options.c => with.c} | 10 +- gdb/testsuite/gdb.base/with.exp | 289 +++++++++++++++++++++++++++ gdb/thread.c | 82 ++++++-- gdb/top.c | 7 +- ld/ChangeLog | 6 + ld/emultempl/aarch64elf.em | 2 +- 37 files changed, 1100 insertions(+), 185 deletions(-) copy gdb/testsuite/gdb.base/{options.c => with.c} (93%) create mode 100644 gdb/testsuite/gdb.base/with.exp