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 381befeedf Rename field_int to field_signed
new 06210ce428 Introduce can_scroll method
new 00e264e762 Check can_highlight in tui_check_and_display_highlight_if_needed
new 5813316fa4 Remove some uses of TUI_WIN_SRC
new 9ad7fdef7c Consolidate "if"s in tui_show_frame_info
new 0807ab7b88 Remove deleted breakpoint from TUI display
new 0b5ec21882 Introduce tui_data_window::last_regs_line_no method
new 3b23c5f266 Introduce tui_data_window::line_from_reg_element_no method
new baff0c28b8 Introduce tui_data_window::first_reg_element_no_inline
new 80cb6c2709 Remove tui_display_data_from_line
new df5f8cab00 Remove tui_display_data_from
new 50daf2683b Introduce tui_data_window::display_all_data method
new c223a7299e Don't declare unimplemented functions
new b4094625d8 Introduce tui_data_window::delete_data_content_windows method
new f76d8b19e8 Introduce tui_data_window::erase_data_content method
new 517e9505fa Introduce two more tui_data_window methods
new aca2dd1647 Introduce tui_data_window::display_reg_element_at_line method
new e80cd20470 Parameterize tui_show_register_group with window
new 368c1354e5 Simplify tui_show_registers
new fe3eaf1cd9 Minor tui_reg_next / tui_reg_prev cleanup
new 1ce3e8442e Introduce TUI window iterator
new ae2b53806d Fix comment typos
new b73dd8779c Make source windows be self-updating
new 4dde7b34f4 Remove tui_set_win_height
new c2cd899466 Introduce tui_source_window_base::location_matches_p method
new a38da35d7b Move content_in_use to tui_source_window class
new 9d391078d1 Add win_info parameter to tui_set_disassem_content
new caf0bc4e8b Remove unused parameter from two TUI functions
new d9743a13e0 Remove unused TUI defines
new d1b6f1e5eb Remove UNDEFINED_ITEM define from TUI
new f31ec9af48 Simplify source window clearing
new f6cc34a91c Remove tui_source_window::content_in_use
new fd6c75eecd Merge refresh and refresh_window methods
new 01aeb396d0 Remove tui_set_focus
new cf82af058d Remove TUI data window special case
new 801109578c Remove some dead code from tui_set_layout
new 098f9ed48e Always create an execution info window for a source window
new 1bf605de8e Introduce reset_locator function in tui-layout.c
new 1e0c09ba0b Remove the win_type parameter from tui_gen_win_info::reset
new 4e1e56b981 Remove reset_locator
new b7fbad913e Change tui_set_layout to return void
new 0379b8837a Clean up tui_layout_command
new f4e049775a Simplify show_source_disasm_command
new 8e3cfd09e8 Simplify tui_gen_win_info::make_visible
new 2cdfa11333 Change tui_get_register to return void
new 890b8bde7a Simplify show_source_or_disasm_and_command
new 76d2be8e92 Remove make_command_window
new 4a8a5e84a7 Remove make_source_window and make_disasm_window
new 0912922656 Remove make_data_window
new 4a38112da0 Remove tui_make_visible and tui_make_invisible
new 0fcd37117e Remove has_locator method
new 88b7e7ccb9 Fix flushing bug in tui_puts_internal
new 18ab23af8b Rearrange TUI data window code
new 2d8b51cba3 Move tui_dispatch_ctrl_char to tui-io.c
new ce38393b1a Move TUI command window code
new 96bd6233af Move TUI data item window to tui-regs.h
new 88f7e87336 Move tui_disasm_window to tui-disasm.h
new bfad453707 Move tui_source_window to tui-source.h
new daa15dde72 Change make_invisible_and_set_new_height to be a method
new 5104fe361d Move source window common to code to tui-winsource.[ch]
new ca5af91ed2 Fix an error in parse_scrolling_args
new d8f68fcb93 Remove unnecessary "return"s
The 61 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 | 577 ++++++++++++++++++++++++++++++++++++++++++
gdb/Makefile.in | 1 -
gdb/tui/tui-command.c | 77 ++----
gdb/tui/tui-command.h | 50 +++-
gdb/tui/tui-data.c | 80 +-----
gdb/tui/tui-data.h | 287 +++++----------------
gdb/tui/tui-disasm.c | 34 +--
gdb/tui/tui-disasm.h | 31 ++-
gdb/tui/tui-hooks.c | 21 +-
gdb/tui/tui-io.c | 57 +++++
gdb/tui/tui-layout.c | 645 ++++++++++++++---------------------------------
gdb/tui/tui-layout.h | 2 +-
gdb/tui/tui-regs.c | 430 ++++++++++++++++++++-----------
gdb/tui/tui-regs.h | 109 +++++++-
gdb/tui/tui-source.c | 142 ++++-------
gdb/tui/tui-source.h | 42 ++-
gdb/tui/tui-stack.c | 76 +++---
gdb/tui/tui-win.c | 299 +++++-----------------
gdb/tui/tui-windata.c | 194 --------------
gdb/tui/tui-windata.h | 34 ---
gdb/tui/tui-wingeneral.c | 110 ++------
gdb/tui/tui-wingeneral.h | 4 +-
gdb/tui/tui-winsource.c | 326 ++++++++++++++++--------
gdb/tui/tui-winsource.h | 105 +++++++-
gdb/tui/tui.c | 7 +-
gdb/tui/tui.h | 3 -
26 files changed, 1935 insertions(+), 1808 deletions(-)
delete mode 100644 gdb/tui/tui-windata.c
delete mode 100644 gdb/tui/tui-windata.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 04c97420957 PR c++/90455 * g++.dg/cpp0x/nsdmi-list6.C: New test.
new f9121bf4c3c * config/i386/i386.md (*add<dwi>3_doubleword): Remove red [...]
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:
gcc/ChangeLog | 36 ++++++++++++++++-
gcc/config/i386/i386.md | 105 +++++++++++++++++++++++-------------------------
2 files changed, 85 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from dfd6917457 x86: make RegMem an opcode modifier
adds bd7918379d Automatic date update in version.in
adds 1d942ae908 x86: drop stale Mem enumerator
adds 8dc0818eb2 x86: replace "anymem" checks where possible
adds d72a9b8565 Remove a VEC from s390-linux-nat.c
adds 6b78c3f83c gdb: Remove a non-const reference parameter
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 8 +++
gas/config/tc-i386.c | 22 ++++---
gdb/ChangeLog | 29 +++++++++
gdb/gdbarch.c | 6 +-
gdb/gdbarch.h | 4 +-
gdb/gdbarch.sh | 2 +-
gdb/i386-tdep.c | 25 ++++----
gdb/s390-linux-nat.c | 80 ++++++++++--------------
gdb/stap-probe.c | 15 ++---
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 22 +------
opcodes/ChangeLog | 8 +++
opcodes/i386-gen.c | 16 ++++-
opcodes/i386-opc.h | 4 +-
15 files changed, 139 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards dfb64bb3 0: update: binutils-gcc-linux: all
new a4cdd351 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (dfb64bb3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11562 +++++++--------
04-build_abe-stage1/console.log | 14070 ++++++++++---------
05-build_linux/console.log | 870 +-
06-boot_linux/console.log | 2 +-
console.log | 27118 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 27129 insertions(+), 27109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from dfd6917457 x86: make RegMem an opcode modifier
adds bd7918379d Automatic date update in version.in
adds 1d942ae908 x86: drop stale Mem enumerator
adds 8dc0818eb2 x86: replace "anymem" checks where possible
adds d72a9b8565 Remove a VEC from s390-linux-nat.c
adds 6b78c3f83c gdb: Remove a non-const reference parameter
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 8 +++
gas/config/tc-i386.c | 22 ++++---
gdb/ChangeLog | 29 +++++++++
gdb/gdbarch.c | 6 +-
gdb/gdbarch.h | 4 +-
gdb/gdbarch.sh | 2 +-
gdb/i386-tdep.c | 25 ++++----
gdb/s390-linux-nat.c | 80 ++++++++++--------------
gdb/stap-probe.c | 15 ++---
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 22 +------
opcodes/ChangeLog | 8 +++
opcodes/i386-gen.c | 16 ++++-
opcodes/i386-opc.h | 4 +-
15 files changed, 139 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 44fe4d95 0: update: binutils-gcc-linux: all
new aeb0dfc7 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (44fe4d95)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 60 +-
02-prepare_abe/console.log | 70 +-
03-build_abe-binutils/console.log | 11683 ++++++-------
04-build_abe-stage1/console.log | 15589 +++++++++--------
05-build_linux/console.log | 6324 +++----
06-boot_linux/console.log | 2 +-
console.log | 33728 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 33753 insertions(+), 33721 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.