This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-gdb.
from f1feb9c020 Automatic date update in version.in adds 2b2463e2b0 Regen bfd po/SRC-POTFILES.in adds 924cf858c9 Revert commit 240d6706c6a2 adds 9751574e09 Move microblaze relax info to target specific data adds 6e348286d8 gdb: fix gdb_print -> gdb_printf typo new 51c2a9e243 gdb: move some commands into the tui namespace new 4b52a3872b gdb/tui: rename tui_layout_base::adjust_size to ::set_height new ef466e0f08 gdb/tui: rename tui_layout_split:set_weights_from_heights new 160444ec7f gdb/tui: add new 'tui window width' command and 'winwidth' alias new 7421ccda76 gdb/tui: add a tui debugging flag new 44aad37101 gdb/tui: add left_boxed_p and right_boxed_p member functions new 80b2eb3c34 gdb/tui/testsuite: refactor new-layout.exp test new 47b8e12ffd gdb/tui: avoid fp exception when applying layouts new b0fcf3e344 gdb/tui: fairer distribution of excess space during apply new e19565b865 gdb/tui: allow cmd window to change size in tui_layout_split::apply new 51b72f73e9 gdb/tui: support placing the cmd window into a horizontal layout new b1ac644a05 gdb/testsuite: some additional tests in gdb.tui/scroll.exp new b45b7407cd gdb/tui: relax restrictions on window max height and width new 357c158f3a gdb/tui: fair split of delta after a resize new 57d133e0d9 gdb/Makefile.in: remove SOURCES variable new 18b7679416 gdb/Makefile.in: fix 'make tags' build target new 88fa6d3d66 gdb/Makefile.in: move ALLDEPFILES earlier in Makefile.in
The 17 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/bfd-in2.h | 22 +- bfd/dwarf2.c | 84 ++----- bfd/elf32-microblaze.c | 116 ++++++--- bfd/po/SRC-POTFILES.in | 2 - bfd/section.c | 22 +- gdb/Makefile.in | 449 ++++++++++++++++++----------------- gdb/NEWS | 25 ++ gdb/doc/gdb.texinfo | 51 +++- gdb/testsuite/gdb.tui/basic.exp | 4 +- gdb/testsuite/gdb.tui/empty.exp | 14 +- gdb/testsuite/gdb.tui/new-layout.exp | 100 +++++--- gdb/testsuite/gdb.tui/regs.exp | 4 +- gdb/testsuite/gdb.tui/scroll.exp | 4 + gdb/testsuite/gdb.tui/winheight.exp | 77 ++++++ gdb/testsuite/gdb.tui/winwidth.exp | 63 +++++ gdb/top.c | 2 +- gdb/tui/tui-command.c | 6 - gdb/tui/tui-command.h | 2 - gdb/tui/tui-layout.c | 406 +++++++++++++++++++++++++------ gdb/tui/tui-layout.h | 135 +++++++++-- gdb/tui/tui-win.c | 118 +++++++-- gdb/tui/tui.c | 26 ++ gdb/tui/tui.h | 14 ++ 23 files changed, 1227 insertions(+), 519 deletions(-) create mode 100644 gdb/testsuite/gdb.tui/winwidth.exp