This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from cdeba395cff [gdb/testsuite] Fix gdb.arch/i386-gnu-cfi.exp new f237f998d11 gdb/tui: remove special handling of locator/status window
The 1 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/ChangeLog | 51 +++++++++++++++++++++ gdb/Makefile.in | 2 + gdb/tui/tui-data.h | 2 +- gdb/tui/tui-disasm.c | 13 +++--- gdb/tui/tui-layout.c | 16 ++----- gdb/tui/tui-location.c | 81 +++++++++++++++++++++++++++++++++ gdb/tui/tui-location.h | 93 ++++++++++++++++++++++++++++++++++++++ gdb/tui/tui-source.c | 9 ++-- gdb/tui/tui-stack.c | 114 +++++++++++------------------------------------ gdb/tui/tui-stack.h | 19 -------- gdb/tui/tui-wingeneral.c | 4 -- gdb/tui/tui-winsource.c | 3 +- gdb/tui/tui.h | 1 + 13 files changed, 270 insertions(+), 138 deletions(-) create mode 100644 gdb/tui/tui-location.c create mode 100644 gdb/tui/tui-location.h