This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 78a7f5766a MAINTAINERS: Update path to readline config.{sub,guess} files adds 32e2770e59 gnulib: import ffs adds 5471128011 opcodes: cris: move desc & opc files from sim/ adds e63e5f9f9f Automatic date update in version.in adds 4be1e8dbb3 asan: _bfd_elf_parse_attributes heap buffer overflow adds 5d7f11f0e7 [GOLD] PR27815, gold fails to build with latest GCC adds bc30a119f3 Regen cris files adds cc850f7472 Fix formatting in elf32-arm.c adds 74fd118fb9 Add range checks to local array accesses in elf32-arm.c. adds d3e52e120b Arm: Fix forward thumb references [PR gas/25235] adds 2c5731b647 Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCK adds 9495896335 Automatic date update in version.in adds fe1f847d9a RISC-V: Allow to link the objects with unknown prefixed extensions. adds ef5f598ca6 Introduce htab_delete_entry adds 3f335b75d8 i386: Replace movsb with movsxb adds 983d5689cc x86-64: Add ilp32-12 to check R_X86_64_32 for x32
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 38 +++ bfd/elf-attrs.c | 109 ++++++--- bfd/elf32-arm.c | 494 ++++++++++++++++++++++---------------- bfd/elfnn-riscv.c | 2 + bfd/elfxx-riscv.c | 3 +- bfd/elfxx-riscv.h | 1 + bfd/version.h | 2 +- gas/ChangeLog | 19 ++ gas/config/tc-arm.c | 11 +- gas/config/tc-riscv.c | 1 + gas/doc/c-i386.texi | 2 +- gas/testsuite/gas/arm/pr25235.d | 24 ++ gas/testsuite/gas/arm/pr25235.s | 30 +++ gdb/ChangeLog | 11 + gdb/completer.c | 17 +- gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 4 +- gdb/dwarf2/read.c | 30 +-- gdb/utils.h | 9 + gnulib/ChangeLog | 9 + gnulib/Makefile.in | 9 + gnulib/aclocal.m4 | 2 + gnulib/configure | 174 ++++++++++++++ gnulib/import/Makefile.am | 41 ++++ gnulib/import/Makefile.in | 78 ++++-- gnulib/import/ffs.c | 68 ++++++ gnulib/import/m4/ffs.m4 | 32 +++ gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-comp.m4 | 12 + gnulib/import/m4/strings_h.m4 | 52 ++++ gnulib/import/strings.in.h | 122 ++++++++++ gnulib/update-gnulib.sh | 1 + gold/ChangeLog | 5 + gold/gc.h | 4 +- ld/ChangeLog | 6 + ld/testsuite/ld-x86-64/ilp32-12.d | 7 + ld/testsuite/ld-x86-64/ilp32-12.s | 5 + ld/testsuite/ld-x86-64/x86-64.exp | 1 + opcodes/ChangeLog | 18 ++ opcodes/Makefile.am | 15 +- opcodes/Makefile.in | 16 +- opcodes/cgen.sh | 34 +++ opcodes/configure | 2 +- opcodes/configure.ac | 2 +- {sim/cris => opcodes}/cris-desc.c | 61 +++-- {sim/cris => opcodes}/cris-desc.h | 13 +- {sim/cris => opcodes}/cris-opc.h | 13 +- opcodes/po/POTFILES.in | 3 + sim/cris/ChangeLog | 9 + sim/cris/Makefile.in | 16 +- 50 files changed, 1284 insertions(+), 359 deletions(-) create mode 100644 gas/testsuite/gas/arm/pr25235.d create mode 100644 gas/testsuite/gas/arm/pr25235.s create mode 100644 gnulib/import/ffs.c create mode 100644 gnulib/import/m4/ffs.m4 create mode 100644 gnulib/import/m4/strings_h.m4 create mode 100644 gnulib/import/strings.in.h create mode 100644 ld/testsuite/ld-x86-64/ilp32-12.d create mode 100644 ld/testsuite/ld-x86-64/ilp32-12.s rename {sim/cris => opcodes}/cris-desc.c (98%) rename {sim/cris => opcodes}/cris-desc.h (98%) rename {sim/cris => opcodes}/cris-opc.h (96%)