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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 5c787103a2 Automatic date update in version.in adds fcc5d04f92 coff-alpha memory leak adds 9d78076ef8 bfd_check_format memory leak adds 000fe1a756 ubsan: m68hc1x: left shift of negative value adds 15d2859fdd ubsan: hppa: left shift of negative value adds e76832f125 ubsan: xtensa: left shift cannot be represented in type 'int' adds bcd9f578a9 ubsan: or1k: left shift of negative value adds cda8d785b3 PR25281, sh disassembler abort adds 364d710448 Make isearch change readline prompt in TUI adds c1b167d76e Change tui_update_locator_fullname to take a symtab adds 5ebd54023c Remove parameters from tui_show_source adds 8acfefcc8f Remove tui_show_disassem_and_update_source adds 039298ec45 Remove some TUI asserts adds 1ae58f0c64 Simplify tui_source_window_base::maybe_update method adds d4669c0fc7 Remove some unnecessary focus switches adds 855f89b3da Remove tui_show_disassem adds 469b073133 Remove tui_source_window::show_symtab_source adds 61c33f105c Change tui_source_window_base::set_contents to return bool adds 57e4b379e9 Use start_line_or_addr in TUI windows adds 9f7540a5de Use symtab_and_line when updating TUI windows adds 88180c0824 Simplify tui_update_source_windows_with_addr adds 5d49bf1b69 Simplify tui_update_source_windows_with_line adds 52469d7673 Reimplement tui_get_begin_asm_address adds 77b97e0062 Display "main" on initial TUI startup adds ae4393e22c Remove a call to update_exec_info adds 0ab92974ab Change set_locator_info to take a symtab_and_line adds 54217b84bd Don't call set_current_source_symtab_and_line from TUI adds 2dfd3df48d Use bool in tui_before_prompt adds a75cd9a2c1 Add observable to watch current source symtab adds fc9d2d724f Fix "list" command in the TUI adds eb390f499b Change tui_show_frame_info to return bool adds b4b49dcbff Don't call tui_show_source from tui_ui_out adds e35000a7f8 gdb: recognize new DWARF attributes: defaulted, deleted, cal [...] adds 9d084466d7 infcall, c++: allow more info to be computed for pass-by-ref [...] adds 62bf63d74d infcall, c++: collect more pass-by-reference information adds 099a6354da infcall: handle pass-by-reference arguments appropriately adds c855a9125a testsuite, cp: increase the coverage of testing pass-by-ref [...] adds d0922fcf02 Use enum bitfield for the calling_convention attribute of a [...] adds f3bce4830b sym-info-cmds.exp: add missing quote in test name adds 7f2d7a0d0d sym-info-cmds.exp: add yet another missing quote in test name adds 1c7148dd0d Address Tom Tromey's comments on the CTF reader. adds 39aa149769 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 23 ++ bfd/coff-alpha.c | 5 +- bfd/format.c | 2 + bfd/libhppa.h | 85 ++--- bfd/version.h | 2 +- bfd/xtensa-isa.c | 2 +- cpu/ChangeLog | 4 + cpu/or1korbis.cpu | 4 +- gdb/ChangeLog | 281 +++++++++++++++ gdb/arch-utils.c | 2 +- gdb/cp-abi.c | 6 +- gdb/cp-abi.h | 10 +- gdb/ctfread.c | 145 ++++---- gdb/dwarf2read.c | 93 ++++- gdb/gdbtypes.c | 7 + gdb/gdbtypes.h | 26 +- gdb/gnu-v3-abi.c | 296 +++++++++++++--- gdb/infcall.c | 126 ++++++- gdb/language.c | 18 +- gdb/language.h | 62 +++- gdb/observable.c | 1 + gdb/observable.h | 6 + gdb/source.c | 103 ++++-- gdb/testsuite/ChangeLog | 26 ++ gdb/testsuite/gdb.cp/pass-by-ref-2.cc | 295 ++++++++++++++++ gdb/testsuite/gdb.cp/pass-by-ref-2.exp | 114 ++++++ gdb/testsuite/gdb.cp/pass-by-ref.cc | 79 ----- gdb/testsuite/gdb.cp/pass-by-ref.exp | 389 ++++++++++++++++++++- .../gdb.tui/{resize.exp => list-before.exp} | 12 +- gdb/testsuite/gdb.tui/list.exp | 2 +- gdb/testsuite/lib/sym-info-cmds.exp | 4 +- gdb/tic6x-tdep.c | 2 +- gdb/tui/tui-disasm.c | 126 +++---- gdb/tui/tui-disasm.h | 12 +- gdb/tui/tui-hooks.c | 102 +++--- gdb/tui/tui-io.c | 11 +- gdb/tui/tui-out.c | 5 +- gdb/tui/tui-source.c | 178 +++++----- gdb/tui/tui-source.h | 13 +- gdb/tui/tui-stack.c | 83 ++--- gdb/tui/tui-stack.h | 9 +- gdb/tui/tui-winsource.c | 146 +++----- gdb/tui/tui-winsource.h | 18 +- gdb/tui/tui.c | 14 +- gdb/tui/tui.h | 2 - opcodes/ChangeLog | 24 ++ opcodes/hppa-dis.c | 16 +- opcodes/m68hc11-dis.c | 178 ++++------ opcodes/or1k-ibld.c | 4 +- opcodes/sh-dis.c | 16 +- 50 files changed, 2279 insertions(+), 910 deletions(-) create mode 100644 gdb/testsuite/gdb.cp/pass-by-ref-2.cc create mode 100644 gdb/testsuite/gdb.cp/pass-by-ref-2.exp delete mode 100644 gdb/testsuite/gdb.cp/pass-by-ref.cc copy gdb/testsuite/gdb.tui/{resize.exp => list-before.exp} (81%)