This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-arm-check_bootstrap_lto in repository toolchain/ci/binutils-gdb.
from 2b1026f391 Automatic date update in version.in adds 5197c88e2a Revert "ld: Rewrite lang_size_relro_segment_1" adds 6a9d08661b Revert "elf: Remove the 1-page gap before the RELRO segment" adds f36c891801 gdb/cli: convert cli_suppress_notification from int to bool adds 2b826f7592 gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification' adds 61fb73769a gdb: add the 'set/show suppress-cli-notifications' command adds 59091b1280 gdb/disasm: combine the no printing disassembler setup code adds d08cbc5d32 gdb: unbuffer all input streams when not using readline adds 573269a87c gdb: make thread_info::m_thread_fsm a std::unique_ptr adds 0642912e83 gdb/python: allow Value.format_string to return styled output adds a194bde670 Automatic date update in version.in adds 30a954525f i386: Allow GOT32 relocations against ABS symbols
No new revisions were added by this update.
Summary of changes: bfd/elfxx-x86.c | 10 +- bfd/version.h | 2 +- gdb/NEWS | 15 +++ gdb/arc-tdep.c | 10 +- gdb/breakpoint.c | 6 +- gdb/cli/cli-cmds.c | 39 +++++++ gdb/cli/cli-decode.c | 10 +- gdb/cli/cli-decode.h | 2 +- gdb/cli/cli-interp.c | 15 +-- gdb/command.h | 11 +- gdb/disasm.c | 17 ++- gdb/disasm.h | 6 + gdb/doc/gdb.texinfo | 69 +++++++++++ gdb/doc/python.texi | 10 ++ gdb/event-top.c | 19 +-- gdb/gdbthread.h | 37 +++++- gdb/infcall.c | 49 ++++---- gdb/infcmd.c | 8 +- gdb/infrun.c | 44 +++---- gdb/mi/mi-interp.c | 6 +- gdb/python/py-value.c | 7 +- gdb/s12z-tdep.c | 10 +- gdb/testsuite/gdb.base/cli-suppress-notification.c | 26 +++++ .../gdb.base/cli-suppress-notification.exp | 39 +++++++ gdb/testsuite/gdb.mi/mi-multi-commands.exp | 128 +++++++++++++++++++++ gdb/testsuite/gdb.python/py-format-string.exp | 20 +++- gdb/thread.c | 7 +- gdb/tui/tui-interp.c | 4 + ld/ldlang.c | 106 ++++------------- ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr20830.d | 4 +- ld/testsuite/ld-i386/pr28870.d | 10 ++ ld/testsuite/ld-i386/pr28870.s | 6 + ld/testsuite/ld-s390/gotreloc_64-relro-1.dd | 6 +- ld/testsuite/ld-x86-64/pr14207.d | 6 +- ld/testsuite/ld-x86-64/pr18176.d | 2 +- ld/testsuite/ld-x86-64/pr20830a-now.d | 8 +- ld/testsuite/ld-x86-64/pr20830a.d | 4 +- ld/testsuite/ld-x86-64/pr20830b-now.d | 10 +- ld/testsuite/ld-x86-64/pr20830b.d | 6 +- ld/testsuite/ld-x86-64/pr21038a-now.d | 8 +- ld/testsuite/ld-x86-64/pr21038a.d | 4 +- ld/testsuite/ld-x86-64/pr21038b-now.d | 6 +- ld/testsuite/ld-x86-64/pr21038c-now.d | 10 +- ld/testsuite/ld-x86-64/pr21038c.d | 4 +- ld/testsuite/ld-x86-64/pr28743-1.d | 50 -------- ld/testsuite/ld-x86-64/pr28743-1.s | 16 --- ld/testsuite/ld-x86-64/x86-64.exp | 1 - 48 files changed, 586 insertions(+), 308 deletions(-) create mode 100644 gdb/testsuite/gdb.base/cli-suppress-notification.c create mode 100644 gdb/testsuite/gdb.base/cli-suppress-notification.exp create mode 100644 gdb/testsuite/gdb.mi/mi-multi-commands.exp create mode 100644 ld/testsuite/ld-i386/pr28870.d create mode 100644 ld/testsuite/ld-i386/pr28870.s delete mode 100644 ld/testsuite/ld-x86-64/pr28743-1.d delete mode 100644 ld/testsuite/ld-x86-64/pr28743-1.s