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-aarch64-bootstrap_profiled in repository toolchain/ci/binutils-gdb.
from 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 new 867b8c308a gas: copy st_size only if unset new 056b6f879d gdb: remove some unused buildsym-legacy functions new 59dfe8ad84 gdb: rename start_symtab/end_symtab to start_compunit_symtab [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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/buildsym-legacy.c | 108 ++------------- gdb/buildsym-legacy.h | 67 +++------- gdb/buildsym.c | 64 ++++----- gdb/buildsym.h | 14 +- gdb/coffread.c | 32 ++--- gdb/ctfread.c | 16 +-- gdb/dbxread.c | 10 +- gdb/disasm.c | 34 ++++- gdb/disasm.h | 7 + gdb/dwarf2/cu.c | 4 +- gdb/dwarf2/cu.h | 10 +- gdb/dwarf2/read.c | 15 ++- gdb/mdebugread.c | 5 +- gdb/python/lib/gdb/FrameDecorator.py | 11 +- gdb/stabsread.c | 4 +- gdb/testsuite/gdb.ada/arrayptr.exp | 61 ++++++--- gdb/xcoffread.c | 28 ++-- include/dis-asm.h | 88 ++++++++++++- opcodes/dis-init.c | 5 +- opcodes/disassemble.c | 21 ++- opcodes/i386-dis.c | 63 +++++---- opcodes/riscv-dis.c | 193 +++++++++++++++++---------- 30 files changed, 765 insertions(+), 423 deletions(-) create mode 100644 gas/testsuite/gas/elf/size.d create mode 100644 gas/testsuite/gas/elf/size.s