This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 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: 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 | 2 +- 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 +++--- opcodes/disassemble.c | 8 +- opcodes/i386-dis.c | 63 +++++++++----- opcodes/riscv-dis.c | 193 ++++++++++++++++++++++++++---------------- 21 files changed, 348 insertions(+), 357 deletions(-) create mode 100644 gas/testsuite/gas/elf/size.d create mode 100644 gas/testsuite/gas/elf/size.s