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 db502012fc TUI window resize should not need invisibility adds 080a488354 RISC-V: Fix lui relaxation issue with code at address 0. adds 08235187bc Rename internal Python functions to start with an underscore adds 272560b577 Fix bug with character enumeration literal adds 3df505f60e TUI resize unification adds 6eac171f06 [gdb] Make maint info sections print relocated addresses adds 3339426357 Automatic date update in version.in adds d8f9e51c36 Fix paste-o in examine-backward.exp. adds 63f6e94fb3 Aligned vs. unaligned ppc32 relocs adds 7df6aecc97 PowerPC gcc bootstrap fail with bss-plt adds 0b8b76098f PR24909, Uninitialized use on stack in readelf adds fdfc8cf7f0 [ld] [arm] Add support for noinit section adds aa7ca1bb44 Move [PAC] into a new MI field addr_flags adds b4c555cfc4 Fix detection of missing plugin for LTO objects. adds d4ab829a24 Remove m_has_locator adds 2d83e710a1 Remove separate visibility flag adds 20149b6b20 Remove "noerror" parameter from some TUI functions adds ed8358e949 Change tui_update_source_window_as_is to be a method adds 017f982820 Change tui_update_source_window to be a method adds 2ddaf61443 Change tui_update_breakpoint_info to be a method adds 81c82c4b90 Introduce tui_source_window_base::set_contents method adds bb01dbfc04 Change tui_show_symtab_source to be a method adds e699d33164 Remove useless assignment from tui_remove_hooks
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 17 ++ bfd/elf32-ppc.c | 8 + bfd/elflink.c | 3 +- bfd/elfnn-riscv.c | 16 +- bfd/linker.c | 24 +-- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/readelf.c | 9 +- gdb/ChangeLog | 196 +++++++++++++++++++++ gdb/NEWS | 7 + gdb/aarch64-tdep.c | 13 ++ gdb/ada-exp.y | 5 +- gdb/ada-lang.c | 8 + gdb/arch-utils.c | 8 + gdb/arch-utils.h | 4 + gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 18 +- gdb/gdbarch.c | 23 +++ gdb/gdbarch.h | 6 + gdb/gdbarch.sh | 3 + gdb/maint.c | 39 ++-- gdb/python/lib/gdb/__init__.py | 16 +- gdb/python/py-unwind.c | 6 +- gdb/stack.c | 29 ++- gdb/testsuite/ChangeLog | 22 +++ gdb/testsuite/gdb.ada/char_enum.exp | 6 + gdb/testsuite/gdb.ada/char_enum/foo.adb | 6 +- gdb/testsuite/gdb.ada/char_enum/pck.ads | 2 +- gdb/testsuite/gdb.base/examine-backward.exp | 2 +- gdb/testsuite/gdb.python/python.exp | 4 +- gdb/testsuite/gdb.tui/empty.exp | 18 +- gdb/tui/tui-command.c | 12 -- gdb/tui/tui-command.h | 2 - gdb/tui/tui-data.c | 12 +- gdb/tui/tui-data.h | 32 ++-- gdb/tui/tui-disasm.c | 35 ++-- gdb/tui/tui-disasm.h | 7 +- gdb/tui/tui-hooks.c | 1 - gdb/tui/tui-io.c | 3 +- gdb/tui/tui-layout.c | 12 +- gdb/tui/tui-regs.c | 18 +- gdb/tui/tui-regs.h | 5 +- gdb/tui/tui-source.c | 67 +++---- gdb/tui/tui-source.h | 16 +- gdb/tui/tui-stack.c | 5 + gdb/tui/tui-stack.h | 2 + gdb/tui/tui-win.c | 153 +++++++--------- gdb/tui/tui-wingeneral.c | 8 +- gdb/tui/tui-winsource.c | 120 ++++--------- gdb/tui/tui-winsource.h | 44 ++--- gdb/tui/tui.c | 2 +- gold/ChangeLog | 8 + gold/object.cc | 6 +- ld/ChangeLog | 18 ++ ld/emulparams/armelf.sh | 14 +- ld/emultempl/ppc32elf.em | 7 +- ld/testsuite/ld-riscv-elf/c-lui-2.d | 19 ++ .../ld-riscv-elf/{weakref.ld => c-lui-2.ld} | 2 +- ld/testsuite/ld-riscv-elf/c-lui-2.s | 12 ++ ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 + 60 files changed, 749 insertions(+), 426 deletions(-) create mode 100644 ld/testsuite/ld-riscv-elf/c-lui-2.d copy ld/testsuite/ld-riscv-elf/{weakref.ld => c-lui-2.ld} (65%) create mode 100644 ld/testsuite/ld-riscv-elf/c-lui-2.s