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-allmodconfig in repository toolchain/ci/binutils-gdb.
from b4e87f2c1e Arm: Fix performance issue with thumb-2 tailcalls adds 546053acfa Adds support for following CPUs to the ARM and Aarch64 assem [...] adds 722a298cca Remove test files for a different patch accidentally committ [...] adds 605dc2c21d Some i18n fixes for the TUI adds 0f8d8876d9 Remove NULL check from tui_reg_command adds 1a4f81dd7e Minor rearrangement in tui-regs.c adds 8e114aab8b Remove tui_data_item_window::value adds b9ad36868f Change tui_data_item_window::content to be a unique_xmalloc_ptr adds 42cc14a753 Rearrange tui-regs.c some more adds 63356bfda1 Change tui_check_register_values to be a method adds ca02d7c800 Add two methods to tui_data_window adds fa4dc567ae Remove indirection from tui_data_window::regs_content adds 100c2bf31f Remove tui_data_window::display_regs adds ab0e1f1a45 Change tui_make_window to be a method adds 973961bda3 Move some defines to tui-stack.c adds 072272ce05 Remove some defines from tui-data.h adds 04c72a68e0 Change some tui_data_window methods to be private adds b068c22c2a Automatic date update in version.in adds 61f80d5daf [gdb/testsuite] Stabilize gdb-caching-proc.exp test order
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/cpu-aarch64.c | 9 +- bfd/version.h | 2 +- gas/ChangeLog | 13 ++ gas/NEWS | 6 + gas/config/tc-aarch64.c | 22 +++ gas/doc/c-aarch64.texi | 5 + gas/testsuite/gas/aarch64/cpu-cortex-a34.d | 6 + gas/testsuite/gas/aarch64/cpu-cortex-a65.d | 6 + gas/testsuite/gas/aarch64/cpu-cortex-a65ae.d | 6 + gas/testsuite/gas/aarch64/cpu-cortex-a76ae.d | 6 + gas/testsuite/gas/aarch64/cpu-cortex-a77.d | 6 + gas/testsuite/gas/{arm => aarch64}/nop-asm.s | 0 gdb/ChangeLog | 131 ++++++++++++++ gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/gdb-caching-proc.exp | 1 + gdb/tui/tui-command.c | 2 +- gdb/tui/tui-data.c | 1 - gdb/tui/tui-data.h | 33 +--- gdb/tui/tui-disasm.h | 2 +- gdb/tui/tui-hooks.c | 7 +- gdb/tui/tui-io.c | 14 +- gdb/tui/tui-io.h | 2 +- gdb/tui/tui-layout.c | 4 +- gdb/tui/tui-regs.c | 262 ++++++++++----------------- gdb/tui/tui-regs.h | 74 ++++---- gdb/tui/tui-source.c | 3 +- gdb/tui/tui-source.h | 2 +- gdb/tui/tui-stack.c | 12 ++ gdb/tui/tui-wingeneral.c | 39 ++-- gdb/tui/tui-wingeneral.h | 1 - 31 files changed, 418 insertions(+), 268 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a34.d create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a65.d create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a65ae.d create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a76ae.d create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a77.d copy gas/testsuite/gas/{arm => aarch64}/nop-asm.s (100%)