This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from 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 adds 867b8c308a gas: copy st_size only if unset
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/NEWS | 4 + binutils/doc/binutils.texi | 11 + binutils/objdump.c | 249 ++++++++++++++++++--- gas/config/obj-elf.c | 24 +- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/size.d | 14 ++ gas/testsuite/gas/elf/size.s | 23 ++ gdb/disasm.c | 34 ++- gdb/disasm.h | 7 + gdb/dwarf2/loc.c | 27 +-- gdb/dwarf2/loc.h | 8 +- gdb/dwarf2/read.c | 19 +- gdb/gdbtypes.c | 127 +++++++++-- gdb/gdbtypes.h | 7 + gdb/gnu-v3-abi.c | 2 +- gdb/python/lib/gdb/FrameDecorator.py | 11 +- 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 ++-- include/dis-asm.h | 88 +++++++- opcodes/dis-init.c | 5 +- opcodes/disassemble.c | 21 +- opcodes/i386-dis.c | 63 ++++-- opcodes/riscv-dis.c | 193 ++++++++++------ 26 files changed, 834 insertions(+), 234 deletions(-) create mode 100644 gas/testsuite/gas/elf/size.d create mode 100644 gas/testsuite/gas/elf/size.s copy gdb/testsuite/gdb.fortran/{rank.exp => assumedrank.exp} (80%) copy gdb/testsuite/gdb.fortran/{intvar-array.f90 => assumedrank.f90} (61%)