This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gdb.
from 94e57f287f Automatic date update in version.in new f62843d751 gdb/tui: add window width information to 'info win' output new 026fbfa60e gdb/doc: update docs for 'info win' and 'winheight' commands new a92613915e ld: Add emultempl/emulation.em
The 3 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: gdb/NEWS | 4 ++ gdb/doc/gdb.texinfo | 13 +++--- gdb/testsuite/gdb.tui/info-win.exp | 61 +++++++++++++++++++++++++++ gdb/tui/tui-win.c | 4 +- ld/emultempl/aix.em | 49 +++++++--------------- ld/emultempl/beos.em | 55 ++++++------------------- ld/emultempl/elf.em | 52 +++++++---------------- ld/emultempl/emulation.em | 40 ++++++++++++++++++ ld/emultempl/generic.em | 39 +----------------- ld/emultempl/msp430.em | 46 +++++---------------- ld/emultempl/pe.em | 84 ++++++++++++++------------------------ ld/emultempl/pep.em | 80 +++++++++++++----------------------- ld/emultempl/ticoff.em | 48 ++++------------------ ld/emultempl/vanilla.em | 44 ++++---------------- 14 files changed, 240 insertions(+), 379 deletions(-) create mode 100644 gdb/testsuite/gdb.tui/info-win.exp create mode 100644 ld/emultempl/emulation.em