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-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 75faf5c41d AArch64: Allow additional sizes in prologue adds fc9e754460 Automatic date update in version.in adds 2208ee9170 [gdb] Fix gdb build on mips64-linux adds 6485977b89 Updatesd Swdish translation for the gas sub-directory. adds 05192282ca Fix CU overrun in scan_unit_for_symbols adds 9177214a22 Correct a typo in the documentation for the disassembler. adds c6778d00df Simplify write_inferior_memory adds 4196ab2a6d Replace write_inferior_memory with target_write_memory adds 6ae978f133 Add a description of the 'n' symbol type displayed by nm. adds 97dd8e07d9 [testsuite] Make the testsuite work on mingw adds d59b55f095 Use gdb::byte_vector in target_write_memory new 835b995b57 Skip batch-preserve-term-settings.exp tests that cannot work [...] new 22a2ab04f5 Disable dw2-dir-file-name.exp on remote and/or Windows host. new 65962b20b6 Simplify TUI boxing new ed4a1084d7 Remove FIXMEs from tui-layout.c new f2dda47784 Move locator code to tui-stack.c new e2a678a557 Avoid string_file in tui_make_status_line new a54700c6c4 Move contents of tui_show_frame_info to new method new 088f37dd90 Change tui_addr_is_displayed into a method new c9033fe839 Change tui_line_is_displayed to be a method new 002f15c277 Remove tui_alloc_source_buffer new e25d200487 Turn tui_erase_source_content into a method new c398c3d0b5 Remove tui_clear_source_content new f4ce562c7f Minor simplification in tui_default_win_viewport_height new 46f438e3d5 Remove tui_initialize_static_data new ee556432c4 Rename the "reset" method to "resize" new 3891b65efe Change TUI source window iteration new db502012fc TUI window resize should not need invisibility
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/ChangeLog | 5 + bfd/dwarf2.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 10 + binutils/doc/binutils.texi | 7 +- gas/ChangeLog | 4 + gas/po/sv.po | 1334 +++++++------------- gdb/ChangeLog | 164 +++ gdb/gdbserver/ChangeLog | 38 + gdb/gdbserver/linux-aarch64-low.c | 4 +- gdb/gdbserver/linux-ppc-low.c | 22 +- gdb/gdbserver/linux-s390-low.c | 4 +- gdb/gdbserver/linux-x86-low.c | 8 +- gdb/gdbserver/mem-break.c | 30 +- gdb/gdbserver/proc-service.c | 2 +- gdb/gdbserver/remote-utils.c | 4 +- gdb/gdbserver/server.c | 2 +- gdb/gdbserver/target.c | 33 +- gdb/gdbserver/target.h | 5 +- gdb/gdbserver/tracepoint.c | 32 +- gdb/linux-nat-trad.c | 1 + gdb/testsuite/ChangeLog | 15 + .../gdb.base/batch-preserve-term-settings.exp | 7 + gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp | 7 + gdb/testsuite/lib/gdb.exp | 4 + gdb/tui/tui-command.c | 35 + gdb/tui/tui-command.h | 16 +- gdb/tui/tui-data.c | 56 - gdb/tui/tui-data.h | 53 +- gdb/tui/tui-disasm.c | 51 +- gdb/tui/tui-disasm.h | 14 + gdb/tui/tui-interp.c | 2 - gdb/tui/tui-layout.c | 133 +- gdb/tui/tui-regs.c | 2 +- gdb/tui/tui-source.c | 46 +- gdb/tui/tui-source.h | 13 + gdb/tui/tui-stack.c | 78 +- gdb/tui/tui-stack.h | 27 + gdb/tui/tui-win.c | 24 +- gdb/tui/tui-wingeneral.c | 8 +- gdb/tui/tui-wingeneral.h | 2 +- gdb/tui/tui-winsource.c | 150 +-- gdb/tui/tui-winsource.h | 108 +- 43 files changed, 1207 insertions(+), 1357 deletions(-)