This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 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 adds 056b6f879d gdb: remove some unused buildsym-legacy functions adds 59dfe8ad84 gdb: rename start_symtab/end_symtab to start_compunit_symtab [...]
No new revisions were added by this update.
Summary of changes: 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/stabsread.c | 4 +- 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 ++++++++++++++++++++------------ 27 files changed, 718 insertions(+), 396 deletions(-) create mode 100644 gas/testsuite/gas/elf/size.d create mode 100644 gas/testsuite/gas/elf/size.s