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_O3 in repository toolchain/ci/binutils-gdb.
from 79abb93930 Updated French translation for the opcodes directory. adds 32384aa396 Re: AArch64: Add support for AArch64 EFI (efi-*-aarch64) adds 423e91d347 coff-go32: consistent 16-byte section alignment adds a41ad3474c PR gdb/28480: Improve ambiguous member detection adds 7060c28edd Fix building the AArch64 assembler and disassembler when ass [...] adds 7719facb31 Revert "gdb: add assert in remote_target::wait relating to a [...] adds 9e99facd6c gdb: ensure extension_language_python is always defined adds decca804f8 Automatic date update in version.in adds ef91306693 ld: fix --disable-multiple-abs-defs alignment in help adds 3b4d5621ac gas: enable silent build rules adds 5fd82aa264 ld: fix POSIX shell test usage adds c0f9d65827 sim: mips: avoid _ namespace adds 4780e5e493 [gas] Fix file 0 dir with -gdwarf-5 adds 3a337a86d9 opcodes/riscv: add disassembler options support to libopcodes adds 61a5375b84 gdb: add risc-v disassembler options support
No new revisions were added by this update.
Summary of changes: bfd/Makefile.am | 20 ++--- bfd/Makefile.in | 21 +++-- bfd/coff-go32.c | 12 ++- bfd/po/BLD-POTFILES.in | 1 + bfd/po/SRC-POTFILES.in | 1 + bfd/version.h | 2 +- gas/ChangeLog | 7 ++ gas/configure | 43 +++++++++- gas/configure.ac | 1 + gas/dwarf2dbg.c | 10 ++- gas/testsuite/gas/i386/dwarf5-line-4.d | 2 +- gdb/python/python.c | 4 + gdb/remote.c | 6 +- gdb/riscv-tdep.c | 8 ++ gdb/testsuite/gdb.cp/ambiguous.cc | 19 +++++ gdb/testsuite/gdb.cp/ambiguous.exp | 10 +++ gdb/valops.c | 28 +++++++ include/ChangeLog | 5 ++ include/dis-asm.h | 1 + ld/lexsup.c | 3 +- ld/po/bg.po | 2 +- ld/po/es.po | 2 +- ld/po/fi.po | 2 +- ld/po/fr.po | 2 +- ld/po/ld.pot | 2 +- ld/po/pt_BR.po | 2 +- ld/po/ru.po | 2 +- ld/po/sr.po | 2 +- ld/po/sv.po | 2 +- ld/po/uk.po | 2 +- ld/scripttempl/elfarc.sc | 2 +- ld/scripttempl/elfarcv2.sc | 2 +- opcodes/ChangeLog | 16 ++++ opcodes/aarch64-asm.c | 26 +++--- opcodes/aarch64-dis.c | 33 ++++---- opcodes/aarch64-opc.c | 11 ++- opcodes/riscv-dis.c | 147 +++++++++++++++++++++++++++++++-- sim/mips/interp.c | 6 +- 38 files changed, 376 insertions(+), 91 deletions(-)