This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-master-arm-spec2k6-O2 in repository toolchain/ci/binutils-gdb.
from 801a7eab11 x86: Remove bfd_arch_l1om and bfd_arch_k1om adds fd46a69ed4 gdb/testing/tui: add new _csi_{L,S,T} adds e330d4c033 elfcore_grok_freebsd_note: Remove checks of note->namesz. adds a171378aa4 Recognize FreeBSD core dump note for x86 segment base registers. adds b5c2367c3a Use pseudosections for NT_FREEBSD_X86_SEGBASES core dump notes. adds f3215e1526 FreeBSD/x86: Read segment base registers from NT_X86_SEGBASES. adds c13566fdd5 Use I386_GSBASE_REGNUM in i386fbsd_get_thread_local_address. adds e55039d181 gdb/debuginfod-support.c: Always display debuginfod errors adds 3181aed81c Remove unused variable. adds 25eb664374 Automatic date update in version.in adds 552f1157c6 gdb: rename floatformats_ia64_quad to floatformats_ieee_quad adds f1feb9c020 Automatic date update in version.in adds 2b2463e2b0 Regen bfd po/SRC-POTFILES.in adds 924cf858c9 Revert commit 240d6706c6a2 adds 9751574e09 Move microblaze relax info to target specific data adds 6e348286d8 gdb: fix gdb_print -> gdb_printf typo adds 51c2a9e243 gdb: move some commands into the tui namespace adds 4b52a3872b gdb/tui: rename tui_layout_base::adjust_size to ::set_height adds ef466e0f08 gdb/tui: rename tui_layout_split:set_weights_from_heights adds 160444ec7f gdb/tui: add new 'tui window width' command and 'winwidth' alias adds 7421ccda76 gdb/tui: add a tui debugging flag adds 44aad37101 gdb/tui: add left_boxed_p and right_boxed_p member functions adds 80b2eb3c34 gdb/tui/testsuite: refactor new-layout.exp test adds 47b8e12ffd gdb/tui: avoid fp exception when applying layouts adds b0fcf3e344 gdb/tui: fairer distribution of excess space during apply adds e19565b865 gdb/tui: allow cmd window to change size in tui_layout_split::apply adds 51b72f73e9 gdb/tui: support placing the cmd window into a horizontal layout adds b1ac644a05 gdb/testsuite: some additional tests in gdb.tui/scroll.exp adds b45b7407cd gdb/tui: relax restrictions on window max height and width adds 357c158f3a gdb/tui: fair split of delta after a resize adds 57d133e0d9 gdb/Makefile.in: remove SOURCES variable adds 18b7679416 gdb/Makefile.in: fix 'make tags' build target adds 88fa6d3d66 gdb/Makefile.in: move ALLDEPFILES earlier in Makefile.in adds 9f793f7bed gdb/testsuite: resolve a duplicate test name in a gdb.mi test adds 5187219460 gdb/testsuite: resolve some duplicate test names in gdb.base adds 22480d7c39 gdb: small simplification in dwarf2_locexpr_baton_eval adds 1fb43cf759 gdb/dwarf: pass an array of values to the dwarf evaluator adds df7a7bdd97 gdb: add support for Fortran's ASSUMED RANK arrays adds cf78890fd4 Automatic date update in version.in adds cbf26882c0 [gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.exp adds ea6303b497 Remove more Python 2 code adds 60a3da00bd objdump/opcodes: add syntax highlighting to disassembler output adds 49d31dc98e opcodes/riscv: implement style support in the disassembler adds fbbb45cef5 opcodes/i386: partially implement disassembler style support adds edbc15e6c4 gdb: remove use of vfprintf_filtered
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 13 + bfd/bfd-in2.h | 22 +- bfd/dwarf2.c | 84 +--- bfd/elf-bfd.h | 2 + bfd/elf.c | 24 +- bfd/elf32-microblaze.c | 116 ++++-- bfd/po/SRC-POTFILES.in | 2 - bfd/section.c | 22 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/NEWS | 4 + binutils/doc/binutils.texi | 11 + binutils/objdump.c | 249 ++++++++++-- binutils/readelf.c | 2 + gdb/Makefile.in | 449 +++++++++++---------- gdb/NEWS | 25 ++ gdb/aarch64-tdep.c | 2 +- gdb/amd64-fbsd-tdep.c | 18 + gdb/debuginfod-support.c | 6 +- gdb/disasm.c | 34 +- gdb/disasm.h | 7 + gdb/doc/gdb.texinfo | 51 ++- gdb/dwarf2/loc.c | 27 +- gdb/dwarf2/loc.h | 8 +- gdb/dwarf2/read.c | 19 +- gdb/gdbtypes.c | 135 ++++++- gdb/gdbtypes.h | 9 +- gdb/gnu-v3-abi.c | 2 +- gdb/hppa-tdep.c | 2 +- gdb/i386-fbsd-tdep.c | 26 +- gdb/i386-tdep.c | 2 +- gdb/ia64-vms-tdep.c | 2 +- gdb/loongarch-tdep.c | 2 +- gdb/mips-linux-tdep.c | 12 +- gdb/mips64-obsd-tdep.c | 6 +- gdb/ppc-linux-tdep.c | 4 +- gdb/python/lib/gdb/FrameDecorator.py | 11 +- gdb/riscv-tdep.c | 2 +- gdb/rs6000-tdep.c | 2 +- gdb/s390-tdep.c | 2 +- gdb/sparc-tdep.c | 6 +- gdb/testsuite/gdb.ada/arrayptr.exp | 61 ++- gdb/testsuite/gdb.base/attach-pie-misread.exp | 10 +- .../gdb.fortran/{rank.exp => assumedrank.exp} | 18 +- .../{intvar-array.f90 => assumedrank.f90} | 39 +- gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 2 +- gdb/testsuite/gdb.tui/basic.exp | 4 +- gdb/testsuite/gdb.tui/empty.exp | 14 +- gdb/testsuite/gdb.tui/new-layout.exp | 100 +++-- gdb/testsuite/gdb.tui/regs.exp | 4 +- gdb/testsuite/gdb.tui/scroll.exp | 4 + gdb/testsuite/gdb.tui/tuiterm.exp | 85 ++++ gdb/testsuite/gdb.tui/winheight.exp | 77 ++++ gdb/testsuite/gdb.tui/winwidth.exp | 63 +++ gdb/testsuite/lib/tuiterm.exp | 95 +++++ gdb/top.c | 2 +- gdb/tui/tui-command.c | 6 - gdb/tui/tui-command.h | 2 - gdb/tui/tui-layout.c | 406 +++++++++++++++---- gdb/tui/tui-layout.h | 135 +++++-- gdb/tui/tui-win.c | 118 +++++- gdb/tui/tui.c | 26 ++ gdb/tui/tui.h | 14 + include/ChangeLog | 4 + include/dis-asm.h | 88 +++- include/elf/common.h | 1 + include/floatformat.h | 6 +- libiberty/floatformat.c | 34 +- opcodes/dis-init.c | 5 +- opcodes/disassemble.c | 21 +- opcodes/i386-dis.c | 63 +-- opcodes/riscv-dis.c | 193 +++++---- 72 files changed, 2317 insertions(+), 812 deletions(-) copy gdb/testsuite/gdb.fortran/{rank.exp => assumedrank.exp} (80%) copy gdb/testsuite/gdb.fortran/{intvar-array.f90 => assumedrank.f90} (61%) create mode 100644 gdb/testsuite/gdb.tui/winwidth.exp